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