Shades of Safety Orange #FF7002
Tints of Safety Orange #FF7002
RGB
CMYK
RGB Variations
Color information
#FF7002 (or 0xFF7002) is known color: Safety Orange. HEX triplet: FF, 70 and 02. RGB value is (255,112,2). Sum of RGB (Red+Green+Blue) = 255+112+2=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7002 is #008FFD. Grayscale: #8E8E8E. Windows color (decimal): -36862 or 159999. OLE color: 159999.
HSL color Cylindrical-coordinate representation of color #FF7002: hue angle of 26.09º 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 #FF7002 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0 |
| HSL | 26.09º | 1% | 0.5% | - |
| HSV(B) | 26.09º | 0.99% | 1% | - |
| XYZ | 47.05 | 32.85 | 3.92 | - |
| YUV | 142.22 | 48.88 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 2 | 0 | 0.56 | 0.99 | 0 | 26.09 | 1 | 0.5 |
| Hex | FF | 70 | 2 | 0 | 38 | 63 | 0 | 1A | 64 | 32 |
| Octal | 377 | 160 | 2 | 0 | 70 | 143 | 0 | 32 | 144 | 62 |
| Binary | 11111111 | 1110000 | 10 | 0 | 111000 | 1100011 | 0 | 11010 | 1100100 | 110010 |
Color Harmonies of #FF7002
Complementary color
Monochromatic Colors of #FF7002
Black with #FF7002
Text Example
Text Example
White with #FF7002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7002; }
p { color: rgb(255,112,2); }
H1.HeaderClassName
{
color: #FF7002;
}
.AnyTagClassName
{
color: #FF7002;
}
</style>
background-color css
<style>
a { background-color: #FF7002; }
a { background-color: rgb(255,112,2); }
div.DivClassName
{
background-color: #FF7002;
}
.BgClassName
{
background-color: #FF7002;
}
</style>
border-color css
<style>
span { border-color: #FF7002; }
span { border-color: rgb(255,112,2); }
td.TdClassName
{
border-color: #FF7002;
}
.TagClassName
{
border-color: #FF7002;
}
</style>