Html Css Color HEX #FC9409 Dark Orange

📋 copy color: '#FC9409'

red 252 ◦ green 148 ◦ blue 9

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

Shades of Dark Orange #FC9409

Tints of Dark Orange #FC9409

RGB

 RED value IS 252 (98.83% from 255) = 61.61%

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

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

R = 61.61%
G = 36.19%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC9409 (or 0xFC9409) is known color: Dark Orange. HEX triplet: FC, 94 and 09. RGB value is (252,148,9). Sum of RGB (Red+Green+Blue) = 252+148+9=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9409 is #036BF6. Grayscale: #A3A3A3. Windows color (decimal): -224247 or 627964. OLE color: 627964.

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

Color convert

RGB 252 148 9 -
CMYK 0 0.41 0.96 0.01
HSL 34.32º 0.98% 0.51% -
HSV(B) 34.32º 0.96% 0.99% -
XYZ 50.78 41.89 5.67 -
YUV 163.25 40.96 191.3 -
System Red Green Blue C M Y K H S L
Decimal 252 148 9 0 0.41 0.96 0.01 34.32 0.98 0.51
Hex FC 94 9 0 29 60 1 22 62 33
Octal 374 224 11 0 51 140 1 42 142 63
Binary 11111100 10010100 1001 0 101001 1100000 1 100010 1100010 110011

Color Harmonies of #FC9409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9409

Black with #FC9409

Text Example


Text Example

White with #FC9409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9409; }

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

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

background-color css

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

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

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

border-color css

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

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

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