#FE8C0B

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

Shades of Dark Orange #FE8C0B

Tints of Dark Orange #FE8C0B

Color information

#FE8C0B (or 0xFE8C0B) is unknown color: approx Dark Orange. HEX triplet: FE, 8C and 0B. RGB value is (254,140,11). Sum of RGB (Red+Green+Blue) = 254+140+11=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8C0B is #0173F4. Grayscale: #A0A0A0. Windows color (decimal): -95221 or 756990. OLE color: 756990.

HSL color Cylindrical-coordinate representation of color #FE8C0B: hue angle of 31.85º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE8C0B is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB25414011-
CMYK00.450.960.00
HSL31.85º99.18%51.96%-
HSV(B)31.85º95.67%99.61%-
XYZ50.3139.855.36-
YUV159.3844.27195.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 62.72%
GREEN value IS 140 (55.08% from 255) = 34.57%
BLUE value IS 11 (4.69% from 255) = 2.72%
R=62.72%
G=34.57%
B=2.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541401100.450.960.0031.8599.1851.96
HexFE8CB02D600206334
Octal3762141305514004014364
Binary111111101000110010110101101110000001000001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C0B; }

 p { color: rgb(254,140,11); }

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

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

 a { background-color: rgb(254,140,11); }

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

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

 span { border-color: rgb(254,140,11); }

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