Shades of International Orange #FF5404
Tints of International Orange #FF5404
RGB
CMYK
RGB Variations
Color information
#FF5404 (or 0xFF5404) is known color: International Orange. HEX triplet: FF, 54 and 04. RGB value is (255,84,4). Sum of RGB (Red+Green+Blue) = 255+84+4=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5404 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5404 is #00ABFB. Grayscale: #7E7E7E. Windows color (decimal): -44028 or 283903. OLE color: 283903.
HSL color Cylindrical-coordinate representation of color #FF5404: hue angle of 19.12º 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 #FF5404 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0 |
| HSL | 19.12º | 1% | 0.51% | - |
| HSV(B) | 19.12º | 0.98% | 1% | - |
| XYZ | 44.43 | 27.61 | 3.1 | - |
| YUV | 126.01 | 59.15 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 4 | 0 | 0.67 | 0.98 | 0 | 19.12 | 1 | 0.51 |
| Hex | FF | 54 | 4 | 0 | 43 | 62 | 0 | 13 | 64 | 33 |
| Octal | 377 | 124 | 4 | 0 | 103 | 142 | 0 | 23 | 144 | 63 |
| Binary | 11111111 | 1010100 | 100 | 0 | 1000011 | 1100010 | 0 | 10011 | 1100100 | 110011 |
Color Harmonies of #FF5404
Complementary color
Monochromatic Colors of #FF5404
Black with #FF5404
Text Example
Text Example
White with #FF5404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5404; }
p { color: rgb(255,84,4); }
H1.HeaderClassName
{
color: #FF5404;
}
.AnyTagClassName
{
color: #FF5404;
}
</style>
background-color css
<style>
a { background-color: #FF5404; }
a { background-color: rgb(255,84,4); }
div.DivClassName
{
background-color: #FF5404;
}
.BgClassName
{
background-color: #FF5404;
}
</style>
border-color css
<style>
span { border-color: #FF5404; }
span { border-color: rgb(255,84,4); }
td.TdClassName
{
border-color: #FF5404;
}
.TagClassName
{
border-color: #FF5404;
}
</style>