Shades of Safety Orange #F76D09
Tints of Safety Orange #F76D09
RGB
CMYK
RGB Variations
Color information
#F76D09 (or 0xF76D09) is known color: Safety Orange. HEX triplet: F7, 6D and 09. RGB value is (247,109,9). Sum of RGB (Red+Green+Blue) = 247+109+9=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76D09 is #0892F6. Grayscale: #8B8B8B. Windows color (decimal): -561911 or 617975. OLE color: 617975.
HSL color Cylindrical-coordinate representation of color #F76D09: hue angle of 25.21º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F76D09 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 9 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.03 |
| HSL | 25.21º | 0.94% | 0.5% | - |
| HSV(B) | 25.21º | 0.96% | 0.97% | - |
| XYZ | 43.88 | 30.73 | 3.88 | - |
| YUV | 138.86 | 54.72 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 9 | 0 | 0.56 | 0.96 | 0.03 | 25.21 | 0.94 | 0.5 |
| Hex | F7 | 6D | 9 | 0 | 38 | 60 | 3 | 19 | 5E | 32 |
| Octal | 367 | 155 | 11 | 0 | 70 | 140 | 3 | 31 | 136 | 62 |
| Binary | 11110111 | 1101101 | 1001 | 0 | 111000 | 1100000 | 11 | 11001 | 1011110 | 110010 |
Color Harmonies of #F76D09
Complementary color
Monochromatic Colors of #F76D09
Black with #F76D09
Text Example
Text Example
White with #F76D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D09; }
p { color: rgb(247,109,9); }
H1.HeaderClassName
{
color: #F76D09;
}
.AnyTagClassName
{
color: #F76D09;
}
</style>
background-color css
<style>
a { background-color: #F76D09; }
a { background-color: rgb(247,109,9); }
div.DivClassName
{
background-color: #F76D09;
}
.BgClassName
{
background-color: #F76D09;
}
</style>
border-color css
<style>
span { border-color: #F76D09; }
span { border-color: rgb(247,109,9); }
td.TdClassName
{
border-color: #F76D09;
}
.TagClassName
{
border-color: #F76D09;
}
</style>