Shades of Safety Orange #FF5D14
Tints of Safety Orange #FF5D14
RGB
CMYK
RGB Variations
Color information
#FF5D14 (or 0xFF5D14) is known color: Safety Orange. HEX triplet: FF, 5D and 14. RGB value is (255,93,20). Sum of RGB (Red+Green+Blue) = 255+93+20=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5D14 is #00A2EB. Grayscale: #858585. Windows color (decimal): -41708 or 1334783. OLE color: 1334783.
HSL color Cylindrical-coordinate representation of color #FF5D14: hue angle of 18.64º 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 #FF5D14 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 20 | - |
| CMYK | 0 | 0.64 | 0.92 | 0 |
| HSL | 18.64º | 1% | 0.54% | - |
| HSV(B) | 18.64º | 0.92% | 1% | - |
| XYZ | 45.28 | 29.14 | 3.9 | - |
| YUV | 133.12 | 64.17 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 20 | 0 | 0.64 | 0.92 | 0 | 18.64 | 1 | 0.54 |
| Hex | FF | 5D | 14 | 0 | 40 | 5C | 0 | 13 | 64 | 36 |
| Octal | 377 | 135 | 24 | 0 | 100 | 134 | 0 | 23 | 144 | 66 |
| Binary | 11111111 | 1011101 | 10100 | 0 | 1000000 | 1011100 | 0 | 10011 | 1100100 | 110110 |
Color Harmonies of #FF5D14
Complementary color
Monochromatic Colors of #FF5D14
Black with #FF5D14
Text Example
Text Example
White with #FF5D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D14; }
p { color: rgb(255,93,20); }
H1.HeaderClassName
{
color: #FF5D14;
}
.AnyTagClassName
{
color: #FF5D14;
}
</style>
background-color css
<style>
a { background-color: #FF5D14; }
a { background-color: rgb(255,93,20); }
div.DivClassName
{
background-color: #FF5D14;
}
.BgClassName
{
background-color: #FF5D14;
}
</style>
border-color css
<style>
span { border-color: #FF5D14; }
span { border-color: rgb(255,93,20); }
td.TdClassName
{
border-color: #FF5D14;
}
.TagClassName
{
border-color: #FF5D14;
}
</style>