Shades of Safety Orange #FD5E00
Tints of Safety Orange #FD5E00
RGB
CMYK
RGB Variations
Color information
#FD5E00 (or 0xFD5E00) is known color: Safety Orange. HEX triplet: FD, 5E and 00. RGB value is (253,94,0). Sum of RGB (Red+Green+Blue) = 253+94+0=347 (45% of max value = 765). Red value is 253 (99.22% from 255 or 72.91% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5E00 is #02A1FF. Grayscale: #838383. Windows color (decimal): -172544 or 24317. OLE color: 24317.
HSL color Cylindrical-coordinate representation of color #FD5E00: hue angle of 22.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD5E00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 94 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.01 |
| HSL | 22.29º | 1% | 0.5% | - |
| HSV(B) | 22.29º | 1% | 0.99% | - |
| XYZ | 44.51 | 28.89 | 3.23 | - |
| YUV | 130.83 | 54.18 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 94 | 0 | 0 | 0.63 | 1 | 0.01 | 22.29 | 1 | 0.5 |
| Hex | FD | 5E | 0 | 0 | 3F | 64 | 1 | 16 | 64 | 32 |
| Octal | 375 | 136 | 0 | 0 | 77 | 144 | 1 | 26 | 144 | 62 |
| Binary | 11111101 | 1011110 | 0 | 0 | 111111 | 1100100 | 1 | 10110 | 1100100 | 110010 |
Color Harmonies of #FD5E00
Complementary color
Monochromatic Colors of #FD5E00
Black with #FD5E00
Text Example
Text Example
White with #FD5E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5E00; }
p { color: rgb(253,94,0); }
H1.HeaderClassName
{
color: #FD5E00;
}
.AnyTagClassName
{
color: #FD5E00;
}
</style>
background-color css
<style>
a { background-color: #FD5E00; }
a { background-color: rgb(253,94,0); }
div.DivClassName
{
background-color: #FD5E00;
}
.BgClassName
{
background-color: #FD5E00;
}
</style>
border-color css
<style>
span { border-color: #FD5E00; }
span { border-color: rgb(253,94,0); }
td.TdClassName
{
border-color: #FD5E00;
}
.TagClassName
{
border-color: #FD5E00;
}
</style>