Shades of Safety Orange #F77301
Tints of Safety Orange #F77301
RGB
CMYK
RGB Variations
Color information
#F77301 (or 0xF77301) is known color: Safety Orange. HEX triplet: F7, 73 and 01. RGB value is (247,115,1). Sum of RGB (Red+Green+Blue) = 247+115+1=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F77301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77301 is #088CFE. Grayscale: #8E8E8E. Windows color (decimal): -560383 or 95223. OLE color: 95223.
HSL color Cylindrical-coordinate representation of color #F77301: hue angle of 27.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F77301 is Cyan = 0, Magento = 0.53, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 1 | - |
| CMYK | 0 | 0.53 | 1.00 | 0.03 |
| HSL | 27.8º | 0.99% | 0.49% | - |
| HSV(B) | 27.8º | 1% | 0.97% | - |
| XYZ | 44.49 | 32.04 | 3.87 | - |
| YUV | 141.47 | 48.73 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 1 | 0 | 0.53 | 1.00 | 0.03 | 27.8 | 0.99 | 0.49 |
| Hex | F7 | 73 | 1 | 0 | 35 | 64 | 3 | 1C | 63 | 31 |
| Octal | 367 | 163 | 1 | 0 | 65 | 144 | 3 | 34 | 143 | 61 |
| Binary | 11110111 | 1110011 | 1 | 0 | 110101 | 1100100 | 11 | 11100 | 1100011 | 110001 |
Color Harmonies of #F77301
Complementary color
Monochromatic Colors of #F77301
Black with #F77301
Text Example
Text Example
White with #F77301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77301; }
p { color: rgb(247,115,1); }
H1.HeaderClassName
{
color: #F77301;
}
.AnyTagClassName
{
color: #F77301;
}
</style>
background-color css
<style>
a { background-color: #F77301; }
a { background-color: rgb(247,115,1); }
div.DivClassName
{
background-color: #F77301;
}
.BgClassName
{
background-color: #F77301;
}
</style>
border-color css
<style>
span { border-color: #F77301; }
span { border-color: rgb(247,115,1); }
td.TdClassName
{
border-color: #F77301;
}
.TagClassName
{
border-color: #F77301;
}
</style>