Shades of Safety Orange #FF7602
Tints of Safety Orange #FF7602
RGB
CMYK
RGB Variations
Color information
#FF7602 (or 0xFF7602) is known color: Safety Orange. HEX triplet: FF, 76 and 02. RGB value is (255,118,2). Sum of RGB (Red+Green+Blue) = 255+118+2=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 2 (1.17% from 255 or 0.53% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7602 is #0089FD. Grayscale: #929292. Windows color (decimal): -35326 or 161535. OLE color: 161535.
HSL color Cylindrical-coordinate representation of color #FF7602: hue angle of 27.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF7602 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0 |
| HSL | 27.51º | 1% | 0.5% | - |
| HSV(B) | 27.51º | 0.99% | 1% | - |
| XYZ | 47.73 | 34.22 | 4.15 | - |
| YUV | 145.74 | 46.89 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 2 | 0 | 0.54 | 0.99 | 0 | 27.51 | 1 | 0.5 |
| Hex | FF | 76 | 2 | 0 | 36 | 63 | 0 | 1C | 64 | 32 |
| Octal | 377 | 166 | 2 | 0 | 66 | 143 | 0 | 34 | 144 | 62 |
| Binary | 11111111 | 1110110 | 10 | 0 | 110110 | 1100011 | 0 | 11100 | 1100100 | 110010 |
Color Harmonies of #FF7602
Complementary color
Monochromatic Colors of #FF7602
Black with #FF7602
Text Example
Text Example
White with #FF7602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7602; }
p { color: rgb(255,118,2); }
H1.HeaderClassName
{
color: #FF7602;
}
.AnyTagClassName
{
color: #FF7602;
}
</style>
background-color css
<style>
a { background-color: #FF7602; }
a { background-color: rgb(255,118,2); }
div.DivClassName
{
background-color: #FF7602;
}
.BgClassName
{
background-color: #FF7602;
}
</style>
border-color css
<style>
span { border-color: #FF7602; }
span { border-color: rgb(255,118,2); }
td.TdClassName
{
border-color: #FF7602;
}
.TagClassName
{
border-color: #FF7602;
}
</style>