Html Css Color HEX #FE8409 Dark Orange

📋 copy color: '#FE8409'

red 254 ◦ green 132 ◦ blue 9

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

Shades of Dark Orange #FE8409

Tints of Dark Orange #FE8409

RGB

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

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

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

R = 64.3%
G = 33.42%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE8409 (or 0xFE8409) is known color: Dark Orange. HEX triplet: FE, 84 and 09. RGB value is (254,132,9). Sum of RGB (Red+Green+Blue) = 254+132+9=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8409 is #017BF6. Grayscale: #9B9B9B. Windows color (decimal): -97271 or 623870. OLE color: 623870.

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

Color convert

RGB 254 132 9 -
CMYK 0 0.48 0.96 0.00
HSL 30.12º 0.99% 0.52% -
HSV(B) 30.12º 0.96% 1% -
XYZ 49.17 37.59 4.92 -
YUV 154.46 45.92 199 -
System Red Green Blue C M Y K H S L
Decimal 254 132 9 0 0.48 0.96 0.00 30.12 0.99 0.52
Hex FE 84 9 0 30 60 0 1E 63 34
Octal 376 204 11 0 60 140 0 36 143 64
Binary 11111110 10000100 1001 0 110000 1100000 0 11110 1100011 110100

Color Harmonies of #FE8409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8409

Black with #FE8409

Text Example


Text Example

White with #FE8409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8409; }

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

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

background-color css

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

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

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

border-color css

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

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

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