Shades of Safety Orange #F76110
Tints of Safety Orange #F76110
RGB
CMYK
RGB Variations
Color information
#F76110 (or 0xF76110) is known color: Safety Orange. HEX triplet: F7, 61 and 10. RGB value is (247,97,16). Sum of RGB (Red+Green+Blue) = 247+97+16=360 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.61% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 247 - color contains mainly: red. Hex color #F76110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76110 is #089EEF. Grayscale: #858585. Windows color (decimal): -564976 or 1073655. OLE color: 1073655.
HSL color Cylindrical-coordinate representation of color #F76110: hue angle of 21.04º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F76110 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 16 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.03 |
| HSL | 21.04º | 0.94% | 0.52% | - |
| HSV(B) | 21.04º | 0.94% | 0.97% | - |
| XYZ | 42.73 | 28.36 | 3.71 | - |
| YUV | 132.62 | 62.2 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 16 | 0 | 0.61 | 0.94 | 0.03 | 21.04 | 0.94 | 0.52 |
| Hex | F7 | 61 | 10 | 0 | 3D | 5E | 3 | 15 | 5E | 34 |
| Octal | 367 | 141 | 20 | 0 | 75 | 136 | 3 | 25 | 136 | 64 |
| Binary | 11110111 | 1100001 | 10000 | 0 | 111101 | 1011110 | 11 | 10101 | 1011110 | 110100 |
Color Harmonies of #F76110
Complementary color
Monochromatic Colors of #F76110
Black with #F76110
Text Example
Text Example
White with #F76110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76110; }
p { color: rgb(247,97,16); }
H1.HeaderClassName
{
color: #F76110;
}
.AnyTagClassName
{
color: #F76110;
}
</style>
background-color css
<style>
a { background-color: #F76110; }
a { background-color: rgb(247,97,16); }
div.DivClassName
{
background-color: #F76110;
}
.BgClassName
{
background-color: #F76110;
}
</style>
border-color css
<style>
span { border-color: #F76110; }
span { border-color: rgb(247,97,16); }
td.TdClassName
{
border-color: #F76110;
}
.TagClassName
{
border-color: #F76110;
}
</style>