Shades of Safety Orange #FC6006
Tints of Safety Orange #FC6006
RGB
CMYK
RGB Variations
Color information
#FC6006 (or 0xFC6006) is known color: Safety Orange. HEX triplet: FC, 60 and 06. RGB value is (252,96,6). Sum of RGB (Red+Green+Blue) = 252+96+6=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6006 is #039FF9. Grayscale: #848484. Windows color (decimal): -237562 or 418044. OLE color: 418044.
HSL color Cylindrical-coordinate representation of color #FC6006: hue angle of 21.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC6006 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 6 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.01 |
| HSL | 21.95º | 0.98% | 0.51% | - |
| HSV(B) | 21.95º | 0.98% | 0.99% | - |
| XYZ | 44.36 | 29.07 | 3.45 | - |
| YUV | 132.38 | 56.68 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 6 | 0 | 0.62 | 0.98 | 0.01 | 21.95 | 0.98 | 0.51 |
| Hex | FC | 60 | 6 | 0 | 3E | 62 | 1 | 16 | 62 | 33 |
| Octal | 374 | 140 | 6 | 0 | 76 | 142 | 1 | 26 | 142 | 63 |
| Binary | 11111100 | 1100000 | 110 | 0 | 111110 | 1100010 | 1 | 10110 | 1100010 | 110011 |
Color Harmonies of #FC6006
Complementary color
Monochromatic Colors of #FC6006
Black with #FC6006
Text Example
Text Example
White with #FC6006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6006; }
p { color: rgb(252,96,6); }
H1.HeaderClassName
{
color: #FC6006;
}
.AnyTagClassName
{
color: #FC6006;
}
</style>
background-color css
<style>
a { background-color: #FC6006; }
a { background-color: rgb(252,96,6); }
div.DivClassName
{
background-color: #FC6006;
}
.BgClassName
{
background-color: #FC6006;
}
</style>
border-color css
<style>
span { border-color: #FC6006; }
span { border-color: rgb(252,96,6); }
td.TdClassName
{
border-color: #FC6006;
}
.TagClassName
{
border-color: #FC6006;
}
</style>