Shades of International Orange #FE5400
Tints of International Orange #FE5400
RGB
CMYK
RGB Variations
Color information
#FE5400 (or 0xFE5400) is known color: International Orange. HEX triplet: FE, 54 and 00. RGB value is (254,84,0). Sum of RGB (Red+Green+Blue) = 254+84+0=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5400 is #01ABFF. Grayscale: #7D7D7D. Windows color (decimal): -109568 or 21758. OLE color: 21758.
HSL color Cylindrical-coordinate representation of color #FE5400: hue angle of 19.84º 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 #FE5400 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.00 |
| HSL | 19.84º | 1% | 0.5% | - |
| HSV(B) | 19.84º | 1% | 1% | - |
| XYZ | 44.04 | 27.41 | 2.97 | - |
| YUV | 125.25 | 57.32 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 0 | 0 | 0.67 | 1 | 0.00 | 19.84 | 1 | 0.5 |
| Hex | FE | 54 | 0 | 0 | 43 | 64 | 0 | 14 | 64 | 32 |
| Octal | 376 | 124 | 0 | 0 | 103 | 144 | 0 | 24 | 144 | 62 |
| Binary | 11111110 | 1010100 | 0 | 0 | 1000011 | 1100100 | 0 | 10100 | 1100100 | 110010 |
Color Harmonies of #FE5400
Complementary color
Monochromatic Colors of #FE5400
Black with #FE5400
Text Example
Text Example
White with #FE5400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5400; }
p { color: rgb(254,84,0); }
H1.HeaderClassName
{
color: #FE5400;
}
.AnyTagClassName
{
color: #FE5400;
}
</style>
background-color css
<style>
a { background-color: #FE5400; }
a { background-color: rgb(254,84,0); }
div.DivClassName
{
background-color: #FE5400;
}
.BgClassName
{
background-color: #FE5400;
}
</style>
border-color css
<style>
span { border-color: #FE5400; }
span { border-color: rgb(254,84,0); }
td.TdClassName
{
border-color: #FE5400;
}
.TagClassName
{
border-color: #FE5400;
}
</style>