Shades of International Orange #FF5908
Tints of International Orange #FF5908
RGB
CMYK
RGB Variations
Color information
#FF5908 (or 0xFF5908) is known color: International Orange. HEX triplet: FF, 59 and 08. RGB value is (255,89,8). Sum of RGB (Red+Green+Blue) = 255+89+8=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5908 is #00A6F7. Grayscale: #818181. Windows color (decimal): -42744 or 547327. OLE color: 547327.
HSL color Cylindrical-coordinate representation of color #FF5908: hue angle of 19.68º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF5908 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 8 | - |
| CMYK | 0 | 0.65 | 0.97 | 0 |
| HSL | 19.68º | 1% | 0.52% | - |
| HSV(B) | 19.68º | 0.97% | 1% | - |
| XYZ | 44.86 | 28.42 | 3.35 | - |
| YUV | 129.4 | 59.5 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 8 | 0 | 0.65 | 0.97 | 0 | 19.68 | 1 | 0.52 |
| Hex | FF | 59 | 8 | 0 | 41 | 61 | 0 | 14 | 64 | 34 |
| Octal | 377 | 131 | 10 | 0 | 101 | 141 | 0 | 24 | 144 | 64 |
| Binary | 11111111 | 1011001 | 1000 | 0 | 1000001 | 1100001 | 0 | 10100 | 1100100 | 110100 |
Color Harmonies of #FF5908
Complementary color
Monochromatic Colors of #FF5908
Black with #FF5908
Text Example
Text Example
White with #FF5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5908; }
p { color: rgb(255,89,8); }
H1.HeaderClassName
{
color: #FF5908;
}
.AnyTagClassName
{
color: #FF5908;
}
</style>
background-color css
<style>
a { background-color: #FF5908; }
a { background-color: rgb(255,89,8); }
div.DivClassName
{
background-color: #FF5908;
}
.BgClassName
{
background-color: #FF5908;
}
</style>
border-color css
<style>
span { border-color: #FF5908; }
span { border-color: rgb(255,89,8); }
td.TdClassName
{
border-color: #FF5908;
}
.TagClassName
{
border-color: #FF5908;
}
</style>