Shades of Safety Orange #FF7108
Tints of Safety Orange #FF7108
RGB
CMYK
RGB Variations
Color information
#FF7108 (or 0xFF7108) is known color: Safety Orange. HEX triplet: FF, 71 and 08. RGB value is (255,113,8). Sum of RGB (Red+Green+Blue) = 255+113+8=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7108 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7108 is #008EF7. Grayscale: #909090. Windows color (decimal): -36600 or 553471. OLE color: 553471.
HSL color Cylindrical-coordinate representation of color #FF7108: hue angle of 25.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF7108 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 113 | 8 | - |
| CMYK | 0 | 0.56 | 0.97 | 0 |
| HSL | 25.51º | 1% | 0.52% | - |
| HSV(B) | 25.51º | 0.97% | 1% | - |
| XYZ | 47.19 | 33.09 | 4.13 | - |
| YUV | 143.49 | 51.54 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 113 | 8 | 0 | 0.56 | 0.97 | 0 | 25.51 | 1 | 0.52 |
| Hex | FF | 71 | 8 | 0 | 38 | 61 | 0 | 1A | 64 | 34 |
| Octal | 377 | 161 | 10 | 0 | 70 | 141 | 0 | 32 | 144 | 64 |
| Binary | 11111111 | 1110001 | 1000 | 0 | 111000 | 1100001 | 0 | 11010 | 1100100 | 110100 |
Color Harmonies of #FF7108
Complementary color
Monochromatic Colors of #FF7108
Black with #FF7108
Text Example
Text Example
White with #FF7108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7108; }
p { color: rgb(255,113,8); }
H1.HeaderClassName
{
color: #FF7108;
}
.AnyTagClassName
{
color: #FF7108;
}
</style>
background-color css
<style>
a { background-color: #FF7108; }
a { background-color: rgb(255,113,8); }
div.DivClassName
{
background-color: #FF7108;
}
.BgClassName
{
background-color: #FF7108;
}
</style>
border-color css
<style>
span { border-color: #FF7108; }
span { border-color: rgb(255,113,8); }
td.TdClassName
{
border-color: #FF7108;
}
.TagClassName
{
border-color: #FF7108;
}
</style>