Shades of Safety Orange #FD5D16
Tints of Safety Orange #FD5D16
RGB
CMYK
RGB Variations
Color information
#FD5D16 (or 0xFD5D16) is known color: Safety Orange. HEX triplet: FD, 5D and 16. RGB value is (253,93,22). Sum of RGB (Red+Green+Blue) = 253+93+22=368 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.75% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5D16 is #02A2E9. Grayscale: #858585. Windows color (decimal): -172778 or 1465853. OLE color: 1465853.
HSL color Cylindrical-coordinate representation of color #FD5D16: hue angle of 18.44º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD5D16 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 22 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.01 |
| HSL | 18.44º | 0.98% | 0.54% | - |
| HSV(B) | 18.44º | 0.91% | 0.99% | - |
| XYZ | 44.57 | 28.77 | 3.96 | - |
| YUV | 132.75 | 65.51 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 22 | 0 | 0.63 | 0.91 | 0.01 | 18.44 | 0.98 | 0.54 |
| Hex | FD | 5D | 16 | 0 | 3F | 5B | 1 | 12 | 62 | 36 |
| Octal | 375 | 135 | 26 | 0 | 77 | 133 | 1 | 22 | 142 | 66 |
| Binary | 11111101 | 1011101 | 10110 | 0 | 111111 | 1011011 | 1 | 10010 | 1100010 | 110110 |
Color Harmonies of #FD5D16
Complementary color
Monochromatic Colors of #FD5D16
Black with #FD5D16
Text Example
Text Example
White with #FD5D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D16; }
p { color: rgb(253,93,22); }
H1.HeaderClassName
{
color: #FD5D16;
}
.AnyTagClassName
{
color: #FD5D16;
}
</style>
background-color css
<style>
a { background-color: #FD5D16; }
a { background-color: rgb(253,93,22); }
div.DivClassName
{
background-color: #FD5D16;
}
.BgClassName
{
background-color: #FD5D16;
}
</style>
border-color css
<style>
span { border-color: #FD5D16; }
span { border-color: rgb(253,93,22); }
td.TdClassName
{
border-color: #FD5D16;
}
.TagClassName
{
border-color: #FD5D16;
}
</style>