Html Css Color HEX #FC5D16 Safety Orange

📋 copy color: '#FC5D16'

red 252 ◦ green 93 ◦ blue 22

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

Shades of Safety Orange #FC5D16

Tints of Safety Orange #FC5D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 68.66%
G = 25.34%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC5D16 (or 0xFC5D16) is known color: Safety Orange. HEX triplet: FC, 5D and 16. RGB value is (252,93,22). Sum of RGB (Red+Green+Blue) = 252+93+22=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5D16 is #03A2E9. Grayscale: #848484. Windows color (decimal): -238314 or 1465852. OLE color: 1465852.

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

Color convert

RGB 252 93 22 -
CMYK 0 0.63 0.91 0.01
HSL 18.52º 0.97% 0.54% -
HSV(B) 18.52º 0.91% 0.99% -
XYZ 44.2 28.58 3.95 -
YUV 132.45 65.68 213.27 -
System Red Green Blue C M Y K H S L
Decimal 252 93 22 0 0.63 0.91 0.01 18.52 0.97 0.54
Hex FC 5D 16 0 3F 5B 1 13 61 36
Octal 374 135 26 0 77 133 1 23 141 66
Binary 11111100 1011101 10110 0 111111 1011011 1 10011 1100001 110110

Color Harmonies of #FC5D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D16

Black with #FC5D16

Text Example


Text Example

White with #FC5D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D16; }

 p { color: rgb(252,93,22); }

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

background-color css

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

 a { background-color: rgb(252,93,22); }

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

border-color css

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

 span { border-color: rgb(252,93,22); }

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