Html Css Color HEX #FE8406 Dark Orange

📋 copy color: '#FE8406'

red 254 ◦ green 132 ◦ blue 6

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

Shades of Dark Orange #FE8406

Tints of Dark Orange #FE8406

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 64.8%
G = 33.67%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE8406 (or 0xFE8406) is known color: Dark Orange. HEX triplet: FE, 84 and 06. RGB value is (254,132,6). Sum of RGB (Red+Green+Blue) = 254+132+6=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8406 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8406 is #017BF9. Grayscale: #9A9A9A. Windows color (decimal): -97274 or 427262. OLE color: 427262.

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

Color convert

RGB 254 132 6 -
CMYK 0 0.48 0.98 0.00
HSL 30.48º 0.99% 0.51% -
HSV(B) 30.48º 0.98% 1% -
XYZ 49.16 37.59 4.84 -
YUV 154.11 44.42 199.25 -
System Red Green Blue C M Y K H S L
Decimal 254 132 6 0 0.48 0.98 0.00 30.48 0.99 0.51
Hex FE 84 6 0 30 62 0 1E 63 33
Octal 376 204 6 0 60 142 0 36 143 63
Binary 11111110 10000100 110 0 110000 1100010 0 11110 1100011 110011

Color Harmonies of #FE8406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8406

Black with #FE8406

Text Example


Text Example

White with #FE8406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8406; }

 p { color: rgb(254,132,6); }

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

background-color css

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

 a { background-color: rgb(254,132,6); }

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

border-color css

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

 span { border-color: rgb(254,132,6); }

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