Shades of Safety Orange #FF5F0E
Tints of Safety Orange #FF5F0E
RGB
CMYK
RGB Variations
Color information
#FF5F0E (or 0xFF5F0E) is known color: Safety Orange. HEX triplet: FF, 5F and 0E. RGB value is (255,95,14). Sum of RGB (Red+Green+Blue) = 255+95+14=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5F0E is #00A0F1. Grayscale: #868686. Windows color (decimal): -41202 or 942079. OLE color: 942079.
HSL color Cylindrical-coordinate representation of color #FF5F0E: hue angle of 20.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF5F0E is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 14 | - |
| CMYK | 0 | 0.63 | 0.95 | 0 |
| HSL | 20.17º | 1% | 0.53% | - |
| HSV(B) | 20.17º | 0.95% | 1% | - |
| XYZ | 45.41 | 29.48 | 3.71 | - |
| YUV | 133.61 | 60.51 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 14 | 0 | 0.63 | 0.95 | 0 | 20.17 | 1 | 0.53 |
| Hex | FF | 5F | E | 0 | 3F | 5F | 0 | 14 | 64 | 35 |
| Octal | 377 | 137 | 16 | 0 | 77 | 137 | 0 | 24 | 144 | 65 |
| Binary | 11111111 | 1011111 | 1110 | 0 | 111111 | 1011111 | 0 | 10100 | 1100100 | 110101 |
Color Harmonies of #FF5F0E
Complementary color
Monochromatic Colors of #FF5F0E
Black with #FF5F0E
Text Example
Text Example
White with #FF5F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F0E; }
p { color: rgb(255,95,14); }
H1.HeaderClassName
{
color: #FF5F0E;
}
.AnyTagClassName
{
color: #FF5F0E;
}
</style>
background-color css
<style>
a { background-color: #FF5F0E; }
a { background-color: rgb(255,95,14); }
div.DivClassName
{
background-color: #FF5F0E;
}
.BgClassName
{
background-color: #FF5F0E;
}
</style>
border-color css
<style>
span { border-color: #FF5F0E; }
span { border-color: rgb(255,95,14); }
td.TdClassName
{
border-color: #FF5F0E;
}
.TagClassName
{
border-color: #FF5F0E;
}
</style>