#FF9511

Color #FF9511 Dark Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orange #FF9511

Tints of Dark Orange #FF9511

Color information

#FF9511 (or 0xFF9511) is unknown color: approx Dark Orange. HEX triplet: FF, 95 and 11. RGB value is (255,149,17). Sum of RGB (Red+Green+Blue) = 255+149+17=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9511 is #006AEE. Grayscale: #A6A6A6. Windows color (decimal): -27375 or 1152511. OLE color: 1152511.

HSL color Cylindrical-coordinate representation of color #FF9511: hue angle of 33.28º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF9511 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB25514917-
CMYK00.420.930
HSL33.28º100%53.33%-
HSV(B)33.28º93.33%100%-
XYZ52.0942.86.05-
YUV165.6544.12191.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 60.57%
GREEN value IS 149 (58.59% from 255) = 35.39%
BLUE value IS 17 (7.03% from 255) = 4.04%
R=60.57%
G=35.39%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551491700.420.93033.2810053.33
HexFF951102A5D0216435
Octal3772252105213504114465
Binary1111111110010101100010101010101110101000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9511; }

 p { color: rgb(255,149,17); }

 H1.HeaderClassName
 {
   color: #FF9511;
 }
 .AnyTagClassName
 {
   color: #FF9511;
 }
</style>
background-color css

<style>
 a { background-color: #FF9511; }

 a { background-color: rgb(255,149,17); }

 div.DivClassName
 {
   background-color: #FF9511;
 }
 .BgClassName
 {
   background-color: #FF9511;
 }
</style>
border-color css

<style>
 span { border-color: #FF9511; }

 span { border-color: rgb(255,149,17); }

 td.TdClassName
 {
   border-color: #FF9511;
 }
 .TagClassName
 {
   border-color: #FF9511;
 }
</style>