Shades of International Orange #FD5001
Tints of International Orange #FD5001
RGB
CMYK
RGB Variations
Color information
#FD5001 (or 0xFD5001) is known color: International Orange. HEX triplet: FD, 50 and 01. RGB value is (253,80,1). Sum of RGB (Red+Green+Blue) = 253+80+1=334 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.75% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5001 is #02AFFE. Grayscale: #7B7B7B. Windows color (decimal): -176127 or 86269. OLE color: 86269.
HSL color Cylindrical-coordinate representation of color #FD5001: hue angle of 18.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD5001 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 80 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.01 |
| HSL | 18.81º | 0.99% | 0.5% | - |
| HSV(B) | 18.81º | 1% | 0.99% | - |
| XYZ | 43.38 | 26.62 | 2.88 | - |
| YUV | 122.72 | 59.31 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 80 | 1 | 0 | 0.68 | 1.00 | 0.01 | 18.81 | 0.99 | 0.5 |
| Hex | FD | 50 | 1 | 0 | 44 | 64 | 1 | 13 | 63 | 32 |
| Octal | 375 | 120 | 1 | 0 | 104 | 144 | 1 | 23 | 143 | 62 |
| Binary | 11111101 | 1010000 | 1 | 0 | 1000100 | 1100100 | 1 | 10011 | 1100011 | 110010 |
Color Harmonies of #FD5001
Complementary color
Monochromatic Colors of #FD5001
Black with #FD5001
Text Example
Text Example
White with #FD5001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5001; }
p { color: rgb(253,80,1); }
H1.HeaderClassName
{
color: #FD5001;
}
.AnyTagClassName
{
color: #FD5001;
}
</style>
background-color css
<style>
a { background-color: #FD5001; }
a { background-color: rgb(253,80,1); }
div.DivClassName
{
background-color: #FD5001;
}
.BgClassName
{
background-color: #FD5001;
}
</style>
border-color css
<style>
span { border-color: #FD5001; }
span { border-color: rgb(253,80,1); }
td.TdClassName
{
border-color: #FD5001;
}
.TagClassName
{
border-color: #FD5001;
}
</style>