Shades of Safety Orange #FF5E0F
Tints of Safety Orange #FF5E0F
RGB
CMYK
RGB Variations
Color information
#FF5E0F (or 0xFF5E0F) is known color: Safety Orange. HEX triplet: FF, 5E and 0F. RGB value is (255,94,15). Sum of RGB (Red+Green+Blue) = 255+94+15=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E0F is #00A1F0. Grayscale: #858585. Windows color (decimal): -41457 or 1007359. OLE color: 1007359.
HSL color Cylindrical-coordinate representation of color #FF5E0F: hue angle of 19.75º 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 #FF5E0F is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 15 | - |
| CMYK | 0 | 0.63 | 0.94 | 0 |
| HSL | 19.75º | 1% | 0.53% | - |
| HSV(B) | 19.75º | 0.94% | 1% | - |
| XYZ | 45.33 | 29.3 | 3.72 | - |
| YUV | 133.13 | 61.34 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 15 | 0 | 0.63 | 0.94 | 0 | 19.75 | 1 | 0.53 |
| Hex | FF | 5E | F | 0 | 3F | 5E | 0 | 14 | 64 | 35 |
| Octal | 377 | 136 | 17 | 0 | 77 | 136 | 0 | 24 | 144 | 65 |
| Binary | 11111111 | 1011110 | 1111 | 0 | 111111 | 1011110 | 0 | 10100 | 1100100 | 110101 |
Color Harmonies of #FF5E0F
Complementary color
Monochromatic Colors of #FF5E0F
Black with #FF5E0F
Text Example
Text Example
White with #FF5E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E0F; }
p { color: rgb(255,94,15); }
H1.HeaderClassName
{
color: #FF5E0F;
}
.AnyTagClassName
{
color: #FF5E0F;
}
</style>
background-color css
<style>
a { background-color: #FF5E0F; }
a { background-color: rgb(255,94,15); }
div.DivClassName
{
background-color: #FF5E0F;
}
.BgClassName
{
background-color: #FF5E0F;
}
</style>
border-color css
<style>
span { border-color: #FF5E0F; }
span { border-color: rgb(255,94,15); }
td.TdClassName
{
border-color: #FF5E0F;
}
.TagClassName
{
border-color: #FF5E0F;
}
</style>