Shades of Safety Orange #FF5D11
Tints of Safety Orange #FF5D11
RGB
CMYK
RGB Variations
Color information
#FF5D11 (or 0xFF5D11) is known color: Safety Orange. HEX triplet: FF, 5D and 11. RGB value is (255,93,17). Sum of RGB (Red+Green+Blue) = 255+93+17=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5D11 is #00A2EE. Grayscale: #858585. Windows color (decimal): -41711 or 1138175. OLE color: 1138175.
HSL color Cylindrical-coordinate representation of color #FF5D11: hue angle of 19.16º 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 #FF5D11 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 17 | - |
| CMYK | 0 | 0.64 | 0.93 | 0 |
| HSL | 19.16º | 1% | 0.53% | - |
| HSV(B) | 19.16º | 0.93% | 1% | - |
| XYZ | 45.26 | 29.13 | 3.77 | - |
| YUV | 132.77 | 62.67 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 17 | 0 | 0.64 | 0.93 | 0 | 19.16 | 1 | 0.53 |
| Hex | FF | 5D | 11 | 0 | 40 | 5D | 0 | 13 | 64 | 35 |
| Octal | 377 | 135 | 21 | 0 | 100 | 135 | 0 | 23 | 144 | 65 |
| Binary | 11111111 | 1011101 | 10001 | 0 | 1000000 | 1011101 | 0 | 10011 | 1100100 | 110101 |
Color Harmonies of #FF5D11
Complementary color
Monochromatic Colors of #FF5D11
Black with #FF5D11
Text Example
Text Example
White with #FF5D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D11; }
p { color: rgb(255,93,17); }
H1.HeaderClassName
{
color: #FF5D11;
}
.AnyTagClassName
{
color: #FF5D11;
}
</style>
background-color css
<style>
a { background-color: #FF5D11; }
a { background-color: rgb(255,93,17); }
div.DivClassName
{
background-color: #FF5D11;
}
.BgClassName
{
background-color: #FF5D11;
}
</style>
border-color css
<style>
span { border-color: #FF5D11; }
span { border-color: rgb(255,93,17); }
td.TdClassName
{
border-color: #FF5D11;
}
.TagClassName
{
border-color: #FF5D11;
}
</style>