Shades of Safety Orange #FC6211
Tints of Safety Orange #FC6211
RGB
CMYK
RGB Variations
Color information
#FC6211 (or 0xFC6211) is known color: Safety Orange. HEX triplet: FC, 62 and 11. RGB value is (252,98,17). Sum of RGB (Red+Green+Blue) = 252+98+17=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6211 is #039DEE. Grayscale: #878787. Windows color (decimal): -237039 or 1139452. OLE color: 1139452.
HSL color Cylindrical-coordinate representation of color #FC6211: hue angle of 20.68º 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 #FC6211 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 17 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.01 |
| HSL | 20.68º | 0.98% | 0.53% | - |
| HSV(B) | 20.68º | 0.93% | 0.99% | - |
| XYZ | 44.61 | 29.47 | 3.87 | - |
| YUV | 134.81 | 61.52 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 17 | 0 | 0.61 | 0.93 | 0.01 | 20.68 | 0.98 | 0.53 |
| Hex | FC | 62 | 11 | 0 | 3D | 5D | 1 | 15 | 62 | 35 |
| Octal | 374 | 142 | 21 | 0 | 75 | 135 | 1 | 25 | 142 | 65 |
| Binary | 11111100 | 1100010 | 10001 | 0 | 111101 | 1011101 | 1 | 10101 | 1100010 | 110101 |
Color Harmonies of #FC6211
Complementary color
Monochromatic Colors of #FC6211
Black with #FC6211
Text Example
Text Example
White with #FC6211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6211; }
p { color: rgb(252,98,17); }
H1.HeaderClassName
{
color: #FC6211;
}
.AnyTagClassName
{
color: #FC6211;
}
</style>
background-color css
<style>
a { background-color: #FC6211; }
a { background-color: rgb(252,98,17); }
div.DivClassName
{
background-color: #FC6211;
}
.BgClassName
{
background-color: #FC6211;
}
</style>
border-color css
<style>
span { border-color: #FC6211; }
span { border-color: rgb(252,98,17); }
td.TdClassName
{
border-color: #FC6211;
}
.TagClassName
{
border-color: #FC6211;
}
</style>