Shades of International Orange #FD5800
Tints of International Orange #FD5800
RGB
CMYK
RGB Variations
Color information
#FD5800 (or 0xFD5800) is known color: International Orange. HEX triplet: FD, 58 and 00. RGB value is (253,88,0). Sum of RGB (Red+Green+Blue) = 253+88+0=341 (45% of max value = 765). Red value is 253 (99.22% from 255 or 74.19% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5800 is #02A7FF. Grayscale: #7F7F7F. Windows color (decimal): -174080 or 22781. OLE color: 22781.
HSL color Cylindrical-coordinate representation of color #FD5800: hue angle of 20.87º 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 #FD5800 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 88 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.01 |
| HSL | 20.87º | 1% | 0.5% | - |
| HSV(B) | 20.87º | 1% | 0.99% | - |
| XYZ | 44 | 27.86 | 3.06 | - |
| YUV | 127.3 | 56.16 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 88 | 0 | 0 | 0.65 | 1 | 0.01 | 20.87 | 1 | 0.5 |
| Hex | FD | 58 | 0 | 0 | 41 | 64 | 1 | 15 | 64 | 32 |
| Octal | 375 | 130 | 0 | 0 | 101 | 144 | 1 | 25 | 144 | 62 |
| Binary | 11111101 | 1011000 | 0 | 0 | 1000001 | 1100100 | 1 | 10101 | 1100100 | 110010 |
Color Harmonies of #FD5800
Complementary color
Monochromatic Colors of #FD5800
Black with #FD5800
Text Example
Text Example
White with #FD5800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5800; }
p { color: rgb(253,88,0); }
H1.HeaderClassName
{
color: #FD5800;
}
.AnyTagClassName
{
color: #FD5800;
}
</style>
background-color css
<style>
a { background-color: #FD5800; }
a { background-color: rgb(253,88,0); }
div.DivClassName
{
background-color: #FD5800;
}
.BgClassName
{
background-color: #FD5800;
}
</style>
border-color css
<style>
span { border-color: #FD5800; }
span { border-color: rgb(253,88,0); }
td.TdClassName
{
border-color: #FD5800;
}
.TagClassName
{
border-color: #FD5800;
}
</style>