Shades of Safety Orange #F76112
Tints of Safety Orange #F76112
RGB
CMYK
RGB Variations
Color information
#F76112 (or 0xF76112) is known color: Safety Orange. HEX triplet: F7, 61 and 12. RGB value is (247,97,18). Sum of RGB (Red+Green+Blue) = 247+97+18=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F76112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76112 is #089EED. Grayscale: #858585. Windows color (decimal): -564974 or 1204727. OLE color: 1204727.
HSL color Cylindrical-coordinate representation of color #F76112: hue angle of 20.7º 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 #F76112 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 18 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.03 |
| HSL | 20.7º | 0.93% | 0.52% | - |
| HSV(B) | 20.7º | 0.93% | 0.97% | - |
| XYZ | 42.74 | 28.37 | 3.79 | - |
| YUV | 132.84 | 63.2 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 18 | 0 | 0.61 | 0.93 | 0.03 | 20.7 | 0.93 | 0.52 |
| Hex | F7 | 61 | 12 | 0 | 3D | 5D | 3 | 15 | 5D | 34 |
| Octal | 367 | 141 | 22 | 0 | 75 | 135 | 3 | 25 | 135 | 64 |
| Binary | 11110111 | 1100001 | 10010 | 0 | 111101 | 1011101 | 11 | 10101 | 1011101 | 110100 |
Color Harmonies of #F76112
Complementary color
Monochromatic Colors of #F76112
Black with #F76112
Text Example
Text Example
White with #F76112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76112; }
p { color: rgb(247,97,18); }
H1.HeaderClassName
{
color: #F76112;
}
.AnyTagClassName
{
color: #F76112;
}
</style>
background-color css
<style>
a { background-color: #F76112; }
a { background-color: rgb(247,97,18); }
div.DivClassName
{
background-color: #F76112;
}
.BgClassName
{
background-color: #F76112;
}
</style>
border-color css
<style>
span { border-color: #F76112; }
span { border-color: rgb(247,97,18); }
td.TdClassName
{
border-color: #F76112;
}
.TagClassName
{
border-color: #F76112;
}
</style>