Shades of Safety Orange #F76211
Tints of Safety Orange #F76211
RGB
CMYK
RGB Variations
Color information
#F76211 (or 0xF76211) is known color: Safety Orange. HEX triplet: F7, 62 and 11. RGB value is (247,98,17). Sum of RGB (Red+Green+Blue) = 247+98+17=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F76211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76211 is #089DEE. Grayscale: #858585. Windows color (decimal): -564719 or 1139447. OLE color: 1139447.
HSL color Cylindrical-coordinate representation of color #F76211: hue angle of 21.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F76211 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 17 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.03 |
| HSL | 21.13º | 0.93% | 0.52% | - |
| HSV(B) | 21.13º | 0.93% | 0.97% | - |
| XYZ | 42.83 | 28.55 | 3.78 | - |
| YUV | 133.32 | 62.36 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 17 | 0 | 0.60 | 0.93 | 0.03 | 21.13 | 0.93 | 0.52 |
| Hex | F7 | 62 | 11 | 0 | 3C | 5D | 3 | 15 | 5D | 34 |
| Octal | 367 | 142 | 21 | 0 | 74 | 135 | 3 | 25 | 135 | 64 |
| Binary | 11110111 | 1100010 | 10001 | 0 | 111100 | 1011101 | 11 | 10101 | 1011101 | 110100 |
Color Harmonies of #F76211
Complementary color
Monochromatic Colors of #F76211
Black with #F76211
Text Example
Text Example
White with #F76211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76211; }
p { color: rgb(247,98,17); }
H1.HeaderClassName
{
color: #F76211;
}
.AnyTagClassName
{
color: #F76211;
}
</style>
background-color css
<style>
a { background-color: #F76211; }
a { background-color: rgb(247,98,17); }
div.DivClassName
{
background-color: #F76211;
}
.BgClassName
{
background-color: #F76211;
}
</style>
border-color css
<style>
span { border-color: #F76211; }
span { border-color: rgb(247,98,17); }
td.TdClassName
{
border-color: #F76211;
}
.TagClassName
{
border-color: #F76211;
}
</style>