Shades of Safety Orange #F76212
Tints of Safety Orange #F76212
RGB
CMYK
RGB Variations
Color information
#F76212 (or 0xF76212) is known color: Safety Orange. HEX triplet: F7, 62 and 12. RGB value is (247,98,18). Sum of RGB (Red+Green+Blue) = 247+98+18=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F76212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76212 is #089DED. Grayscale: #858585. Windows color (decimal): -564718 or 1204983. OLE color: 1204983.
HSL color Cylindrical-coordinate representation of color #F76212: hue angle of 20.96º 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 #F76212 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 98 | 18 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.03 |
| HSL | 20.96º | 0.93% | 0.52% | - |
| HSV(B) | 20.96º | 0.93% | 0.97% | - |
| XYZ | 42.83 | 28.55 | 3.83 | - |
| YUV | 133.43 | 62.86 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 98 | 18 | 0 | 0.60 | 0.93 | 0.03 | 20.96 | 0.93 | 0.52 |
| Hex | F7 | 62 | 12 | 0 | 3C | 5D | 3 | 15 | 5D | 34 |
| Octal | 367 | 142 | 22 | 0 | 74 | 135 | 3 | 25 | 135 | 64 |
| Binary | 11110111 | 1100010 | 10010 | 0 | 111100 | 1011101 | 11 | 10101 | 1011101 | 110100 |
Color Harmonies of #F76212
Complementary color
Monochromatic Colors of #F76212
Black with #F76212
Text Example
Text Example
White with #F76212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76212; }
p { color: rgb(247,98,18); }
H1.HeaderClassName
{
color: #F76212;
}
.AnyTagClassName
{
color: #F76212;
}
</style>
background-color css
<style>
a { background-color: #F76212; }
a { background-color: rgb(247,98,18); }
div.DivClassName
{
background-color: #F76212;
}
.BgClassName
{
background-color: #F76212;
}
</style>
border-color css
<style>
span { border-color: #F76212; }
span { border-color: rgb(247,98,18); }
td.TdClassName
{
border-color: #F76212;
}
.TagClassName
{
border-color: #F76212;
}
</style>