Shades of Safety Orange #F76D00
Tints of Safety Orange #F76D00
RGB
CMYK
RGB Variations
Color information
#F76D00 (or 0xF76D00) is known color: Safety Orange. HEX triplet: F7, 6D and 00. RGB value is (247,109,0). Sum of RGB (Red+Green+Blue) = 247+109+0=356 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.38% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76D00 is #0892FF. Grayscale: #8A8A8A. Windows color (decimal): -561920 or 28151. OLE color: 28151.
HSL color Cylindrical-coordinate representation of color #F76D00: hue angle of 26.48º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F76D00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.03 |
| HSL | 26.48º | 1% | 0.48% | - |
| HSV(B) | 26.48º | 1% | 0.97% | - |
| XYZ | 43.83 | 30.71 | 3.62 | - |
| YUV | 137.84 | 50.22 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 0 | 0 | 0.56 | 1 | 0.03 | 26.48 | 1 | 0.48 |
| Hex | F7 | 6D | 0 | 0 | 38 | 64 | 3 | 1A | 64 | 30 |
| Octal | 367 | 155 | 0 | 0 | 70 | 144 | 3 | 32 | 144 | 60 |
| Binary | 11110111 | 1101101 | 0 | 0 | 111000 | 1100100 | 11 | 11010 | 1100100 | 110000 |
Color Harmonies of #F76D00
Complementary color
Monochromatic Colors of #F76D00
Black with #F76D00
Text Example
Text Example
White with #F76D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D00; }
p { color: rgb(247,109,0); }
H1.HeaderClassName
{
color: #F76D00;
}
.AnyTagClassName
{
color: #F76D00;
}
</style>
background-color css
<style>
a { background-color: #F76D00; }
a { background-color: rgb(247,109,0); }
div.DivClassName
{
background-color: #F76D00;
}
.BgClassName
{
background-color: #F76D00;
}
</style>
border-color css
<style>
span { border-color: #F76D00; }
span { border-color: rgb(247,109,0); }
td.TdClassName
{
border-color: #F76D00;
}
.TagClassName
{
border-color: #F76D00;
}
</style>