Html Css Color HEX #FE8009 Dark Orange

📋 copy color: '#FE8009'

red 254 ◦ green 128 ◦ blue 9

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

Shades of Dark Orange #FE8009

Tints of Dark Orange #FE8009

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.74%

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 64.96%
G = 32.74%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE8009 (or 0xFE8009) is known color: Dark Orange. HEX triplet: FE, 80 and 09. RGB value is (254,128,9). Sum of RGB (Red+Green+Blue) = 254+128+9=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8009 is #017FF6. Grayscale: #989898. Windows color (decimal): -98295 or 622846. OLE color: 622846.

HSL color Cylindrical-coordinate representation of color #FE8009: hue angle of 29.14º 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 #FE8009 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 128 9 -
CMYK 0 0.50 0.96 0.00
HSL 29.14º 0.99% 0.52% -
HSV(B) 29.14º 0.96% 1% -
XYZ 48.64 36.53 4.75 -
YUV 152.11 47.24 200.68 -
System Red Green Blue C M Y K H S L
Decimal 254 128 9 0 0.50 0.96 0.00 29.14 0.99 0.52
Hex FE 80 9 0 32 60 0 1D 63 34
Octal 376 200 11 0 62 140 0 35 143 64
Binary 11111110 10000000 1001 0 110010 1100000 0 11101 1100011 110100

Color Harmonies of #FE8009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8009

Black with #FE8009

Text Example


Text Example

White with #FE8009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8009; }

 p { color: rgb(254,128,9); }

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

background-color css

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

 a { background-color: rgb(254,128,9); }

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

border-color css

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

 span { border-color: rgb(254,128,9); }

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