Shades of Safety Orange #F76700
Tints of Safety Orange #F76700
RGB
CMYK
RGB Variations
Color information
#F76700 (or 0xF76700) is known color: Safety Orange. HEX triplet: F7, 67 and 00. RGB value is (247,103,0). Sum of RGB (Red+Green+Blue) = 247+103+0=350 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.57% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 247 - color contains mainly: red. Hex color #F76700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76700 is #0898FF. Grayscale: #868686. Windows color (decimal): -563456 or 26615. OLE color: 26615.
HSL color Cylindrical-coordinate representation of color #F76700: hue angle of 25.02º 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 #F76700 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 103 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.03 |
| HSL | 25.02º | 1% | 0.48% | - |
| HSV(B) | 25.02º | 1% | 0.97% | - |
| XYZ | 43.21 | 29.47 | 3.41 | - |
| YUV | 134.31 | 52.21 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 103 | 0 | 0 | 0.58 | 1 | 0.03 | 25.02 | 1 | 0.48 |
| Hex | F7 | 67 | 0 | 0 | 3A | 64 | 3 | 19 | 64 | 30 |
| Octal | 367 | 147 | 0 | 0 | 72 | 144 | 3 | 31 | 144 | 60 |
| Binary | 11110111 | 1100111 | 0 | 0 | 111010 | 1100100 | 11 | 11001 | 1100100 | 110000 |
Color Harmonies of #F76700
Complementary color
Monochromatic Colors of #F76700
Black with #F76700
Text Example
Text Example
White with #F76700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76700; }
p { color: rgb(247,103,0); }
H1.HeaderClassName
{
color: #F76700;
}
.AnyTagClassName
{
color: #F76700;
}
</style>
background-color css
<style>
a { background-color: #F76700; }
a { background-color: rgb(247,103,0); }
div.DivClassName
{
background-color: #F76700;
}
.BgClassName
{
background-color: #F76700;
}
</style>
border-color css
<style>
span { border-color: #F76700; }
span { border-color: rgb(247,103,0); }
td.TdClassName
{
border-color: #F76700;
}
.TagClassName
{
border-color: #F76700;
}
</style>