Shades of Safety Orange #F76A00
Tints of Safety Orange #F76A00
RGB
CMYK
RGB Variations
Color information
#F76A00 (or 0xF76A00) is known color: Safety Orange. HEX triplet: F7, 6A and 00. RGB value is (247,106,0). Sum of RGB (Red+Green+Blue) = 247+106+0=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76A00 is #0895FF. Grayscale: #888888. Windows color (decimal): -562688 or 27383. OLE color: 27383.
HSL color Cylindrical-coordinate representation of color #F76A00: hue angle of 25.75º 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 #F76A00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.03 |
| HSL | 25.75º | 1% | 0.48% | - |
| HSV(B) | 25.75º | 1% | 0.97% | - |
| XYZ | 43.51 | 30.08 | 3.51 | - |
| YUV | 136.08 | 51.21 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 0 | 0 | 0.57 | 1 | 0.03 | 25.75 | 1 | 0.48 |
| Hex | F7 | 6A | 0 | 0 | 39 | 64 | 3 | 1A | 64 | 30 |
| Octal | 367 | 152 | 0 | 0 | 71 | 144 | 3 | 32 | 144 | 60 |
| Binary | 11110111 | 1101010 | 0 | 0 | 111001 | 1100100 | 11 | 11010 | 1100100 | 110000 |
Color Harmonies of #F76A00
Complementary color
Monochromatic Colors of #F76A00
Black with #F76A00
Text Example
Text Example
White with #F76A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76A00; }
p { color: rgb(247,106,0); }
H1.HeaderClassName
{
color: #F76A00;
}
.AnyTagClassName
{
color: #F76A00;
}
</style>
background-color css
<style>
a { background-color: #F76A00; }
a { background-color: rgb(247,106,0); }
div.DivClassName
{
background-color: #F76A00;
}
.BgClassName
{
background-color: #F76A00;
}
</style>
border-color css
<style>
span { border-color: #F76A00; }
span { border-color: rgb(247,106,0); }
td.TdClassName
{
border-color: #F76A00;
}
.TagClassName
{
border-color: #F76A00;
}
</style>