Shades of Safety Orange #FC6511
Tints of Safety Orange #FC6511
RGB
CMYK
RGB Variations
Color information
#FC6511 (or 0xFC6511) is known color: Safety Orange. HEX triplet: FC, 65 and 11. RGB value is (252,101,17). Sum of RGB (Red+Green+Blue) = 252+101+17=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6511 is #039AEE. Grayscale: #898989. Windows color (decimal): -236271 or 1140220. OLE color: 1140220.
HSL color Cylindrical-coordinate representation of color #FC6511: hue angle of 21.45º 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 #FC6511 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.01 |
| HSL | 21.45º | 0.98% | 0.53% | - |
| HSV(B) | 21.45º | 0.93% | 0.99% | - |
| XYZ | 44.9 | 30.04 | 3.96 | - |
| YUV | 136.57 | 60.53 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 17 | 0 | 0.60 | 0.93 | 0.01 | 21.45 | 0.98 | 0.53 |
| Hex | FC | 65 | 11 | 0 | 3C | 5D | 1 | 15 | 62 | 35 |
| Octal | 374 | 145 | 21 | 0 | 74 | 135 | 1 | 25 | 142 | 65 |
| Binary | 11111100 | 1100101 | 10001 | 0 | 111100 | 1011101 | 1 | 10101 | 1100010 | 110101 |
Color Harmonies of #FC6511
Complementary color
Monochromatic Colors of #FC6511
Black with #FC6511
Text Example
Text Example
White with #FC6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6511; }
p { color: rgb(252,101,17); }
H1.HeaderClassName
{
color: #FC6511;
}
.AnyTagClassName
{
color: #FC6511;
}
</style>
background-color css
<style>
a { background-color: #FC6511; }
a { background-color: rgb(252,101,17); }
div.DivClassName
{
background-color: #FC6511;
}
.BgClassName
{
background-color: #FC6511;
}
</style>
border-color css
<style>
span { border-color: #FC6511; }
span { border-color: rgb(252,101,17); }
td.TdClassName
{
border-color: #FC6511;
}
.TagClassName
{
border-color: #FC6511;
}
</style>