Shades of International Orange #FD5902
Tints of International Orange #FD5902
RGB
CMYK
RGB Variations
Color information
#FD5902 (or 0xFD5902) is known color: International Orange. HEX triplet: FD, 59 and 02. RGB value is (253,89,2). Sum of RGB (Red+Green+Blue) = 253+89+2=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5902 is #02A6FD. Grayscale: #808080. Windows color (decimal): -173822 or 154109. OLE color: 154109.
HSL color Cylindrical-coordinate representation of color #FD5902: hue angle of 20.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD5902 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 89 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.01 |
| HSL | 20.8º | 0.98% | 0.5% | - |
| HSV(B) | 20.8º | 0.99% | 0.99% | - |
| XYZ | 44.09 | 28.03 | 3.14 | - |
| YUV | 128.12 | 56.83 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 89 | 2 | 0 | 0.65 | 0.99 | 0.01 | 20.8 | 0.98 | 0.5 |
| Hex | FD | 59 | 2 | 0 | 41 | 63 | 1 | 15 | 62 | 32 |
| Octal | 375 | 131 | 2 | 0 | 101 | 143 | 1 | 25 | 142 | 62 |
| Binary | 11111101 | 1011001 | 10 | 0 | 1000001 | 1100011 | 1 | 10101 | 1100010 | 110010 |
Color Harmonies of #FD5902
Complementary color
Monochromatic Colors of #FD5902
Black with #FD5902
Text Example
Text Example
White with #FD5902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5902; }
p { color: rgb(253,89,2); }
H1.HeaderClassName
{
color: #FD5902;
}
.AnyTagClassName
{
color: #FD5902;
}
</style>
background-color css
<style>
a { background-color: #FD5902; }
a { background-color: rgb(253,89,2); }
div.DivClassName
{
background-color: #FD5902;
}
.BgClassName
{
background-color: #FD5902;
}
</style>
border-color css
<style>
span { border-color: #FD5902; }
span { border-color: rgb(253,89,2); }
td.TdClassName
{
border-color: #FD5902;
}
.TagClassName
{
border-color: #FD5902;
}
</style>