Shades of Safety Orange #FC5F0A
Tints of Safety Orange #FC5F0A
RGB
CMYK
RGB Variations
Color information
#FC5F0A (or 0xFC5F0A) is known color: Safety Orange. HEX triplet: FC, 5F and 0A. RGB value is (252,95,10). Sum of RGB (Red+Green+Blue) = 252+95+10=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5F0A is #03A0F5. Grayscale: #848484. Windows color (decimal): -237814 or 679932. OLE color: 679932.
HSL color Cylindrical-coordinate representation of color #FC5F0A: hue angle of 21.07º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC5F0A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 95 | 10 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.01 |
| HSL | 21.07º | 0.98% | 0.51% | - |
| HSV(B) | 21.07º | 0.96% | 0.99% | - |
| XYZ | 44.29 | 28.9 | 3.53 | - |
| YUV | 132.25 | 59.01 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 95 | 10 | 0 | 0.62 | 0.96 | 0.01 | 21.07 | 0.98 | 0.51 |
| Hex | FC | 5F | A | 0 | 3E | 60 | 1 | 15 | 62 | 33 |
| Octal | 374 | 137 | 12 | 0 | 76 | 140 | 1 | 25 | 142 | 63 |
| Binary | 11111100 | 1011111 | 1010 | 0 | 111110 | 1100000 | 1 | 10101 | 1100010 | 110011 |
Color Harmonies of #FC5F0A
Complementary color
Monochromatic Colors of #FC5F0A
Black with #FC5F0A
Text Example
Text Example
White with #FC5F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5F0A; }
p { color: rgb(252,95,10); }
H1.HeaderClassName
{
color: #FC5F0A;
}
.AnyTagClassName
{
color: #FC5F0A;
}
</style>
background-color css
<style>
a { background-color: #FC5F0A; }
a { background-color: rgb(252,95,10); }
div.DivClassName
{
background-color: #FC5F0A;
}
.BgClassName
{
background-color: #FC5F0A;
}
</style>
border-color css
<style>
span { border-color: #FC5F0A; }
span { border-color: rgb(252,95,10); }
td.TdClassName
{
border-color: #FC5F0A;
}
.TagClassName
{
border-color: #FC5F0A;
}
</style>