Shades of Safety Orange #F76D0A
Tints of Safety Orange #F76D0A
RGB
CMYK
RGB Variations
Color information
#F76D0A (or 0xF76D0A) is known color: Safety Orange. HEX triplet: F7, 6D and 0A. RGB value is (247,109,10). Sum of RGB (Red+Green+Blue) = 247+109+10=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76D0A is #0892F5. Grayscale: #8B8B8B. Windows color (decimal): -561910 or 683511. OLE color: 683511.
HSL color Cylindrical-coordinate representation of color #F76D0A: hue angle of 25.06º 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 #F76D0A is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 10 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.03 |
| HSL | 25.06º | 0.94% | 0.5% | - |
| HSV(B) | 25.06º | 0.96% | 0.97% | - |
| XYZ | 43.88 | 30.73 | 3.91 | - |
| YUV | 138.98 | 55.22 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 10 | 0 | 0.56 | 0.96 | 0.03 | 25.06 | 0.94 | 0.5 |
| Hex | F7 | 6D | A | 0 | 38 | 60 | 3 | 19 | 5E | 32 |
| Octal | 367 | 155 | 12 | 0 | 70 | 140 | 3 | 31 | 136 | 62 |
| Binary | 11110111 | 1101101 | 1010 | 0 | 111000 | 1100000 | 11 | 11001 | 1011110 | 110010 |
Color Harmonies of #F76D0A
Complementary color
Monochromatic Colors of #F76D0A
Black with #F76D0A
Text Example
Text Example
White with #F76D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D0A; }
p { color: rgb(247,109,10); }
H1.HeaderClassName
{
color: #F76D0A;
}
.AnyTagClassName
{
color: #F76D0A;
}
</style>
background-color css
<style>
a { background-color: #F76D0A; }
a { background-color: rgb(247,109,10); }
div.DivClassName
{
background-color: #F76D0A;
}
.BgClassName
{
background-color: #F76D0A;
}
</style>
border-color css
<style>
span { border-color: #F76D0A; }
span { border-color: rgb(247,109,10); }
td.TdClassName
{
border-color: #F76D0A;
}
.TagClassName
{
border-color: #F76D0A;
}
</style>