Shades of Safety Orange #FC6411
Tints of Safety Orange #FC6411
RGB
CMYK
RGB Variations
Color information
#FC6411 (or 0xFC6411) is known color: Safety Orange. HEX triplet: FC, 64 and 11. RGB value is (252,100,17). Sum of RGB (Red+Green+Blue) = 252+100+17=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6411 is #039BEE. Grayscale: #888888. Windows color (decimal): -236527 or 1139964. OLE color: 1139964.
HSL color Cylindrical-coordinate representation of color #FC6411: hue angle of 21.19º 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 #FC6411 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 100 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.01 |
| HSL | 21.19º | 0.98% | 0.53% | - |
| HSV(B) | 21.19º | 0.93% | 0.99% | - |
| XYZ | 44.8 | 29.85 | 3.93 | - |
| YUV | 135.99 | 60.86 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 100 | 17 | 0 | 0.60 | 0.93 | 0.01 | 21.19 | 0.98 | 0.53 |
| Hex | FC | 64 | 11 | 0 | 3C | 5D | 1 | 15 | 62 | 35 |
| Octal | 374 | 144 | 21 | 0 | 74 | 135 | 1 | 25 | 142 | 65 |
| Binary | 11111100 | 1100100 | 10001 | 0 | 111100 | 1011101 | 1 | 10101 | 1100010 | 110101 |
Color Harmonies of #FC6411
Complementary color
Monochromatic Colors of #FC6411
Black with #FC6411
Text Example
Text Example
White with #FC6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6411; }
p { color: rgb(252,100,17); }
H1.HeaderClassName
{
color: #FC6411;
}
.AnyTagClassName
{
color: #FC6411;
}
</style>
background-color css
<style>
a { background-color: #FC6411; }
a { background-color: rgb(252,100,17); }
div.DivClassName
{
background-color: #FC6411;
}
.BgClassName
{
background-color: #FC6411;
}
</style>
border-color css
<style>
span { border-color: #FC6411; }
span { border-color: rgb(252,100,17); }
td.TdClassName
{
border-color: #FC6411;
}
.TagClassName
{
border-color: #FC6411;
}
</style>