Shades of Safety Orange #F76102
Tints of Safety Orange #F76102
RGB
CMYK
RGB Variations
Color information
#F76102 (or 0xF76102) is known color: Safety Orange. HEX triplet: F7, 61 and 02. RGB value is (247,97,2). Sum of RGB (Red+Green+Blue) = 247+97+2=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F76102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76102 is #089EFD. Grayscale: #838383. Windows color (decimal): -564990 or 156151. OLE color: 156151.
HSL color Cylindrical-coordinate representation of color #F76102: hue angle of 23.27º 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 #F76102 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 97 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.03 |
| HSL | 23.27º | 0.98% | 0.49% | - |
| HSV(B) | 23.27º | 0.99% | 0.97% | - |
| XYZ | 42.64 | 28.33 | 3.28 | - |
| YUV | 131.02 | 55.2 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 2 | 0 | 0.61 | 0.99 | 0.03 | 23.27 | 0.98 | 0.49 |
| Hex | F7 | 61 | 2 | 0 | 3D | 63 | 3 | 17 | 62 | 31 |
| Octal | 367 | 141 | 2 | 0 | 75 | 143 | 3 | 27 | 142 | 61 |
| Binary | 11110111 | 1100001 | 10 | 0 | 111101 | 1100011 | 11 | 10111 | 1100010 | 110001 |
Color Harmonies of #F76102
Complementary color
Monochromatic Colors of #F76102
Black with #F76102
Text Example
Text Example
White with #F76102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76102; }
p { color: rgb(247,97,2); }
H1.HeaderClassName
{
color: #F76102;
}
.AnyTagClassName
{
color: #F76102;
}
</style>
background-color css
<style>
a { background-color: #F76102; }
a { background-color: rgb(247,97,2); }
div.DivClassName
{
background-color: #F76102;
}
.BgClassName
{
background-color: #F76102;
}
</style>
border-color css
<style>
span { border-color: #F76102; }
span { border-color: rgb(247,97,2); }
td.TdClassName
{
border-color: #F76102;
}
.TagClassName
{
border-color: #F76102;
}
</style>