Shades of Safety Orange #FC5C16
Tints of Safety Orange #FC5C16
RGB
CMYK
RGB Variations
Color information
#FC5C16 (or 0xFC5C16) is known color: Safety Orange. HEX triplet: FC, 5C and 16. RGB value is (252,92,22). Sum of RGB (Red+Green+Blue) = 252+92+22=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5C16 is #03A3E9. Grayscale: #848484. Windows color (decimal): -238570 or 1465596. OLE color: 1465596.
HSL color Cylindrical-coordinate representation of color #FC5C16: hue angle of 18.26º 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 #FC5C16 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 22 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.01 |
| HSL | 18.26º | 0.97% | 0.54% | - |
| HSV(B) | 18.26º | 0.91% | 0.99% | - |
| XYZ | 44.12 | 28.41 | 3.92 | - |
| YUV | 131.86 | 66.01 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 22 | 0 | 0.63 | 0.91 | 0.01 | 18.26 | 0.97 | 0.54 |
| Hex | FC | 5C | 16 | 0 | 3F | 5B | 1 | 12 | 61 | 36 |
| Octal | 374 | 134 | 26 | 0 | 77 | 133 | 1 | 22 | 141 | 66 |
| Binary | 11111100 | 1011100 | 10110 | 0 | 111111 | 1011011 | 1 | 10010 | 1100001 | 110110 |
Color Harmonies of #FC5C16
Complementary color
Monochromatic Colors of #FC5C16
Black with #FC5C16
Text Example
Text Example
White with #FC5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5C16; }
p { color: rgb(252,92,22); }
H1.HeaderClassName
{
color: #FC5C16;
}
.AnyTagClassName
{
color: #FC5C16;
}
</style>
background-color css
<style>
a { background-color: #FC5C16; }
a { background-color: rgb(252,92,22); }
div.DivClassName
{
background-color: #FC5C16;
}
.BgClassName
{
background-color: #FC5C16;
}
</style>
border-color css
<style>
span { border-color: #FC5C16; }
span { border-color: rgb(252,92,22); }
td.TdClassName
{
border-color: #FC5C16;
}
.TagClassName
{
border-color: #FC5C16;
}
</style>