Html Css Color HEX #FC5C04 Safety Orange

📋 copy color: '#FC5C04'

red 252 ◦ green 92 ◦ blue 4

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

Shades of Safety Orange #FC5C04

Tints of Safety Orange #FC5C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

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

R = 72.41%
G = 26.44%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC5C04 (or 0xFC5C04) is known color: Safety Orange. HEX triplet: FC, 5C and 04. RGB value is (252,92,4). Sum of RGB (Red+Green+Blue) = 252+92+4=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5C04 is #03A3FB. Grayscale: #828282. Windows color (decimal): -238588 or 285948. OLE color: 285948.

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

Color convert

RGB 252 92 4 -
CMYK 0 0.63 0.98 0.01
HSL 21.29º 0.98% 0.5% -
HSV(B) 21.29º 0.98% 0.99% -
XYZ 43.99 28.36 3.27 -
YUV 129.81 57.01 215.16 -
System Red Green Blue C M Y K H S L
Decimal 252 92 4 0 0.63 0.98 0.01 21.29 0.98 0.5
Hex FC 5C 4 0 3F 62 1 15 62 32
Octal 374 134 4 0 77 142 1 25 142 62
Binary 11111100 1011100 100 0 111111 1100010 1 10101 1100010 110010

Color Harmonies of #FC5C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C04

Black with #FC5C04

Text Example


Text Example

White with #FC5C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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