Html Css Color HEX #FE8E08 Dark Orange

📋 copy color: '#FE8E08'

red 254 ◦ green 142 ◦ blue 8

#FE8E08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #FE8E08

Tints of Dark Orange #FE8E08

RGB

 RED value IS 254 (99.61% from 255) = 62.87%

 GREEN value IS 142 (55.86% from 255) = 35.15%

 BLUE value IS 8 (3.52% from 255) = 1.98%

R = 62.87%
G = 35.15%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FE8E08 (or 0xFE8E08) is known color: Dark Orange. HEX triplet: FE, 8E and 08. RGB value is (254,142,8). Sum of RGB (Red+Green+Blue) = 254+142+8=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8E08 is #0171F7. Grayscale: #A0A0A0. Windows color (decimal): -94712 or 560894. OLE color: 560894.

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

Color convert

RGB 254 142 8 -
CMYK 0 0.44 0.97 0.00
HSL 32.68º 0.99% 0.51% -
HSV(B) 32.68º 0.97% 1% -
XYZ 50.59 40.43 5.37 -
YUV 160.21 42.11 194.9 -
System Red Green Blue C M Y K H S L
Decimal 254 142 8 0 0.44 0.97 0.00 32.68 0.99 0.51
Hex FE 8E 8 0 2C 61 0 21 63 33
Octal 376 216 10 0 54 141 0 41 143 63
Binary 11111110 10001110 1000 0 101100 1100001 0 100001 1100011 110011

Color Harmonies of #FE8E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8E08

Black with #FE8E08

Text Example


Text Example

White with #FE8E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8E08; }

 p { color: rgb(254,142,8); }

 H1.HeaderClassName
 {
   color: #FE8E08;
 }
 .AnyTagClassName
 {
   color: #FE8E08;
 }
</style>

background-color css

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

 a { background-color: rgb(254,142,8); }

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

border-color css

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

 span { border-color: rgb(254,142,8); }

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