Shades of International Orange #FE5908
Tints of International Orange #FE5908
RGB
CMYK
RGB Variations
Color information
#FE5908 (or 0xFE5908) is known color: International Orange. HEX triplet: FE, 59 and 08. RGB value is (254,89,8). Sum of RGB (Red+Green+Blue) = 254+89+8=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5908 is #01A6F7. Grayscale: #818181. Windows color (decimal): -108280 or 547326. OLE color: 547326.
HSL color Cylindrical-coordinate representation of color #FE5908: hue angle of 19.76º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE5908 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 8 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.00 |
| HSL | 19.76º | 0.99% | 0.51% | - |
| HSV(B) | 19.76º | 0.97% | 1% | - |
| XYZ | 44.49 | 28.23 | 3.33 | - |
| YUV | 129.1 | 59.66 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 8 | 0 | 0.65 | 0.97 | 0.00 | 19.76 | 0.99 | 0.51 |
| Hex | FE | 59 | 8 | 0 | 41 | 61 | 0 | 14 | 63 | 33 |
| Octal | 376 | 131 | 10 | 0 | 101 | 141 | 0 | 24 | 143 | 63 |
| Binary | 11111110 | 1011001 | 1000 | 0 | 1000001 | 1100001 | 0 | 10100 | 1100011 | 110011 |
Color Harmonies of #FE5908
Complementary color
Monochromatic Colors of #FE5908
Black with #FE5908
Text Example
Text Example
White with #FE5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5908; }
p { color: rgb(254,89,8); }
H1.HeaderClassName
{
color: #FE5908;
}
.AnyTagClassName
{
color: #FE5908;
}
</style>
background-color css
<style>
a { background-color: #FE5908; }
a { background-color: rgb(254,89,8); }
div.DivClassName
{
background-color: #FE5908;
}
.BgClassName
{
background-color: #FE5908;
}
</style>
border-color css
<style>
span { border-color: #FE5908; }
span { border-color: rgb(254,89,8); }
td.TdClassName
{
border-color: #FE5908;
}
.TagClassName
{
border-color: #FE5908;
}
</style>