Shades of International Orange #FE5904
Tints of International Orange #FE5904
RGB
CMYK
RGB Variations
Color information
#FE5904 (or 0xFE5904) is known color: International Orange. HEX triplet: FE, 59 and 04. RGB value is (254,89,4). Sum of RGB (Red+Green+Blue) = 254+89+4=347 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.20% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5904 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5904 is #01A6FB. Grayscale: #818181. Windows color (decimal): -108284 or 285182. OLE color: 285182.
HSL color Cylindrical-coordinate representation of color #FE5904: hue angle of 20.4º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE5904 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.00 |
| HSL | 20.4º | 0.99% | 0.51% | - |
| HSV(B) | 20.4º | 0.98% | 1% | - |
| XYZ | 44.47 | 28.22 | 3.22 | - |
| YUV | 128.65 | 57.66 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 4 | 0 | 0.65 | 0.98 | 0.00 | 20.4 | 0.99 | 0.51 |
| Hex | FE | 59 | 4 | 0 | 41 | 62 | 0 | 14 | 63 | 33 |
| Octal | 376 | 131 | 4 | 0 | 101 | 142 | 0 | 24 | 143 | 63 |
| Binary | 11111110 | 1011001 | 100 | 0 | 1000001 | 1100010 | 0 | 10100 | 1100011 | 110011 |
Color Harmonies of #FE5904
Complementary color
Monochromatic Colors of #FE5904
Black with #FE5904
Text Example
Text Example
White with #FE5904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5904; }
p { color: rgb(254,89,4); }
H1.HeaderClassName
{
color: #FE5904;
}
.AnyTagClassName
{
color: #FE5904;
}
</style>
background-color css
<style>
a { background-color: #FE5904; }
a { background-color: rgb(254,89,4); }
div.DivClassName
{
background-color: #FE5904;
}
.BgClassName
{
background-color: #FE5904;
}
</style>
border-color css
<style>
span { border-color: #FE5904; }
span { border-color: rgb(254,89,4); }
td.TdClassName
{
border-color: #FE5904;
}
.TagClassName
{
border-color: #FE5904;
}
</style>