Shades of Safety Orange #F76D06
Tints of Safety Orange #F76D06
RGB
CMYK
RGB Variations
Color information
#F76D06 (or 0xF76D06) is known color: Safety Orange. HEX triplet: F7, 6D and 06. RGB value is (247,109,6). Sum of RGB (Red+Green+Blue) = 247+109+6=362 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.23% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76D06 is #0892F9. Grayscale: #8B8B8B. Windows color (decimal): -561914 or 421367. OLE color: 421367.
HSL color Cylindrical-coordinate representation of color #F76D06: hue angle of 25.64º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F76D06 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 6 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.03 |
| HSL | 25.64º | 0.95% | 0.5% | - |
| HSV(B) | 25.64º | 0.98% | 0.97% | - |
| XYZ | 43.86 | 30.72 | 3.79 | - |
| YUV | 138.52 | 53.22 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 6 | 0 | 0.56 | 0.98 | 0.03 | 25.64 | 0.95 | 0.5 |
| Hex | F7 | 6D | 6 | 0 | 38 | 62 | 3 | 1A | 5F | 32 |
| Octal | 367 | 155 | 6 | 0 | 70 | 142 | 3 | 32 | 137 | 62 |
| Binary | 11110111 | 1101101 | 110 | 0 | 111000 | 1100010 | 11 | 11010 | 1011111 | 110010 |
Color Harmonies of #F76D06
Complementary color
Monochromatic Colors of #F76D06
Black with #F76D06
Text Example
Text Example
White with #F76D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D06; }
p { color: rgb(247,109,6); }
H1.HeaderClassName
{
color: #F76D06;
}
.AnyTagClassName
{
color: #F76D06;
}
</style>
background-color css
<style>
a { background-color: #F76D06; }
a { background-color: rgb(247,109,6); }
div.DivClassName
{
background-color: #F76D06;
}
.BgClassName
{
background-color: #F76D06;
}
</style>
border-color css
<style>
span { border-color: #F76D06; }
span { border-color: rgb(247,109,6); }
td.TdClassName
{
border-color: #F76D06;
}
.TagClassName
{
border-color: #F76D06;
}
</style>