Shades of International Orange #FD5A00
Tints of International Orange #FD5A00
RGB
CMYK
RGB Variations
Color information
#FD5A00 (or 0xFD5A00) is known color: International Orange. HEX triplet: FD, 5A and 00. RGB value is (253,90,0). Sum of RGB (Red+Green+Blue) = 253+90+0=343 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.76% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5A00 is #02A5FF. Grayscale: #818181. Windows color (decimal): -173568 or 23293. OLE color: 23293.
HSL color Cylindrical-coordinate representation of color #FD5A00: hue angle of 21.34º 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 #FD5A00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.01 |
| HSL | 21.34º | 1% | 0.5% | - |
| HSV(B) | 21.34º | 1% | 0.99% | - |
| XYZ | 44.16 | 28.19 | 3.11 | - |
| YUV | 128.48 | 55.5 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 0 | 0 | 0.64 | 1 | 0.01 | 21.34 | 1 | 0.5 |
| Hex | FD | 5A | 0 | 0 | 40 | 64 | 1 | 15 | 64 | 32 |
| Octal | 375 | 132 | 0 | 0 | 100 | 144 | 1 | 25 | 144 | 62 |
| Binary | 11111101 | 1011010 | 0 | 0 | 1000000 | 1100100 | 1 | 10101 | 1100100 | 110010 |
Color Harmonies of #FD5A00
Complementary color
Monochromatic Colors of #FD5A00
Black with #FD5A00
Text Example
Text Example
White with #FD5A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5A00; }
p { color: rgb(253,90,0); }
H1.HeaderClassName
{
color: #FD5A00;
}
.AnyTagClassName
{
color: #FD5A00;
}
</style>
background-color css
<style>
a { background-color: #FD5A00; }
a { background-color: rgb(253,90,0); }
div.DivClassName
{
background-color: #FD5A00;
}
.BgClassName
{
background-color: #FD5A00;
}
</style>
border-color css
<style>
span { border-color: #FD5A00; }
span { border-color: rgb(253,90,0); }
td.TdClassName
{
border-color: #FD5A00;
}
.TagClassName
{
border-color: #FD5A00;
}
</style>