Shades of International Orange #FF5400
Tints of International Orange #FF5400
RGB
CMYK
RGB Variations
Color information
#FF5400 (or 0xFF5400) is known color: International Orange. HEX triplet: FF, 54 and 00. RGB value is (255,84,0). Sum of RGB (Red+Green+Blue) = 255+84+0=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5400 is #00ABFF. Grayscale: #7E7E7E. Windows color (decimal): -44032 or 21759. OLE color: 21759.
HSL color Cylindrical-coordinate representation of color #FF5400: hue angle of 19.76º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF5400 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0 |
| HSL | 19.76º | 1% | 0.5% | - |
| HSV(B) | 19.76º | 1% | 1% | - |
| XYZ | 44.41 | 27.6 | 2.99 | - |
| YUV | 125.55 | 57.15 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 0 | 0 | 0.67 | 1 | 0 | 19.76 | 1 | 0.5 |
| Hex | FF | 54 | 0 | 0 | 43 | 64 | 0 | 14 | 64 | 32 |
| Octal | 377 | 124 | 0 | 0 | 103 | 144 | 0 | 24 | 144 | 62 |
| Binary | 11111111 | 1010100 | 0 | 0 | 1000011 | 1100100 | 0 | 10100 | 1100100 | 110010 |
Color Harmonies of #FF5400
Complementary color
Monochromatic Colors of #FF5400
Black with #FF5400
Text Example
Text Example
White with #FF5400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5400; }
p { color: rgb(255,84,0); }
H1.HeaderClassName
{
color: #FF5400;
}
.AnyTagClassName
{
color: #FF5400;
}
</style>
background-color css
<style>
a { background-color: #FF5400; }
a { background-color: rgb(255,84,0); }
div.DivClassName
{
background-color: #FF5400;
}
.BgClassName
{
background-color: #FF5400;
}
</style>
border-color css
<style>
span { border-color: #FF5400; }
span { border-color: rgb(255,84,0); }
td.TdClassName
{
border-color: #FF5400;
}
.TagClassName
{
border-color: #FF5400;
}
</style>