Shades of Safety Orange #FF5F14
Tints of Safety Orange #FF5F14
RGB
CMYK
RGB Variations
Color information
#FF5F14 (or 0xFF5F14) is known color: Safety Orange. HEX triplet: FF, 5F and 14. RGB value is (255,95,20). Sum of RGB (Red+Green+Blue) = 255+95+20=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5F14 is #00A0EB. Grayscale: #868686. Windows color (decimal): -41196 or 1335295. OLE color: 1335295.
HSL color Cylindrical-coordinate representation of color #FF5F14: hue angle of 19.15º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF5F14 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 20 | - |
| CMYK | 0 | 0.63 | 0.92 | 0 |
| HSL | 19.15º | 1% | 0.54% | - |
| HSV(B) | 19.15º | 0.92% | 1% | - |
| XYZ | 45.46 | 29.49 | 3.96 | - |
| YUV | 134.29 | 63.51 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 20 | 0 | 0.63 | 0.92 | 0 | 19.15 | 1 | 0.54 |
| Hex | FF | 5F | 14 | 0 | 3F | 5C | 0 | 13 | 64 | 36 |
| Octal | 377 | 137 | 24 | 0 | 77 | 134 | 0 | 23 | 144 | 66 |
| Binary | 11111111 | 1011111 | 10100 | 0 | 111111 | 1011100 | 0 | 10011 | 1100100 | 110110 |
Color Harmonies of #FF5F14
Complementary color
Monochromatic Colors of #FF5F14
Black with #FF5F14
Text Example
Text Example
White with #FF5F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5F14; }
p { color: rgb(255,95,20); }
H1.HeaderClassName
{
color: #FF5F14;
}
.AnyTagClassName
{
color: #FF5F14;
}
</style>
background-color css
<style>
a { background-color: #FF5F14; }
a { background-color: rgb(255,95,20); }
div.DivClassName
{
background-color: #FF5F14;
}
.BgClassName
{
background-color: #FF5F14;
}
</style>
border-color css
<style>
span { border-color: #FF5F14; }
span { border-color: rgb(255,95,20); }
td.TdClassName
{
border-color: #FF5F14;
}
.TagClassName
{
border-color: #FF5F14;
}
</style>