Shades of International Orange #FF5805
Tints of International Orange #FF5805
RGB
CMYK
RGB Variations
Color information
#FF5805 (or 0xFF5805) is known color: International Orange. HEX triplet: FF, 58 and 05. RGB value is (255,88,5). Sum of RGB (Red+Green+Blue) = 255+88+5=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5805 is #00A7FA. Grayscale: #808080. Windows color (decimal): -43003 or 350463. OLE color: 350463.
HSL color Cylindrical-coordinate representation of color #FF5805: hue angle of 19.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF5805 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0 |
| HSL | 19.92º | 1% | 0.51% | - |
| HSV(B) | 19.92º | 0.98% | 1% | - |
| XYZ | 44.76 | 28.25 | 3.24 | - |
| YUV | 128.47 | 58.33 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 5 | 0 | 0.65 | 0.98 | 0 | 19.92 | 1 | 0.51 |
| Hex | FF | 58 | 5 | 0 | 41 | 62 | 0 | 14 | 64 | 33 |
| Octal | 377 | 130 | 5 | 0 | 101 | 142 | 0 | 24 | 144 | 63 |
| Binary | 11111111 | 1011000 | 101 | 0 | 1000001 | 1100010 | 0 | 10100 | 1100100 | 110011 |
Color Harmonies of #FF5805
Complementary color
Monochromatic Colors of #FF5805
Black with #FF5805
Text Example
Text Example
White with #FF5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5805; }
p { color: rgb(255,88,5); }
H1.HeaderClassName
{
color: #FF5805;
}
.AnyTagClassName
{
color: #FF5805;
}
</style>
background-color css
<style>
a { background-color: #FF5805; }
a { background-color: rgb(255,88,5); }
div.DivClassName
{
background-color: #FF5805;
}
.BgClassName
{
background-color: #FF5805;
}
</style>
border-color css
<style>
span { border-color: #FF5805; }
span { border-color: rgb(255,88,5); }
td.TdClassName
{
border-color: #FF5805;
}
.TagClassName
{
border-color: #FF5805;
}
</style>