Shades of Safety Orange #F77302
Tints of Safety Orange #F77302
RGB
CMYK
RGB Variations
Color information
#F77302 (or 0xF77302) is known color: Safety Orange. HEX triplet: F7, 73 and 02. RGB value is (247,115,2). Sum of RGB (Red+Green+Blue) = 247+115+2=364 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.86% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 247 - color contains mainly: red. Hex color #F77302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77302 is #088CFD. Grayscale: #8E8E8E. Windows color (decimal): -560382 or 160759. OLE color: 160759.
HSL color Cylindrical-coordinate representation of color #F77302: hue angle of 27.67º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F77302 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.03 |
| HSL | 27.67º | 0.98% | 0.49% | - |
| HSV(B) | 27.67º | 0.99% | 0.97% | - |
| XYZ | 44.5 | 32.04 | 3.9 | - |
| YUV | 141.59 | 49.23 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 2 | 0 | 0.53 | 0.99 | 0.03 | 27.67 | 0.98 | 0.49 |
| Hex | F7 | 73 | 2 | 0 | 35 | 63 | 3 | 1C | 62 | 31 |
| Octal | 367 | 163 | 2 | 0 | 65 | 143 | 3 | 34 | 142 | 61 |
| Binary | 11110111 | 1110011 | 10 | 0 | 110101 | 1100011 | 11 | 11100 | 1100010 | 110001 |
Color Harmonies of #F77302
Complementary color
Monochromatic Colors of #F77302
Black with #F77302
Text Example
Text Example
White with #F77302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77302; }
p { color: rgb(247,115,2); }
H1.HeaderClassName
{
color: #F77302;
}
.AnyTagClassName
{
color: #F77302;
}
</style>
background-color css
<style>
a { background-color: #F77302; }
a { background-color: rgb(247,115,2); }
div.DivClassName
{
background-color: #F77302;
}
.BgClassName
{
background-color: #F77302;
}
</style>
border-color css
<style>
span { border-color: #F77302; }
span { border-color: rgb(247,115,2); }
td.TdClassName
{
border-color: #F77302;
}
.TagClassName
{
border-color: #F77302;
}
</style>