Shades of Safety Orange #FF5E11
Tints of Safety Orange #FF5E11
RGB
CMYK
RGB Variations
Color information
#FF5E11 (or 0xFF5E11) is known color: Safety Orange. HEX triplet: FF, 5E and 11. RGB value is (255,94,17). Sum of RGB (Red+Green+Blue) = 255+94+17=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E11 is #00A1EE. Grayscale: #858585. Windows color (decimal): -41455 or 1138431. OLE color: 1138431.
HSL color Cylindrical-coordinate representation of color #FF5E11: hue angle of 19.41º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF5E11 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 17 | - |
| CMYK | 0 | 0.63 | 0.93 | 0 |
| HSL | 19.41º | 1% | 0.53% | - |
| HSV(B) | 19.41º | 0.93% | 1% | - |
| XYZ | 45.34 | 29.31 | 3.8 | - |
| YUV | 133.36 | 62.34 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 17 | 0 | 0.63 | 0.93 | 0 | 19.41 | 1 | 0.53 |
| Hex | FF | 5E | 11 | 0 | 3F | 5D | 0 | 13 | 64 | 35 |
| Octal | 377 | 136 | 21 | 0 | 77 | 135 | 0 | 23 | 144 | 65 |
| Binary | 11111111 | 1011110 | 10001 | 0 | 111111 | 1011101 | 0 | 10011 | 1100100 | 110101 |
Color Harmonies of #FF5E11
Complementary color
Monochromatic Colors of #FF5E11
Black with #FF5E11
Text Example
Text Example
White with #FF5E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E11; }
p { color: rgb(255,94,17); }
H1.HeaderClassName
{
color: #FF5E11;
}
.AnyTagClassName
{
color: #FF5E11;
}
</style>
background-color css
<style>
a { background-color: #FF5E11; }
a { background-color: rgb(255,94,17); }
div.DivClassName
{
background-color: #FF5E11;
}
.BgClassName
{
background-color: #FF5E11;
}
</style>
border-color css
<style>
span { border-color: #FF5E11; }
span { border-color: rgb(255,94,17); }
td.TdClassName
{
border-color: #FF5E11;
}
.TagClassName
{
border-color: #FF5E11;
}
</style>