Shades of Safety Orange #FF7502
Tints of Safety Orange #FF7502
RGB
CMYK
RGB Variations
Color information
#FF7502 (or 0xFF7502) is known color: Safety Orange. HEX triplet: FF, 75 and 02. RGB value is (255,117,2). Sum of RGB (Red+Green+Blue) = 255+117+2=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7502 is #008AFD. Grayscale: #919191. Windows color (decimal): -35582 or 161279. OLE color: 161279.
HSL color Cylindrical-coordinate representation of color #FF7502: hue angle of 27.27º 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 #FF7502 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 117 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0 |
| HSL | 27.27º | 1% | 0.5% | - |
| HSV(B) | 27.27º | 0.99% | 1% | - |
| XYZ | 47.61 | 33.99 | 4.11 | - |
| YUV | 145.15 | 47.22 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 117 | 2 | 0 | 0.54 | 0.99 | 0 | 27.27 | 1 | 0.5 |
| Hex | FF | 75 | 2 | 0 | 36 | 63 | 0 | 1B | 64 | 32 |
| Octal | 377 | 165 | 2 | 0 | 66 | 143 | 0 | 33 | 144 | 62 |
| Binary | 11111111 | 1110101 | 10 | 0 | 110110 | 1100011 | 0 | 11011 | 1100100 | 110010 |
Color Harmonies of #FF7502
Complementary color
Monochromatic Colors of #FF7502
Black with #FF7502
Text Example
Text Example
White with #FF7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7502; }
p { color: rgb(255,117,2); }
H1.HeaderClassName
{
color: #FF7502;
}
.AnyTagClassName
{
color: #FF7502;
}
</style>
background-color css
<style>
a { background-color: #FF7502; }
a { background-color: rgb(255,117,2); }
div.DivClassName
{
background-color: #FF7502;
}
.BgClassName
{
background-color: #FF7502;
}
</style>
border-color css
<style>
span { border-color: #FF7502; }
span { border-color: rgb(255,117,2); }
td.TdClassName
{
border-color: #FF7502;
}
.TagClassName
{
border-color: #FF7502;
}
</style>