Shades of International Orange #FD5900
Tints of International Orange #FD5900
RGB
CMYK
RGB Variations
Color information
#FD5900 (or 0xFD5900) is known color: International Orange. HEX triplet: FD, 59 and 00. RGB value is (253,89,0). Sum of RGB (Red+Green+Blue) = 253+89+0=342 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.98% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5900 is #02A6FF. Grayscale: #808080. Windows color (decimal): -173824 or 23037. OLE color: 23037.
HSL color Cylindrical-coordinate representation of color #FD5900: hue angle of 21.11º 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 #FD5900 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.01 |
| HSL | 21.11º | 1% | 0.5% | - |
| HSV(B) | 21.11º | 1% | 0.99% | - |
| XYZ | 44.08 | 28.03 | 3.09 | - |
| YUV | 127.89 | 55.83 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 0 | 0 | 0.65 | 1 | 0.01 | 21.11 | 1 | 0.5 |
| Hex | FD | 59 | 0 | 0 | 41 | 64 | 1 | 15 | 64 | 32 |
| Octal | 375 | 131 | 0 | 0 | 101 | 144 | 1 | 25 | 144 | 62 |
| Binary | 11111101 | 1011001 | 0 | 0 | 1000001 | 1100100 | 1 | 10101 | 1100100 | 110010 |
Color Harmonies of #FD5900
Complementary color
Monochromatic Colors of #FD5900
Black with #FD5900
Text Example
Text Example
White with #FD5900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5900; }
p { color: rgb(253,89,0); }
H1.HeaderClassName
{
color: #FD5900;
}
.AnyTagClassName
{
color: #FD5900;
}
</style>
background-color css
<style>
a { background-color: #FD5900; }
a { background-color: rgb(253,89,0); }
div.DivClassName
{
background-color: #FD5900;
}
.BgClassName
{
background-color: #FD5900;
}
</style>
border-color css
<style>
span { border-color: #FD5900; }
span { border-color: rgb(253,89,0); }
td.TdClassName
{
border-color: #FD5900;
}
.TagClassName
{
border-color: #FD5900;
}
</style>