Shades of Safety Orange #FF5E01
Tints of Safety Orange #FF5E01
RGB
CMYK
RGB Variations
Color information
#FF5E01 (or 0xFF5E01) is known color: Safety Orange. HEX triplet: FF, 5E and 01. RGB value is (255,94,1). Sum of RGB (Red+Green+Blue) = 255+94+1=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E01 is #00A1FE. Grayscale: #848484. Windows color (decimal): -41471 or 89855. OLE color: 89855.
HSL color Cylindrical-coordinate representation of color #FF5E01: hue angle of 21.97º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF5E01 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0 |
| HSL | 21.97º | 1% | 0.5% | - |
| HSV(B) | 21.97º | 1% | 1% | - |
| XYZ | 45.25 | 29.27 | 3.29 | - |
| YUV | 131.54 | 54.34 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 1 | 0 | 0.63 | 1.00 | 0 | 21.97 | 1 | 0.5 |
| Hex | FF | 5E | 1 | 0 | 3F | 64 | 0 | 16 | 64 | 32 |
| Octal | 377 | 136 | 1 | 0 | 77 | 144 | 0 | 26 | 144 | 62 |
| Binary | 11111111 | 1011110 | 1 | 0 | 111111 | 1100100 | 0 | 10110 | 1100100 | 110010 |
Color Harmonies of #FF5E01
Complementary color
Monochromatic Colors of #FF5E01
Black with #FF5E01
Text Example
Text Example
White with #FF5E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E01; }
p { color: rgb(255,94,1); }
H1.HeaderClassName
{
color: #FF5E01;
}
.AnyTagClassName
{
color: #FF5E01;
}
</style>
background-color css
<style>
a { background-color: #FF5E01; }
a { background-color: rgb(255,94,1); }
div.DivClassName
{
background-color: #FF5E01;
}
.BgClassName
{
background-color: #FF5E01;
}
</style>
border-color css
<style>
span { border-color: #FF5E01; }
span { border-color: rgb(255,94,1); }
td.TdClassName
{
border-color: #FF5E01;
}
.TagClassName
{
border-color: #FF5E01;
}
</style>