Shades of Safety Orange #F7600E
Tints of Safety Orange #F7600E
RGB
CMYK
RGB Variations
Color information
#F7600E (or 0xF7600E) is known color: Safety Orange. HEX triplet: F7, 60 and 0E. RGB value is (247,96,14). Sum of RGB (Red+Green+Blue) = 247+96+14=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F7600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7600E is #089FF1. Grayscale: #848484. Windows color (decimal): -565234 or 942327. OLE color: 942327.
HSL color Cylindrical-coordinate representation of color #F7600E: hue angle of 21.12º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7600E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.03 |
| HSL | 21.12º | 0.94% | 0.51% | - |
| HSV(B) | 21.12º | 0.94% | 0.97% | - |
| XYZ | 42.62 | 28.17 | 3.61 | - |
| YUV | 131.8 | 61.53 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 14 | 0 | 0.61 | 0.94 | 0.03 | 21.12 | 0.94 | 0.51 |
| Hex | F7 | 60 | E | 0 | 3D | 5E | 3 | 15 | 5E | 33 |
| Octal | 367 | 140 | 16 | 0 | 75 | 136 | 3 | 25 | 136 | 63 |
| Binary | 11110111 | 1100000 | 1110 | 0 | 111101 | 1011110 | 11 | 10101 | 1011110 | 110011 |
Color Harmonies of #F7600E
Complementary color
Monochromatic Colors of #F7600E
Black with #F7600E
Text Example
Text Example
White with #F7600E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7600E; }
p { color: rgb(247,96,14); }
H1.HeaderClassName
{
color: #F7600E;
}
.AnyTagClassName
{
color: #F7600E;
}
</style>
background-color css
<style>
a { background-color: #F7600E; }
a { background-color: rgb(247,96,14); }
div.DivClassName
{
background-color: #F7600E;
}
.BgClassName
{
background-color: #F7600E;
}
</style>
border-color css
<style>
span { border-color: #F7600E; }
span { border-color: rgb(247,96,14); }
td.TdClassName
{
border-color: #F7600E;
}
.TagClassName
{
border-color: #F7600E;
}
</style>