Shades of Safety Orange #F77307
Tints of Safety Orange #F77307
RGB
CMYK
RGB Variations
Color information
#F77307 (or 0xF77307) is known color: Safety Orange. HEX triplet: F7, 73 and 07. RGB value is (247,115,7). Sum of RGB (Red+Green+Blue) = 247+115+7=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F77307 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77307 is #088CF8. Grayscale: #8E8E8E. Windows color (decimal): -560377 or 488439. OLE color: 488439.
HSL color Cylindrical-coordinate representation of color #F77307: hue angle of 27º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F77307 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 7 | - |
| CMYK | 0 | 0.53 | 0.97 | 0.03 |
| HSL | 27º | 0.94% | 0.5% | - |
| HSV(B) | 27º | 0.97% | 0.97% | - |
| XYZ | 44.53 | 32.05 | 4.04 | - |
| YUV | 142.16 | 51.73 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 7 | 0 | 0.53 | 0.97 | 0.03 | 27 | 0.94 | 0.5 |
| Hex | F7 | 73 | 7 | 0 | 35 | 61 | 3 | 1B | 5E | 32 |
| Octal | 367 | 163 | 7 | 0 | 65 | 141 | 3 | 33 | 136 | 62 |
| Binary | 11110111 | 1110011 | 111 | 0 | 110101 | 1100001 | 11 | 11011 | 1011110 | 110010 |
Color Harmonies of #F77307
Complementary color
Monochromatic Colors of #F77307
Black with #F77307
Text Example
Text Example
White with #F77307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77307; }
p { color: rgb(247,115,7); }
H1.HeaderClassName
{
color: #F77307;
}
.AnyTagClassName
{
color: #F77307;
}
</style>
background-color css
<style>
a { background-color: #F77307; }
a { background-color: rgb(247,115,7); }
div.DivClassName
{
background-color: #F77307;
}
.BgClassName
{
background-color: #F77307;
}
</style>
border-color css
<style>
span { border-color: #F77307; }
span { border-color: rgb(247,115,7); }
td.TdClassName
{
border-color: #F77307;
}
.TagClassName
{
border-color: #F77307;
}
</style>