Shades of Safety Orange #FC6510
Tints of Safety Orange #FC6510
RGB
CMYK
RGB Variations
Color information
#FC6510 (or 0xFC6510) is known color: Safety Orange. HEX triplet: FC, 65 and 10. RGB value is (252,101,16). Sum of RGB (Red+Green+Blue) = 252+101+16=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6510 is #039AEF. Grayscale: #888888. Windows color (decimal): -236272 or 1074684. OLE color: 1074684.
HSL color Cylindrical-coordinate representation of color #FC6510: hue angle of 21.61º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC6510 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 16 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.01 |
| HSL | 21.61º | 0.98% | 0.53% | - |
| HSV(B) | 21.61º | 0.94% | 0.99% | - |
| XYZ | 44.89 | 30.04 | 3.92 | - |
| YUV | 136.46 | 60.03 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 16 | 0 | 0.60 | 0.94 | 0.01 | 21.61 | 0.98 | 0.53 |
| Hex | FC | 65 | 10 | 0 | 3C | 5E | 1 | 16 | 62 | 35 |
| Octal | 374 | 145 | 20 | 0 | 74 | 136 | 1 | 26 | 142 | 65 |
| Binary | 11111100 | 1100101 | 10000 | 0 | 111100 | 1011110 | 1 | 10110 | 1100010 | 110101 |
Color Harmonies of #FC6510
Complementary color
Monochromatic Colors of #FC6510
Black with #FC6510
Text Example
Text Example
White with #FC6510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6510; }
p { color: rgb(252,101,16); }
H1.HeaderClassName
{
color: #FC6510;
}
.AnyTagClassName
{
color: #FC6510;
}
</style>
background-color css
<style>
a { background-color: #FC6510; }
a { background-color: rgb(252,101,16); }
div.DivClassName
{
background-color: #FC6510;
}
.BgClassName
{
background-color: #FC6510;
}
</style>
border-color css
<style>
span { border-color: #FC6510; }
span { border-color: rgb(252,101,16); }
td.TdClassName
{
border-color: #FC6510;
}
.TagClassName
{
border-color: #FC6510;
}
</style>