Shades of International Orange #FE5900
Tints of International Orange #FE5900
RGB
CMYK
RGB Variations
Color information
#FE5900 (or 0xFE5900) is known color: International Orange. HEX triplet: FE, 59 and 00. RGB value is (254,89,0). Sum of RGB (Red+Green+Blue) = 254+89+0=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5900 is #01A6FF. Grayscale: #808080. Windows color (decimal): -108288 or 23038. OLE color: 23038.
HSL color Cylindrical-coordinate representation of color #FE5900: hue angle of 21.02º 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 #FE5900 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.00 |
| HSL | 21.02º | 1% | 0.5% | - |
| HSV(B) | 21.02º | 1% | 1% | - |
| XYZ | 44.45 | 28.22 | 3.1 | - |
| YUV | 128.19 | 55.66 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 0 | 0 | 0.65 | 1 | 0.00 | 21.02 | 1 | 0.5 |
| Hex | FE | 59 | 0 | 0 | 41 | 64 | 0 | 15 | 64 | 32 |
| Octal | 376 | 131 | 0 | 0 | 101 | 144 | 0 | 25 | 144 | 62 |
| Binary | 11111110 | 1011001 | 0 | 0 | 1000001 | 1100100 | 0 | 10101 | 1100100 | 110010 |
Color Harmonies of #FE5900
Complementary color
Monochromatic Colors of #FE5900
Black with #FE5900
Text Example
Text Example
White with #FE5900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5900; }
p { color: rgb(254,89,0); }
H1.HeaderClassName
{
color: #FE5900;
}
.AnyTagClassName
{
color: #FE5900;
}
</style>
background-color css
<style>
a { background-color: #FE5900; }
a { background-color: rgb(254,89,0); }
div.DivClassName
{
background-color: #FE5900;
}
.BgClassName
{
background-color: #FE5900;
}
</style>
border-color css
<style>
span { border-color: #FE5900; }
span { border-color: rgb(254,89,0); }
td.TdClassName
{
border-color: #FE5900;
}
.TagClassName
{
border-color: #FE5900;
}
</style>