Shades of Safety Orange #F76605
Tints of Safety Orange #F76605
RGB
CMYK
RGB Variations
Color information
#F76605 (or 0xF76605) is known color: Safety Orange. HEX triplet: F7, 66 and 05. RGB value is (247,102,5). Sum of RGB (Red+Green+Blue) = 247+102+5=354 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.77% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 247 - color contains mainly: red. Hex color #F76605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76605 is #0899FA. Grayscale: #868686. Windows color (decimal): -563707 or 354039. OLE color: 354039.
HSL color Cylindrical-coordinate representation of color #F76605: hue angle of 24.05º 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 #F76605 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 5 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.03 |
| HSL | 24.05º | 0.96% | 0.49% | - |
| HSV(B) | 24.05º | 0.98% | 0.97% | - |
| XYZ | 43.14 | 29.29 | 3.52 | - |
| YUV | 134.3 | 55.04 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 5 | 0 | 0.59 | 0.98 | 0.03 | 24.05 | 0.96 | 0.49 |
| Hex | F7 | 66 | 5 | 0 | 3B | 62 | 3 | 18 | 60 | 31 |
| Octal | 367 | 146 | 5 | 0 | 73 | 142 | 3 | 30 | 140 | 61 |
| Binary | 11110111 | 1100110 | 101 | 0 | 111011 | 1100010 | 11 | 11000 | 1100000 | 110001 |
Color Harmonies of #F76605
Complementary color
Monochromatic Colors of #F76605
Black with #F76605
Text Example
Text Example
White with #F76605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76605; }
p { color: rgb(247,102,5); }
H1.HeaderClassName
{
color: #F76605;
}
.AnyTagClassName
{
color: #F76605;
}
</style>
background-color css
<style>
a { background-color: #F76605; }
a { background-color: rgb(247,102,5); }
div.DivClassName
{
background-color: #F76605;
}
.BgClassName
{
background-color: #F76605;
}
</style>
border-color css
<style>
span { border-color: #F76605; }
span { border-color: rgb(247,102,5); }
td.TdClassName
{
border-color: #F76605;
}
.TagClassName
{
border-color: #F76605;
}
</style>