Shades of Safety Orange #F56210
Tints of Safety Orange #F56210
RGB
CMYK
RGB Variations
Color information
#F56210 (or 0xF56210) is known color: Safety Orange. HEX triplet: F5, 62 and 10. RGB value is (245,98,16). Sum of RGB (Red+Green+Blue) = 245+98+16=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F56210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56210 is #0A9DEF. Grayscale: #858585. Windows color (decimal): -695792 or 1073909. OLE color: 1073909.
HSL color Cylindrical-coordinate representation of color #F56210: hue angle of 21.48º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F56210 is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 16 | - |
| CMYK | 0 | 0.6 | 0.93 | 0.04 |
| HSL | 21.48º | 0.92% | 0.51% | - |
| HSV(B) | 21.48º | 0.93% | 0.96% | - |
| XYZ | 42.12 | 28.19 | 3.71 | - |
| YUV | 132.61 | 62.2 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 16 | 0 | 0.6 | 0.93 | 0.04 | 21.48 | 0.92 | 0.51 |
| Hex | F5 | 62 | 10 | 0 | 3C | 5D | 4 | 15 | 5C | 33 |
| Octal | 365 | 142 | 20 | 0 | 74 | 135 | 4 | 25 | 134 | 63 |
| Binary | 11110101 | 1100010 | 10000 | 0 | 111100 | 1011101 | 100 | 10101 | 1011100 | 110011 |
Color Harmonies of #F56210
Complementary color
Monochromatic Colors of #F56210
Black with #F56210
Text Example
Text Example
White with #F56210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56210; }
p { color: rgb(245,98,16); }
H1.HeaderClassName
{
color: #F56210;
}
.AnyTagClassName
{
color: #F56210;
}
</style>
background-color css
<style>
a { background-color: #F56210; }
a { background-color: rgb(245,98,16); }
div.DivClassName
{
background-color: #F56210;
}
.BgClassName
{
background-color: #F56210;
}
</style>
border-color css
<style>
span { border-color: #F56210; }
span { border-color: rgb(245,98,16); }
td.TdClassName
{
border-color: #F56210;
}
.TagClassName
{
border-color: #F56210;
}
</style>