Shades of International Orange #FF5808
Tints of International Orange #FF5808
RGB
CMYK
RGB Variations
Color information
#FF5808 (or 0xFF5808) is known color: International Orange. HEX triplet: FF, 58 and 08. RGB value is (255,88,8). Sum of RGB (Red+Green+Blue) = 255+88+8=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5808 is #00A7F7. Grayscale: #818181. Windows color (decimal): -43000 or 547071. OLE color: 547071.
HSL color Cylindrical-coordinate representation of color #FF5808: hue angle of 19.43º 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 #FF5808 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 8 | - |
| CMYK | 0 | 0.65 | 0.97 | 0 |
| HSL | 19.43º | 1% | 0.52% | - |
| HSV(B) | 19.43º | 0.97% | 1% | - |
| XYZ | 44.77 | 28.26 | 3.32 | - |
| YUV | 128.81 | 59.83 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 8 | 0 | 0.65 | 0.97 | 0 | 19.43 | 1 | 0.52 |
| Hex | FF | 58 | 8 | 0 | 41 | 61 | 0 | 13 | 64 | 34 |
| Octal | 377 | 130 | 10 | 0 | 101 | 141 | 0 | 23 | 144 | 64 |
| Binary | 11111111 | 1011000 | 1000 | 0 | 1000001 | 1100001 | 0 | 10011 | 1100100 | 110100 |
Color Harmonies of #FF5808
Complementary color
Monochromatic Colors of #FF5808
Black with #FF5808
Text Example
Text Example
White with #FF5808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5808; }
p { color: rgb(255,88,8); }
H1.HeaderClassName
{
color: #FF5808;
}
.AnyTagClassName
{
color: #FF5808;
}
</style>
background-color css
<style>
a { background-color: #FF5808; }
a { background-color: rgb(255,88,8); }
div.DivClassName
{
background-color: #FF5808;
}
.BgClassName
{
background-color: #FF5808;
}
</style>
border-color css
<style>
span { border-color: #FF5808; }
span { border-color: rgb(255,88,8); }
td.TdClassName
{
border-color: #FF5808;
}
.TagClassName
{
border-color: #FF5808;
}
</style>