Shades of Safety Orange #F76011
Tints of Safety Orange #F76011
RGB
CMYK
RGB Variations
Color information
#F76011 (or 0xF76011) is known color: Safety Orange. HEX triplet: F7, 60 and 11. RGB value is (247,96,17). Sum of RGB (Red+Green+Blue) = 247+96+17=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F76011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76011 is #089FEE. Grayscale: #848484. Windows color (decimal): -565231 or 1138935. OLE color: 1138935.
HSL color Cylindrical-coordinate representation of color #F76011: hue angle of 20.61º 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 #F76011 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 17 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.03 |
| HSL | 20.61º | 0.93% | 0.52% | - |
| HSV(B) | 20.61º | 0.93% | 0.97% | - |
| XYZ | 42.64 | 28.18 | 3.72 | - |
| YUV | 132.14 | 63.03 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 17 | 0 | 0.61 | 0.93 | 0.03 | 20.61 | 0.93 | 0.52 |
| Hex | F7 | 60 | 11 | 0 | 3D | 5D | 3 | 15 | 5D | 34 |
| Octal | 367 | 140 | 21 | 0 | 75 | 135 | 3 | 25 | 135 | 64 |
| Binary | 11110111 | 1100000 | 10001 | 0 | 111101 | 1011101 | 11 | 10101 | 1011101 | 110100 |
Color Harmonies of #F76011
Complementary color
Monochromatic Colors of #F76011
Black with #F76011
Text Example
Text Example
White with #F76011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76011; }
p { color: rgb(247,96,17); }
H1.HeaderClassName
{
color: #F76011;
}
.AnyTagClassName
{
color: #F76011;
}
</style>
background-color css
<style>
a { background-color: #F76011; }
a { background-color: rgb(247,96,17); }
div.DivClassName
{
background-color: #F76011;
}
.BgClassName
{
background-color: #F76011;
}
</style>
border-color css
<style>
span { border-color: #F76011; }
span { border-color: rgb(247,96,17); }
td.TdClassName
{
border-color: #F76011;
}
.TagClassName
{
border-color: #F76011;
}
</style>