#FF8E11

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

Shades of Dark Orange #FF8E11

Tints of Dark Orange #FF8E11

Color information

#FF8E11 (or 0xFF8E11) is unknown color: approx Dark Orange. HEX triplet: FF, 8E and 11. RGB value is (255,142,17). Sum of RGB (Red+Green+Blue) = 255+142+17=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8E11 is #0071EE. Grayscale: #A2A2A2. Windows color (decimal): -29167 or 1150719. OLE color: 1150719.

HSL color Cylindrical-coordinate representation of color #FF8E11: hue angle of 31.51º 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 #FF8E11 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB25514217-
CMYK00.440.930
HSL31.51º100%53.33%-
HSV(B)31.51º93.33%100%-
XYZ51.0140.655.69-
YUV161.5446.44194.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.59%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 17 (7.03% from 255) = 4.11%
R=61.59%
G=34.30%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551421700.440.93031.5110053.33
HexFF8E1102C5D0206435
Octal3772162105413504014465
Binary1111111110001110100010101100101110101000001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E11; }

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

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

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

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

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

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

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

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