Shades of International Orange #FE5401
Tints of International Orange #FE5401
RGB
CMYK
RGB Variations
Color information
#FE5401 (or 0xFE5401) is known color: International Orange. HEX triplet: FE, 54 and 01. RGB value is (254,84,1). Sum of RGB (Red+Green+Blue) = 254+84+1=339 (44% of max value = 765). Red value is 254 (99.61% from 255 or 74.93% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5401 is #01ABFE. Grayscale: #7D7D7D. Windows color (decimal): -109567 or 87294. OLE color: 87294.
HSL color Cylindrical-coordinate representation of color #FE5401: hue angle of 19.68º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE5401 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.00 |
| HSL | 19.68º | 0.99% | 0.5% | - |
| HSV(B) | 19.68º | 1% | 1% | - |
| XYZ | 44.05 | 27.41 | 3 | - |
| YUV | 125.37 | 57.82 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 1 | 0 | 0.67 | 1.00 | 0.00 | 19.68 | 0.99 | 0.5 |
| Hex | FE | 54 | 1 | 0 | 43 | 64 | 0 | 14 | 63 | 32 |
| Octal | 376 | 124 | 1 | 0 | 103 | 144 | 0 | 24 | 143 | 62 |
| Binary | 11111110 | 1010100 | 1 | 0 | 1000011 | 1100100 | 0 | 10100 | 1100011 | 110010 |
Color Harmonies of #FE5401
Complementary color
Monochromatic Colors of #FE5401
Black with #FE5401
Text Example
Text Example
White with #FE5401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5401; }
p { color: rgb(254,84,1); }
H1.HeaderClassName
{
color: #FE5401;
}
.AnyTagClassName
{
color: #FE5401;
}
</style>
background-color css
<style>
a { background-color: #FE5401; }
a { background-color: rgb(254,84,1); }
div.DivClassName
{
background-color: #FE5401;
}
.BgClassName
{
background-color: #FE5401;
}
</style>
border-color css
<style>
span { border-color: #FE5401; }
span { border-color: rgb(254,84,1); }
td.TdClassName
{
border-color: #FE5401;
}
.TagClassName
{
border-color: #FE5401;
}
</style>