Shades of Safety Orange #FF7102
Tints of Safety Orange #FF7102
RGB
CMYK
RGB Variations
Color information
#FF7102 (or 0xFF7102) is known color: Safety Orange. HEX triplet: FF, 71 and 02. RGB value is (255,113,2). Sum of RGB (Red+Green+Blue) = 255+113+2=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7102 is #008EFD. Grayscale: #8F8F8F. Windows color (decimal): -36606 or 160255. OLE color: 160255.
HSL color Cylindrical-coordinate representation of color #FF7102: hue angle of 26.32º 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 #FF7102 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0 |
| HSL | 26.32º | 1% | 0.5% | - |
| HSV(B) | 26.32º | 0.99% | 1% | - |
| XYZ | 47.16 | 33.07 | 3.96 | - |
| YUV | 142.8 | 48.54 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 2 | 0 | 0.56 | 0.99 | 0 | 26.32 | 1 | 0.5 |
| Hex | FF | 71 | 2 | 0 | 38 | 63 | 0 | 1A | 64 | 32 |
| Octal | 377 | 161 | 2 | 0 | 70 | 143 | 0 | 32 | 144 | 62 |
| Binary | 11111111 | 1110001 | 10 | 0 | 111000 | 1100011 | 0 | 11010 | 1100100 | 110010 |
Color Harmonies of #FF7102
Complementary color
Monochromatic Colors of #FF7102
Black with #FF7102
Text Example
Text Example
White with #FF7102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7102; }
p { color: rgb(255,113,2); }
H1.HeaderClassName
{
color: #FF7102;
}
.AnyTagClassName
{
color: #FF7102;
}
</style>
background-color css
<style>
a { background-color: #FF7102; }
a { background-color: rgb(255,113,2); }
div.DivClassName
{
background-color: #FF7102;
}
.BgClassName
{
background-color: #FF7102;
}
</style>
border-color css
<style>
span { border-color: #FF7102; }
span { border-color: rgb(255,113,2); }
td.TdClassName
{
border-color: #FF7102;
}
.TagClassName
{
border-color: #FF7102;
}
</style>