Html Css Color HEX #FC5C13 Safety Orange

📋 copy color: '#FC5C13'

red 252 ◦ green 92 ◦ blue 19

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

Shades of Safety Orange #FC5C13

Tints of Safety Orange #FC5C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.23%

R = 69.42%
G = 25.34%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC5C13 (or 0xFC5C13) is known color: Safety Orange. HEX triplet: FC, 5C and 13. RGB value is (252,92,19). Sum of RGB (Red+Green+Blue) = 252+92+19=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 19 (7.81% from 255 or 5.23% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5C13 is #03A3EC. Grayscale: #838383. Windows color (decimal): -238573 or 1268988. OLE color: 1268988.

HSL color Cylindrical-coordinate representation of color #FC5C13: hue angle of 18.8º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC5C13 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 92 19 -
CMYK 0 0.63 0.92 0.01
HSL 18.8º 0.97% 0.53% -
HSV(B) 18.8º 0.92% 0.99% -
XYZ 44.09 28.4 3.77 -
YUV 131.52 64.51 213.94 -
System Red Green Blue C M Y K H S L
Decimal 252 92 19 0 0.63 0.92 0.01 18.8 0.97 0.53
Hex FC 5C 13 0 3F 5C 1 13 61 35
Octal 374 134 23 0 77 134 1 23 141 65
Binary 11111100 1011100 10011 0 111111 1011100 1 10011 1100001 110101

Color Harmonies of #FC5C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5C13

Black with #FC5C13

Text Example


Text Example

White with #FC5C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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