Shades of International Orange #FD5A09
Tints of International Orange #FD5A09
RGB
CMYK
RGB Variations
Color information
#FD5A09 (or 0xFD5A09) is known color: International Orange. HEX triplet: FD, 5A and 09. RGB value is (253,90,9). Sum of RGB (Red+Green+Blue) = 253+90+9=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5A09 is #02A5F6. Grayscale: #818181. Windows color (decimal): -173559 or 613117. OLE color: 613117.
HSL color Cylindrical-coordinate representation of color #FD5A09: hue angle of 19.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD5A09 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.01 |
| HSL | 19.92º | 0.98% | 0.51% | - |
| HSV(B) | 19.92º | 0.96% | 0.99% | - |
| XYZ | 44.21 | 28.21 | 3.37 | - |
| YUV | 129.5 | 60 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 9 | 0 | 0.64 | 0.96 | 0.01 | 19.92 | 0.98 | 0.51 |
| Hex | FD | 5A | 9 | 0 | 40 | 60 | 1 | 14 | 62 | 33 |
| Octal | 375 | 132 | 11 | 0 | 100 | 140 | 1 | 24 | 142 | 63 |
| Binary | 11111101 | 1011010 | 1001 | 0 | 1000000 | 1100000 | 1 | 10100 | 1100010 | 110011 |
Color Harmonies of #FD5A09
Complementary color
Monochromatic Colors of #FD5A09
Black with #FD5A09
Text Example
Text Example
White with #FD5A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5A09; }
p { color: rgb(253,90,9); }
H1.HeaderClassName
{
color: #FD5A09;
}
.AnyTagClassName
{
color: #FD5A09;
}
</style>
background-color css
<style>
a { background-color: #FD5A09; }
a { background-color: rgb(253,90,9); }
div.DivClassName
{
background-color: #FD5A09;
}
.BgClassName
{
background-color: #FD5A09;
}
</style>
border-color css
<style>
span { border-color: #FD5A09; }
span { border-color: rgb(253,90,9); }
td.TdClassName
{
border-color: #FD5A09;
}
.TagClassName
{
border-color: #FD5A09;
}
</style>