Html Css Color HEX #FC6304 Safety Orange

📋 copy color: '#FC6304'

red 252 ◦ green 99 ◦ blue 4

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

Shades of Safety Orange #FC6304

Tints of Safety Orange #FC6304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 70.99%
G = 27.89%
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

#FC6304 (or 0xFC6304) is known color: Safety Orange. HEX triplet: FC, 63 and 04. RGB value is (252,99,4). Sum of RGB (Red+Green+Blue) = 252+99+4=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 4 (1.95% from 255 or 1.13% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6304 is #039CFB. Grayscale: #868686. Windows color (decimal): -236796 or 287740. OLE color: 287740.

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

Color convert

RGB 252 99 4 -
CMYK 0 0.61 0.98 0.01
HSL 22.98º 0.98% 0.5% -
HSV(B) 22.98º 0.98% 0.99% -
XYZ 44.63 29.63 3.48 -
YUV 133.92 54.69 212.22 -
System Red Green Blue C M Y K H S L
Decimal 252 99 4 0 0.61 0.98 0.01 22.98 0.98 0.5
Hex FC 63 4 0 3D 62 1 17 62 32
Octal 374 143 4 0 75 142 1 27 142 62
Binary 11111100 1100011 100 0 111101 1100010 1 10111 1100010 110010

Color Harmonies of #FC6304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6304

Black with #FC6304

Text Example


Text Example

White with #FC6304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6304; }

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

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

background-color css

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

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

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

border-color css

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

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

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