Shades of Safety Orange #FD5D00
Tints of Safety Orange #FD5D00
RGB
CMYK
RGB Variations
Color information
#FD5D00 (or 0xFD5D00) is known color: Safety Orange. HEX triplet: FD, 5D and 00. RGB value is (253,93,0). Sum of RGB (Red+Green+Blue) = 253+93+0=346 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.12% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5D00 is #02A2FF. Grayscale: #828282. Windows color (decimal): -172800 or 24061. OLE color: 24061.
HSL color Cylindrical-coordinate representation of color #FD5D00: hue angle of 22.06º 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 #FD5D00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 93 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.01 |
| HSL | 22.06º | 1% | 0.5% | - |
| HSV(B) | 22.06º | 1% | 0.99% | - |
| XYZ | 44.42 | 28.71 | 3.2 | - |
| YUV | 130.24 | 54.51 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 93 | 0 | 0 | 0.63 | 1 | 0.01 | 22.06 | 1 | 0.5 |
| Hex | FD | 5D | 0 | 0 | 3F | 64 | 1 | 16 | 64 | 32 |
| Octal | 375 | 135 | 0 | 0 | 77 | 144 | 1 | 26 | 144 | 62 |
| Binary | 11111101 | 1011101 | 0 | 0 | 111111 | 1100100 | 1 | 10110 | 1100100 | 110010 |
Color Harmonies of #FD5D00
Complementary color
Monochromatic Colors of #FD5D00
Black with #FD5D00
Text Example
Text Example
White with #FD5D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D00; }
p { color: rgb(253,93,0); }
H1.HeaderClassName
{
color: #FD5D00;
}
.AnyTagClassName
{
color: #FD5D00;
}
</style>
background-color css
<style>
a { background-color: #FD5D00; }
a { background-color: rgb(253,93,0); }
div.DivClassName
{
background-color: #FD5D00;
}
.BgClassName
{
background-color: #FD5D00;
}
</style>
border-color css
<style>
span { border-color: #FD5D00; }
span { border-color: rgb(253,93,0); }
td.TdClassName
{
border-color: #FD5D00;
}
.TagClassName
{
border-color: #FD5D00;
}
</style>