Shades of International Orange #FF5809
Tints of International Orange #FF5809
RGB
CMYK
RGB Variations
Color information
#FF5809 (or 0xFF5809) is known color: International Orange. HEX triplet: FF, 58 and 09. RGB value is (255,88,9). Sum of RGB (Red+Green+Blue) = 255+88+9=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 9 (3.91% from 255 or 2.56% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5809 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5809 is #00A7F6. Grayscale: #818181. Windows color (decimal): -42999 or 612607. OLE color: 612607.
HSL color Cylindrical-coordinate representation of color #FF5809: hue angle of 19.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF5809 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 9 | - |
| CMYK | 0 | 0.65 | 0.96 | 0 |
| HSL | 19.27º | 1% | 0.52% | - |
| HSV(B) | 19.27º | 0.96% | 1% | - |
| XYZ | 44.78 | 28.26 | 3.35 | - |
| YUV | 128.93 | 60.33 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 9 | 0 | 0.65 | 0.96 | 0 | 19.27 | 1 | 0.52 |
| Hex | FF | 58 | 9 | 0 | 41 | 60 | 0 | 13 | 64 | 34 |
| Octal | 377 | 130 | 11 | 0 | 101 | 140 | 0 | 23 | 144 | 64 |
| Binary | 11111111 | 1011000 | 1001 | 0 | 1000001 | 1100000 | 0 | 10011 | 1100100 | 110100 |
Color Harmonies of #FF5809
Complementary color
Monochromatic Colors of #FF5809
Black with #FF5809
Text Example
Text Example
White with #FF5809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5809; }
p { color: rgb(255,88,9); }
H1.HeaderClassName
{
color: #FF5809;
}
.AnyTagClassName
{
color: #FF5809;
}
</style>
background-color css
<style>
a { background-color: #FF5809; }
a { background-color: rgb(255,88,9); }
div.DivClassName
{
background-color: #FF5809;
}
.BgClassName
{
background-color: #FF5809;
}
</style>
border-color css
<style>
span { border-color: #FF5809; }
span { border-color: rgb(255,88,9); }
td.TdClassName
{
border-color: #FF5809;
}
.TagClassName
{
border-color: #FF5809;
}
</style>