Shades of Safety Orange #FC6112
Tints of Safety Orange #FC6112
RGB
CMYK
RGB Variations
Color information
#FC6112 (or 0xFC6112) is known color: Safety Orange. HEX triplet: FC, 61 and 12. RGB value is (252,97,18). Sum of RGB (Red+Green+Blue) = 252+97+18=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6112 is #039EED. Grayscale: #868686. Windows color (decimal): -237294 or 1204732. OLE color: 1204732.
HSL color Cylindrical-coordinate representation of color #FC6112: hue angle of 20.26º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC6112 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 97 | 18 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.01 |
| HSL | 20.26º | 0.98% | 0.53% | - |
| HSV(B) | 20.26º | 0.93% | 0.99% | - |
| XYZ | 44.53 | 29.29 | 3.88 | - |
| YUV | 134.34 | 62.35 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 97 | 18 | 0 | 0.62 | 0.93 | 0.01 | 20.26 | 0.98 | 0.53 |
| Hex | FC | 61 | 12 | 0 | 3E | 5D | 1 | 14 | 62 | 35 |
| Octal | 374 | 141 | 22 | 0 | 76 | 135 | 1 | 24 | 142 | 65 |
| Binary | 11111100 | 1100001 | 10010 | 0 | 111110 | 1011101 | 1 | 10100 | 1100010 | 110101 |
Color Harmonies of #FC6112
Complementary color
Monochromatic Colors of #FC6112
Black with #FC6112
Text Example
Text Example
White with #FC6112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6112; }
p { color: rgb(252,97,18); }
H1.HeaderClassName
{
color: #FC6112;
}
.AnyTagClassName
{
color: #FC6112;
}
</style>
background-color css
<style>
a { background-color: #FC6112; }
a { background-color: rgb(252,97,18); }
div.DivClassName
{
background-color: #FC6112;
}
.BgClassName
{
background-color: #FC6112;
}
</style>
border-color css
<style>
span { border-color: #FC6112; }
span { border-color: rgb(252,97,18); }
td.TdClassName
{
border-color: #FC6112;
}
.TagClassName
{
border-color: #FC6112;
}
</style>