Shades of Safety Orange #F56211
Tints of Safety Orange #F56211
RGB
CMYK
RGB Variations
Color information
#F56211 (or 0xF56211) is known color: Safety Orange. HEX triplet: F5, 62 and 11. RGB value is (245,98,17). Sum of RGB (Red+Green+Blue) = 245+98+17=360 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.06% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 245 - color contains mainly: red. Hex color #F56211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56211 is #0A9DEE. Grayscale: #858585. Windows color (decimal): -695791 or 1139445. OLE color: 1139445.
HSL color Cylindrical-coordinate representation of color #F56211: hue angle of 21.32º 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 #F56211 is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 98 | 17 | - |
| CMYK | 0 | 0.6 | 0.93 | 0.04 |
| HSL | 21.32º | 0.92% | 0.51% | - |
| HSV(B) | 21.32º | 0.93% | 0.96% | - |
| XYZ | 42.13 | 28.19 | 3.75 | - |
| YUV | 132.72 | 62.7 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 98 | 17 | 0 | 0.6 | 0.93 | 0.04 | 21.32 | 0.92 | 0.51 |
| Hex | F5 | 62 | 11 | 0 | 3C | 5D | 4 | 15 | 5C | 33 |
| Octal | 365 | 142 | 21 | 0 | 74 | 135 | 4 | 25 | 134 | 63 |
| Binary | 11110101 | 1100010 | 10001 | 0 | 111100 | 1011101 | 100 | 10101 | 1011100 | 110011 |
Color Harmonies of #F56211
Complementary color
Monochromatic Colors of #F56211
Black with #F56211
Text Example
Text Example
White with #F56211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56211; }
p { color: rgb(245,98,17); }
H1.HeaderClassName
{
color: #F56211;
}
.AnyTagClassName
{
color: #F56211;
}
</style>
background-color css
<style>
a { background-color: #F56211; }
a { background-color: rgb(245,98,17); }
div.DivClassName
{
background-color: #F56211;
}
.BgClassName
{
background-color: #F56211;
}
</style>
border-color css
<style>
span { border-color: #F56211; }
span { border-color: rgb(245,98,17); }
td.TdClassName
{
border-color: #F56211;
}
.TagClassName
{
border-color: #F56211;
}
</style>