Shades of International Orange #FE5808
Tints of International Orange #FE5808
RGB
CMYK
RGB Variations
Color information
#FE5808 (or 0xFE5808) is known color: International Orange. HEX triplet: FE, 58 and 08. RGB value is (254,88,8). Sum of RGB (Red+Green+Blue) = 254+88+8=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5808 is #01A7F7. Grayscale: #818181. Windows color (decimal): -108536 or 547070. OLE color: 547070.
HSL color Cylindrical-coordinate representation of color #FE5808: hue angle of 19.51º 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 #FE5808 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 8 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.00 |
| HSL | 19.51º | 0.99% | 0.51% | - |
| HSV(B) | 19.51º | 0.97% | 1% | - |
| XYZ | 44.41 | 28.07 | 3.31 | - |
| YUV | 128.51 | 60 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 8 | 0 | 0.65 | 0.97 | 0.00 | 19.51 | 0.99 | 0.51 |
| Hex | FE | 58 | 8 | 0 | 41 | 61 | 0 | 14 | 63 | 33 |
| Octal | 376 | 130 | 10 | 0 | 101 | 141 | 0 | 24 | 143 | 63 |
| Binary | 11111110 | 1011000 | 1000 | 0 | 1000001 | 1100001 | 0 | 10100 | 1100011 | 110011 |
Color Harmonies of #FE5808
Complementary color
Monochromatic Colors of #FE5808
Black with #FE5808
Text Example
Text Example
White with #FE5808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5808; }
p { color: rgb(254,88,8); }
H1.HeaderClassName
{
color: #FE5808;
}
.AnyTagClassName
{
color: #FE5808;
}
</style>
background-color css
<style>
a { background-color: #FE5808; }
a { background-color: rgb(254,88,8); }
div.DivClassName
{
background-color: #FE5808;
}
.BgClassName
{
background-color: #FE5808;
}
</style>
border-color css
<style>
span { border-color: #FE5808; }
span { border-color: rgb(254,88,8); }
td.TdClassName
{
border-color: #FE5808;
}
.TagClassName
{
border-color: #FE5808;
}
</style>