Html Css Color HEX #FE9409 Dark Orange

📋 copy color: '#FE9409'

red 254 ◦ green 148 ◦ blue 9

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

Shades of Dark Orange #FE9409

Tints of Dark Orange #FE9409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

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

R = 61.8%
G = 36.01%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE9409 (or 0xFE9409) is known color: Dark Orange. HEX triplet: FE, 94 and 09. RGB value is (254,148,9). Sum of RGB (Red+Green+Blue) = 254+148+9=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9409 is #016BF6. Grayscale: #A4A4A4. Windows color (decimal): -93175 or 627966. OLE color: 627966.

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

Color convert

RGB 254 148 9 -
CMYK 0 0.42 0.96 0.00
HSL 34.04º 0.99% 0.52% -
HSV(B) 34.04º 0.96% 1% -
XYZ 51.51 42.27 5.7 -
YUV 163.85 40.62 192.3 -
System Red Green Blue C M Y K H S L
Decimal 254 148 9 0 0.42 0.96 0.00 34.04 0.99 0.52
Hex FE 94 9 0 2A 60 0 22 63 34
Octal 376 224 11 0 52 140 0 42 143 64
Binary 11111110 10010100 1001 0 101010 1100000 0 100010 1100011 110100

Color Harmonies of #FE9409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9409

Black with #FE9409

Text Example


Text Example

White with #FE9409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9409; }

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

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

background-color css

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

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

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

border-color css

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

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

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