Html Css Color HEX #FC7404 Safety Orange

📋 copy color: '#FC7404'

red 252 ◦ green 116 ◦ blue 4

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

Shades of Safety Orange #FC7404

Tints of Safety Orange #FC7404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

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

R = 67.74%
G = 31.18%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC7404 (or 0xFC7404) is known color: Safety Orange. HEX triplet: FC, 74 and 04. RGB value is (252,116,4). Sum of RGB (Red+Green+Blue) = 252+116+4=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 4 (1.95% from 255 or 1.08% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7404 is #038BFB. Grayscale: #909090. Windows color (decimal): -232444 or 292092. OLE color: 292092.

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

Color convert

RGB 252 116 4 -
CMYK 0 0.54 0.98 0.01
HSL 27.1º 0.98% 0.5% -
HSV(B) 27.1º 0.98% 0.99% -
XYZ 46.41 33.2 4.08 -
YUV 143.9 49.06 205.11 -
System Red Green Blue C M Y K H S L
Decimal 252 116 4 0 0.54 0.98 0.01 27.1 0.98 0.5
Hex FC 74 4 0 36 62 1 1B 62 32
Octal 374 164 4 0 66 142 1 33 142 62
Binary 11111100 1110100 100 0 110110 1100010 1 11011 1100010 110010

Color Harmonies of #FC7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7404

Black with #FC7404

Text Example


Text Example

White with #FC7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7404; }

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

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

background-color css

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

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

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

border-color css

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

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

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