Html Css Color HEX #FC7004 Safety Orange

📋 copy color: '#FC7004'

red 252 ◦ green 112 ◦ blue 4

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

Shades of Safety Orange #FC7004

Tints of Safety Orange #FC7004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.43%

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

R = 68.48%
G = 30.43%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC7004 (or 0xFC7004) is known color: Safety Orange. HEX triplet: FC, 70 and 04. RGB value is (252,112,4). Sum of RGB (Red+Green+Blue) = 252+112+4=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7004 is #038FFB. Grayscale: #8E8E8E. Windows color (decimal): -233468 or 291068. OLE color: 291068.

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

Color convert

RGB 252 112 4 -
CMYK 0 0.56 0.98 0.01
HSL 26.13º 0.98% 0.5% -
HSV(B) 26.13º 0.98% 0.99% -
XYZ 45.96 32.29 3.93 -
YUV 141.55 50.38 206.78 -
System Red Green Blue C M Y K H S L
Decimal 252 112 4 0 0.56 0.98 0.01 26.13 0.98 0.5
Hex FC 70 4 0 38 62 1 1A 62 32
Octal 374 160 4 0 70 142 1 32 142 62
Binary 11111100 1110000 100 0 111000 1100010 1 11010 1100010 110010

Color Harmonies of #FC7004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7004

Black with #FC7004

Text Example


Text Example

White with #FC7004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7004; }

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

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

background-color css

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

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

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

border-color css

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

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

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