Html Css Color HEX #FC9304 Dark Orange

📋 copy color: '#FC9304'

red 252 ◦ green 147 ◦ blue 4

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

Shades of Dark Orange #FC9304

Tints of Dark Orange #FC9304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

 BLUE value IS 4 (1.95% from 255) = 0.99%

R = 62.53%
G = 36.48%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC9304 (or 0xFC9304) is known color: Dark Orange. HEX triplet: FC, 93 and 04. RGB value is (252,147,4). Sum of RGB (Red+Green+Blue) = 252+147+4=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 4 (1.95% from 255 or 0.99% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9304 is #036CFB. Grayscale: #A2A2A2. Windows color (decimal): -224508 or 300028. OLE color: 300028.

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

Color convert

RGB 252 147 4 -
CMYK 0 0.42 0.98 0.01
HSL 34.6º 0.98% 0.5% -
HSV(B) 34.6º 0.98% 0.99% -
XYZ 50.6 41.57 5.47 -
YUV 162.09 38.79 192.13 -
System Red Green Blue C M Y K H S L
Decimal 252 147 4 0 0.42 0.98 0.01 34.6 0.98 0.5
Hex FC 93 4 0 2A 62 1 23 62 32
Octal 374 223 4 0 52 142 1 43 142 62
Binary 11111100 10010011 100 0 101010 1100010 1 100011 1100010 110010

Color Harmonies of #FC9304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9304

Black with #FC9304

Text Example


Text Example

White with #FC9304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9304; }

 p { color: rgb(252,147,4); }

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

background-color css

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

 a { background-color: rgb(252,147,4); }

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

border-color css

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

 span { border-color: rgb(252,147,4); }

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