Shades of Safety Orange #F76607
Tints of Safety Orange #F76607
RGB
CMYK
RGB Variations
Color information
#F76607 (or 0xF76607) is known color: Safety Orange. HEX triplet: F7, 66 and 07. RGB value is (247,102,7). Sum of RGB (Red+Green+Blue) = 247+102+7=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F76607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76607 is #0899F8. Grayscale: #878787. Windows color (decimal): -563705 or 485111. OLE color: 485111.
HSL color Cylindrical-coordinate representation of color #F76607: hue angle of 23.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F76607 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 7 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.03 |
| HSL | 23.75º | 0.94% | 0.5% | - |
| HSV(B) | 23.75º | 0.97% | 0.97% | - |
| XYZ | 43.15 | 29.29 | 3.58 | - |
| YUV | 134.53 | 56.04 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 7 | 0 | 0.59 | 0.97 | 0.03 | 23.75 | 0.94 | 0.5 |
| Hex | F7 | 66 | 7 | 0 | 3B | 61 | 3 | 18 | 5E | 32 |
| Octal | 367 | 146 | 7 | 0 | 73 | 141 | 3 | 30 | 136 | 62 |
| Binary | 11110111 | 1100110 | 111 | 0 | 111011 | 1100001 | 11 | 11000 | 1011110 | 110010 |
Color Harmonies of #F76607
Complementary color
Monochromatic Colors of #F76607
Black with #F76607
Text Example
Text Example
White with #F76607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76607; }
p { color: rgb(247,102,7); }
H1.HeaderClassName
{
color: #F76607;
}
.AnyTagClassName
{
color: #F76607;
}
</style>
background-color css
<style>
a { background-color: #F76607; }
a { background-color: rgb(247,102,7); }
div.DivClassName
{
background-color: #F76607;
}
.BgClassName
{
background-color: #F76607;
}
</style>
border-color css
<style>
span { border-color: #F76607; }
span { border-color: rgb(247,102,7); }
td.TdClassName
{
border-color: #F76607;
}
.TagClassName
{
border-color: #F76607;
}
</style>