Html Css Color HEX #FC8204 Dark Orange

📋 copy color: '#FC8204'

red 252 ◦ green 130 ◦ blue 4

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

Shades of Dark Orange #FC8204

Tints of Dark Orange #FC8204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

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

R = 65.28%
G = 33.68%
B = 1.04%

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

#FC8204 (or 0xFC8204) is known color: Dark Orange. HEX triplet: FC, 82 and 04. RGB value is (252,130,4). Sum of RGB (Red+Green+Blue) = 252+130+4=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8204 is #037DFB. Grayscale: #989898. Windows color (decimal): -228860 or 295676. OLE color: 295676.

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

Color convert

RGB 252 130 4 -
CMYK 0 0.48 0.98 0.01
HSL 30.48º 0.98% 0.5% -
HSV(B) 30.48º 0.98% 0.99% -
XYZ 48.15 36.67 4.66 -
YUV 152.11 44.42 199.25 -
System Red Green Blue C M Y K H S L
Decimal 252 130 4 0 0.48 0.98 0.01 30.48 0.98 0.5
Hex FC 82 4 0 30 62 1 1E 62 32
Octal 374 202 4 0 60 142 1 36 142 62
Binary 11111100 10000010 100 0 110000 1100010 1 11110 1100010 110010

Color Harmonies of #FC8204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8204

Black with #FC8204

Text Example


Text Example

White with #FC8204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8204; }

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

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

background-color css

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

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

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

border-color css

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

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

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