Shades of International Orange #FE5A01
Tints of International Orange #FE5A01
RGB
CMYK
RGB Variations
Color information
#FE5A01 (or 0xFE5A01) is known color: International Orange. HEX triplet: FE, 5A and 01. RGB value is (254,90,1). Sum of RGB (Red+Green+Blue) = 254+90+1=345 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.62% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5A01 is #01A5FE. Grayscale: #818181. Windows color (decimal): -108031 or 88830. OLE color: 88830.
HSL color Cylindrical-coordinate representation of color #FE5A01: hue angle of 21.11º 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 #FE5A01 is Cyan = 0, Magento = 0.65, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 1 | - |
| CMYK | 0 | 0.65 | 1.00 | 0.00 |
| HSL | 21.11º | 0.99% | 0.5% | - |
| HSV(B) | 21.11º | 1% | 1% | - |
| XYZ | 44.53 | 28.39 | 3.16 | - |
| YUV | 128.89 | 55.83 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 1 | 0 | 0.65 | 1.00 | 0.00 | 21.11 | 0.99 | 0.5 |
| Hex | FE | 5A | 1 | 0 | 41 | 64 | 0 | 15 | 63 | 32 |
| Octal | 376 | 132 | 1 | 0 | 101 | 144 | 0 | 25 | 143 | 62 |
| Binary | 11111110 | 1011010 | 1 | 0 | 1000001 | 1100100 | 0 | 10101 | 1100011 | 110010 |
Color Harmonies of #FE5A01
Complementary color
Monochromatic Colors of #FE5A01
Black with #FE5A01
Text Example
Text Example
White with #FE5A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A01; }
p { color: rgb(254,90,1); }
H1.HeaderClassName
{
color: #FE5A01;
}
.AnyTagClassName
{
color: #FE5A01;
}
</style>
background-color css
<style>
a { background-color: #FE5A01; }
a { background-color: rgb(254,90,1); }
div.DivClassName
{
background-color: #FE5A01;
}
.BgClassName
{
background-color: #FE5A01;
}
</style>
border-color css
<style>
span { border-color: #FE5A01; }
span { border-color: rgb(254,90,1); }
td.TdClassName
{
border-color: #FE5A01;
}
.TagClassName
{
border-color: #FE5A01;
}
</style>