Shades of International Orange #FE5905
Tints of International Orange #FE5905
RGB
CMYK
RGB Variations
Color information
#FE5905 (or 0xFE5905) is known color: International Orange. HEX triplet: FE, 59 and 05. RGB value is (254,89,5). Sum of RGB (Red+Green+Blue) = 254+89+5=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5905 is #01A6FA. Grayscale: #818181. Windows color (decimal): -108283 or 350718. OLE color: 350718.
HSL color Cylindrical-coordinate representation of color #FE5905: hue angle of 20.24º 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 #FE5905 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 5 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.00 |
| HSL | 20.24º | 0.99% | 0.51% | - |
| HSV(B) | 20.24º | 0.98% | 1% | - |
| XYZ | 44.47 | 28.23 | 3.25 | - |
| YUV | 128.76 | 58.16 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 5 | 0 | 0.65 | 0.98 | 0.00 | 20.24 | 0.99 | 0.51 |
| Hex | FE | 59 | 5 | 0 | 41 | 62 | 0 | 14 | 63 | 33 |
| Octal | 376 | 131 | 5 | 0 | 101 | 142 | 0 | 24 | 143 | 63 |
| Binary | 11111110 | 1011001 | 101 | 0 | 1000001 | 1100010 | 0 | 10100 | 1100011 | 110011 |
Color Harmonies of #FE5905
Complementary color
Monochromatic Colors of #FE5905
Black with #FE5905
Text Example
Text Example
White with #FE5905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5905; }
p { color: rgb(254,89,5); }
H1.HeaderClassName
{
color: #FE5905;
}
.AnyTagClassName
{
color: #FE5905;
}
</style>
background-color css
<style>
a { background-color: #FE5905; }
a { background-color: rgb(254,89,5); }
div.DivClassName
{
background-color: #FE5905;
}
.BgClassName
{
background-color: #FE5905;
}
</style>
border-color css
<style>
span { border-color: #FE5905; }
span { border-color: rgb(254,89,5); }
td.TdClassName
{
border-color: #FE5905;
}
.TagClassName
{
border-color: #FE5905;
}
</style>