Shades of Safety Orange #FF5E08
Tints of Safety Orange #FF5E08
RGB
CMYK
RGB Variations
Color information
#FF5E08 (or 0xFF5E08) is known color: Safety Orange. HEX triplet: FF, 5E and 08. RGB value is (255,94,8). Sum of RGB (Red+Green+Blue) = 255+94+8=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 8 (3.52% from 255 or 2.24% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E08 is #00A1F7. Grayscale: #848484. Windows color (decimal): -41464 or 548607. OLE color: 548607.
HSL color Cylindrical-coordinate representation of color #FF5E08: hue angle of 20.89º 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 #FF5E08 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 8 | - |
| CMYK | 0 | 0.63 | 0.97 | 0 |
| HSL | 20.89º | 1% | 0.52% | - |
| HSV(B) | 20.89º | 0.97% | 1% | - |
| XYZ | 45.29 | 29.28 | 3.5 | - |
| YUV | 132.34 | 57.84 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 8 | 0 | 0.63 | 0.97 | 0 | 20.89 | 1 | 0.52 |
| Hex | FF | 5E | 8 | 0 | 3F | 61 | 0 | 15 | 64 | 34 |
| Octal | 377 | 136 | 10 | 0 | 77 | 141 | 0 | 25 | 144 | 64 |
| Binary | 11111111 | 1011110 | 1000 | 0 | 111111 | 1100001 | 0 | 10101 | 1100100 | 110100 |
Color Harmonies of #FF5E08
Complementary color
Monochromatic Colors of #FF5E08
Black with #FF5E08
Text Example
Text Example
White with #FF5E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E08; }
p { color: rgb(255,94,8); }
H1.HeaderClassName
{
color: #FF5E08;
}
.AnyTagClassName
{
color: #FF5E08;
}
</style>
background-color css
<style>
a { background-color: #FF5E08; }
a { background-color: rgb(255,94,8); }
div.DivClassName
{
background-color: #FF5E08;
}
.BgClassName
{
background-color: #FF5E08;
}
</style>
border-color css
<style>
span { border-color: #FF5E08; }
span { border-color: rgb(255,94,8); }
td.TdClassName
{
border-color: #FF5E08;
}
.TagClassName
{
border-color: #FF5E08;
}
</style>