Shades of International Orange #FF5901
Tints of International Orange #FF5901
RGB
CMYK
RGB Variations
Color information
#FF5901 (or 0xFF5901) is known color: International Orange. HEX triplet: FF, 59 and 01. RGB value is (255,89,1). Sum of RGB (Red+Green+Blue) = 255+89+1=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5901 is #00A6FE. Grayscale: #818181. Windows color (decimal): -42751 or 88575. OLE color: 88575.
HSL color Cylindrical-coordinate representation of color #FF5901: hue angle of 20.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF5901 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0 |
| HSL | 20.79º | 1% | 0.5% | - |
| HSV(B) | 20.79º | 1% | 1% | - |
| XYZ | 44.82 | 28.41 | 3.15 | - |
| YUV | 128.6 | 56 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 1 | 0 | 0.65 | 1.00 | 0 | 20.79 | 1 | 0.5 |
| Hex | FF | 59 | 1 | 0 | 41 | 64 | 0 | 15 | 64 | 32 |
| Octal | 377 | 131 | 1 | 0 | 101 | 144 | 0 | 25 | 144 | 62 |
| Binary | 11111111 | 1011001 | 1 | 0 | 1000001 | 1100100 | 0 | 10101 | 1100100 | 110010 |
Color Harmonies of #FF5901
Complementary color
Monochromatic Colors of #FF5901
Black with #FF5901
Text Example
Text Example
White with #FF5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5901; }
p { color: rgb(255,89,1); }
H1.HeaderClassName
{
color: #FF5901;
}
.AnyTagClassName
{
color: #FF5901;
}
</style>
background-color css
<style>
a { background-color: #FF5901; }
a { background-color: rgb(255,89,1); }
div.DivClassName
{
background-color: #FF5901;
}
.BgClassName
{
background-color: #FF5901;
}
</style>
border-color css
<style>
span { border-color: #FF5901; }
span { border-color: rgb(255,89,1); }
td.TdClassName
{
border-color: #FF5901;
}
.TagClassName
{
border-color: #FF5901;
}
</style>