Shades of Safety Orange #F76805
Tints of Safety Orange #F76805
RGB
CMYK
RGB Variations
Color information
#F76805 (or 0xF76805) is known color: Safety Orange. HEX triplet: F7, 68 and 05. RGB value is (247,104,5). Sum of RGB (Red+Green+Blue) = 247+104+5=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F76805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76805 is #0897FA. Grayscale: #888888. Windows color (decimal): -563195 or 354551. OLE color: 354551.
HSL color Cylindrical-coordinate representation of color #F76805: hue angle of 24.55º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F76805 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.03 |
| HSL | 24.55º | 0.96% | 0.49% | - |
| HSV(B) | 24.55º | 0.98% | 0.97% | - |
| XYZ | 43.34 | 29.69 | 3.59 | - |
| YUV | 135.47 | 54.38 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 5 | 0 | 0.58 | 0.98 | 0.03 | 24.55 | 0.96 | 0.49 |
| Hex | F7 | 68 | 5 | 0 | 3A | 62 | 3 | 19 | 60 | 31 |
| Octal | 367 | 150 | 5 | 0 | 72 | 142 | 3 | 31 | 140 | 61 |
| Binary | 11110111 | 1101000 | 101 | 0 | 111010 | 1100010 | 11 | 11001 | 1100000 | 110001 |
Color Harmonies of #F76805
Complementary color
Monochromatic Colors of #F76805
Black with #F76805
Text Example
Text Example
White with #F76805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76805; }
p { color: rgb(247,104,5); }
H1.HeaderClassName
{
color: #F76805;
}
.AnyTagClassName
{
color: #F76805;
}
</style>
background-color css
<style>
a { background-color: #F76805; }
a { background-color: rgb(247,104,5); }
div.DivClassName
{
background-color: #F76805;
}
.BgClassName
{
background-color: #F76805;
}
</style>
border-color css
<style>
span { border-color: #F76805; }
span { border-color: rgb(247,104,5); }
td.TdClassName
{
border-color: #F76805;
}
.TagClassName
{
border-color: #F76805;
}
</style>