Html Css Color HEX #FE590E International Orange
📋 copy color: '#FE590E'red 254 ◦ green 89 ◦ blue 14
Shades of International Orange #FE590E
Tints of International Orange #FE590E
RGB
CMYK
RGB Variations
Color information
#FE590E (or 0xFE590E) is known color: International Orange. HEX triplet: FE, 59 and 0E. RGB value is (254,89,14). Sum of RGB (Red+Green+Blue) = 254+89+14=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE590E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE590E is #01A6F1. Grayscale: #828282. Windows color (decimal): -108274 or 940542. OLE color: 940542.
HSL color Cylindrical-coordinate representation of color #FE590E: hue angle of 18.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE590E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 14 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.00 |
| HSL | 18.75º | 0.99% | 0.53% | - |
| HSV(B) | 18.75º | 0.94% | 1% | - |
| XYZ | 44.52 | 28.25 | 3.52 | - |
| YUV | 129.79 | 62.66 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 14 | 0 | 0.65 | 0.94 | 0.00 | 18.75 | 0.99 | 0.53 |
| Hex | FE | 59 | E | 0 | 41 | 5E | 0 | 13 | 63 | 35 |
| Octal | 376 | 131 | 16 | 0 | 101 | 136 | 0 | 23 | 143 | 65 |
| Binary | 11111110 | 1011001 | 1110 | 0 | 1000001 | 1011110 | 0 | 10011 | 1100011 | 110101 |
Color Harmonies of #FE590E
Complementary color
Monochromatic Colors of #FE590E
Black with #FE590E
Text Example
Text Example
White with #FE590E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE590E; }
p { color: rgb(254,89,14); }
H1.HeaderClassName
{
color: #FE590E;
}
.AnyTagClassName
{
color: #FE590E;
}
</style>
background-color css
<style>
a { background-color: #FE590E; }
a { background-color: rgb(254,89,14); }
div.DivClassName
{
background-color: #FE590E;
}
.BgClassName
{
background-color: #FE590E;
}
</style>
border-color css
<style>
span { border-color: #FE590E; }
span { border-color: rgb(254,89,14); }
td.TdClassName
{
border-color: #FE590E;
}
.TagClassName
{
border-color: #FE590E;
}
</style>