Shades of Safety Orange #FF5E10
Tints of Safety Orange #FF5E10
RGB
CMYK
RGB Variations
Color information
#FF5E10 (or 0xFF5E10) is known color: Safety Orange. HEX triplet: FF, 5E and 10. RGB value is (255,94,16). Sum of RGB (Red+Green+Blue) = 255+94+16=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E10 is #00A1EF. Grayscale: #858585. Windows color (decimal): -41456 or 1072895. OLE color: 1072895.
HSL color Cylindrical-coordinate representation of color #FF5E10: hue angle of 19.58º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF5E10 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 16 | - |
| CMYK | 0 | 0.63 | 0.94 | 0 |
| HSL | 19.58º | 1% | 0.53% | - |
| HSV(B) | 19.58º | 0.94% | 1% | - |
| XYZ | 45.34 | 29.3 | 3.76 | - |
| YUV | 133.25 | 61.84 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 16 | 0 | 0.63 | 0.94 | 0 | 19.58 | 1 | 0.53 |
| Hex | FF | 5E | 10 | 0 | 3F | 5E | 0 | 14 | 64 | 35 |
| Octal | 377 | 136 | 20 | 0 | 77 | 136 | 0 | 24 | 144 | 65 |
| Binary | 11111111 | 1011110 | 10000 | 0 | 111111 | 1011110 | 0 | 10100 | 1100100 | 110101 |
Color Harmonies of #FF5E10
Complementary color
Monochromatic Colors of #FF5E10
Black with #FF5E10
Text Example
Text Example
White with #FF5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E10; }
p { color: rgb(255,94,16); }
H1.HeaderClassName
{
color: #FF5E10;
}
.AnyTagClassName
{
color: #FF5E10;
}
</style>
background-color css
<style>
a { background-color: #FF5E10; }
a { background-color: rgb(255,94,16); }
div.DivClassName
{
background-color: #FF5E10;
}
.BgClassName
{
background-color: #FF5E10;
}
</style>
border-color css
<style>
span { border-color: #FF5E10; }
span { border-color: rgb(255,94,16); }
td.TdClassName
{
border-color: #FF5E10;
}
.TagClassName
{
border-color: #FF5E10;
}
</style>