Shades of Safety Orange #FC6013
Tints of Safety Orange #FC6013
RGB
CMYK
RGB Variations
Color information
#FC6013 (or 0xFC6013) is known color: Safety Orange. HEX triplet: FC, 60 and 13. RGB value is (252,96,19). Sum of RGB (Red+Green+Blue) = 252+96+19=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6013 is #039FEC. Grayscale: #868686. Windows color (decimal): -237549 or 1270012. OLE color: 1270012.
HSL color Cylindrical-coordinate representation of color #FC6013: hue angle of 19.83º 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 #FC6013 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 19 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.01 |
| HSL | 19.83º | 0.97% | 0.53% | - |
| HSV(B) | 19.83º | 0.92% | 0.99% | - |
| XYZ | 44.45 | 29.11 | 3.89 | - |
| YUV | 133.87 | 63.18 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 19 | 0 | 0.62 | 0.92 | 0.01 | 19.83 | 0.97 | 0.53 |
| Hex | FC | 60 | 13 | 0 | 3E | 5C | 1 | 14 | 61 | 35 |
| Octal | 374 | 140 | 23 | 0 | 76 | 134 | 1 | 24 | 141 | 65 |
| Binary | 11111100 | 1100000 | 10011 | 0 | 111110 | 1011100 | 1 | 10100 | 1100001 | 110101 |
Color Harmonies of #FC6013
Complementary color
Monochromatic Colors of #FC6013
Black with #FC6013
Text Example
Text Example
White with #FC6013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6013; }
p { color: rgb(252,96,19); }
H1.HeaderClassName
{
color: #FC6013;
}
.AnyTagClassName
{
color: #FC6013;
}
</style>
background-color css
<style>
a { background-color: #FC6013; }
a { background-color: rgb(252,96,19); }
div.DivClassName
{
background-color: #FC6013;
}
.BgClassName
{
background-color: #FC6013;
}
</style>
border-color css
<style>
span { border-color: #FC6013; }
span { border-color: rgb(252,96,19); }
td.TdClassName
{
border-color: #FC6013;
}
.TagClassName
{
border-color: #FC6013;
}
</style>