Shades of Safety Orange #F76807
Tints of Safety Orange #F76807
RGB
CMYK
RGB Variations
Color information
#F76807 (or 0xF76807) is known color: Safety Orange. HEX triplet: F7, 68 and 07. RGB value is (247,104,7). Sum of RGB (Red+Green+Blue) = 247+104+7=358 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.99% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 247 - color contains mainly: red. Hex color #F76807 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76807 is #0897F8. Grayscale: #888888. Windows color (decimal): -563193 or 485623. OLE color: 485623.
HSL color Cylindrical-coordinate representation of color #F76807: hue angle of 24.25º 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 #F76807 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 7 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.03 |
| HSL | 24.25º | 0.94% | 0.5% | - |
| HSV(B) | 24.25º | 0.97% | 0.97% | - |
| XYZ | 43.35 | 29.69 | 3.65 | - |
| YUV | 135.7 | 55.38 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 7 | 0 | 0.58 | 0.97 | 0.03 | 24.25 | 0.94 | 0.5 |
| Hex | F7 | 68 | 7 | 0 | 3A | 61 | 3 | 18 | 5E | 32 |
| Octal | 367 | 150 | 7 | 0 | 72 | 141 | 3 | 30 | 136 | 62 |
| Binary | 11110111 | 1101000 | 111 | 0 | 111010 | 1100001 | 11 | 11000 | 1011110 | 110010 |
Color Harmonies of #F76807
Complementary color
Monochromatic Colors of #F76807
Black with #F76807
Text Example
Text Example
White with #F76807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76807; }
p { color: rgb(247,104,7); }
H1.HeaderClassName
{
color: #F76807;
}
.AnyTagClassName
{
color: #F76807;
}
</style>
background-color css
<style>
a { background-color: #F76807; }
a { background-color: rgb(247,104,7); }
div.DivClassName
{
background-color: #F76807;
}
.BgClassName
{
background-color: #F76807;
}
</style>
border-color css
<style>
span { border-color: #F76807; }
span { border-color: rgb(247,104,7); }
td.TdClassName
{
border-color: #F76807;
}
.TagClassName
{
border-color: #F76807;
}
</style>