Html Css Color HEX #FC8304 Dark Orange

📋 copy color: '#FC8304'

red 252 ◦ green 131 ◦ blue 4

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

Shades of Dark Orange #FC8304

Tints of Dark Orange #FC8304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

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

R = 65.12%
G = 33.85%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC8304 (or 0xFC8304) is known color: Dark Orange. HEX triplet: FC, 83 and 04. RGB value is (252,131,4). Sum of RGB (Red+Green+Blue) = 252+131+4=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8304 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8304 is #037CFB. Grayscale: #999999. Windows color (decimal): -228604 or 295932. OLE color: 295932.

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

Color convert

RGB 252 131 4 -
CMYK 0 0.48 0.98 0.01
HSL 30.73º 0.98% 0.5% -
HSV(B) 30.73º 0.98% 0.99% -
XYZ 48.28 36.94 4.7 -
YUV 152.7 44.09 198.83 -
System Red Green Blue C M Y K H S L
Decimal 252 131 4 0 0.48 0.98 0.01 30.73 0.98 0.5
Hex FC 83 4 0 30 62 1 1F 62 32
Octal 374 203 4 0 60 142 1 37 142 62
Binary 11111100 10000011 100 0 110000 1100010 1 11111 1100010 110010

Color Harmonies of #FC8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8304

Black with #FC8304

Text Example


Text Example

White with #FC8304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8304; }

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

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

background-color css

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

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

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

border-color css

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

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

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