Shades of International Orange #FF5804
Tints of International Orange #FF5804
RGB
CMYK
RGB Variations
Color information
#FF5804 (or 0xFF5804) is known color: International Orange. HEX triplet: FF, 58 and 04. RGB value is (255,88,4). Sum of RGB (Red+Green+Blue) = 255+88+4=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5804 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5804 is #00A7FB. Grayscale: #808080. Windows color (decimal): -43004 or 284927. OLE color: 284927.
HSL color Cylindrical-coordinate representation of color #FF5804: hue angle of 20.08º 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 #FF5804 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0 |
| HSL | 20.08º | 1% | 0.51% | - |
| HSV(B) | 20.08º | 0.98% | 1% | - |
| XYZ | 44.75 | 28.25 | 3.21 | - |
| YUV | 128.36 | 57.83 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 4 | 0 | 0.65 | 0.98 | 0 | 20.08 | 1 | 0.51 |
| Hex | FF | 58 | 4 | 0 | 41 | 62 | 0 | 14 | 64 | 33 |
| Octal | 377 | 130 | 4 | 0 | 101 | 142 | 0 | 24 | 144 | 63 |
| Binary | 11111111 | 1011000 | 100 | 0 | 1000001 | 1100010 | 0 | 10100 | 1100100 | 110011 |
Color Harmonies of #FF5804
Complementary color
Monochromatic Colors of #FF5804
Black with #FF5804
Text Example
Text Example
White with #FF5804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5804; }
p { color: rgb(255,88,4); }
H1.HeaderClassName
{
color: #FF5804;
}
.AnyTagClassName
{
color: #FF5804;
}
</style>
background-color css
<style>
a { background-color: #FF5804; }
a { background-color: rgb(255,88,4); }
div.DivClassName
{
background-color: #FF5804;
}
.BgClassName
{
background-color: #FF5804;
}
</style>
border-color css
<style>
span { border-color: #FF5804; }
span { border-color: rgb(255,88,4); }
td.TdClassName
{
border-color: #FF5804;
}
.TagClassName
{
border-color: #FF5804;
}
</style>