Html Css Color HEX #FC6204 Safety Orange

📋 copy color: '#FC6204'

red 252 ◦ green 98 ◦ blue 4

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

Shades of Safety Orange #FC6204

Tints of Safety Orange #FC6204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 71.19%
G = 27.68%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC6204 (or 0xFC6204) is known color: Safety Orange. HEX triplet: FC, 62 and 04. RGB value is (252,98,4). Sum of RGB (Red+Green+Blue) = 252+98+4=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 4 (1.95% from 255 or 1.13% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6204 is #039DFB. Grayscale: #858585. Windows color (decimal): -237052 or 287484. OLE color: 287484.

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

Color convert

RGB 252 98 4 -
CMYK 0 0.61 0.98 0.01
HSL 22.74º 0.98% 0.5% -
HSV(B) 22.74º 0.98% 0.99% -
XYZ 44.53 29.44 3.45 -
YUV 133.33 55.02 212.64 -
System Red Green Blue C M Y K H S L
Decimal 252 98 4 0 0.61 0.98 0.01 22.74 0.98 0.5
Hex FC 62 4 0 3D 62 1 17 62 32
Octal 374 142 4 0 75 142 1 27 142 62
Binary 11111100 1100010 100 0 111101 1100010 1 10111 1100010 110010

Color Harmonies of #FC6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6204

Black with #FC6204

Text Example


Text Example

White with #FC6204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6204; }

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

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

background-color css

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

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

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

border-color css

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

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

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