Html Css Color HEX #FE590D International Orange
📋 copy color: '#FE590D'red 254 ◦ green 89 ◦ blue 13
Shades of International Orange #FE590D
Tints of International Orange #FE590D
RGB
CMYK
RGB Variations
Color information
#FE590D (or 0xFE590D) is known color: International Orange. HEX triplet: FE, 59 and 0D. RGB value is (254,89,13). Sum of RGB (Red+Green+Blue) = 254+89+13=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE590D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE590D is #01A6F2. Grayscale: #828282. Windows color (decimal): -108275 or 875006. OLE color: 875006.
HSL color Cylindrical-coordinate representation of color #FE590D: hue angle of 18.92º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE590D is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 13 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.00 |
| HSL | 18.92º | 0.99% | 0.52% | - |
| HSV(B) | 18.92º | 0.95% | 1% | - |
| XYZ | 44.52 | 28.24 | 3.49 | - |
| YUV | 129.67 | 62.16 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 13 | 0 | 0.65 | 0.95 | 0.00 | 18.92 | 0.99 | 0.52 |
| Hex | FE | 59 | D | 0 | 41 | 5F | 0 | 13 | 63 | 34 |
| Octal | 376 | 131 | 15 | 0 | 101 | 137 | 0 | 23 | 143 | 64 |
| Binary | 11111110 | 1011001 | 1101 | 0 | 1000001 | 1011111 | 0 | 10011 | 1100011 | 110100 |
Color Harmonies of #FE590D
Complementary color
Monochromatic Colors of #FE590D
Black with #FE590D
Text Example
Text Example
White with #FE590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE590D; }
p { color: rgb(254,89,13); }
H1.HeaderClassName
{
color: #FE590D;
}
.AnyTagClassName
{
color: #FE590D;
}
</style>
background-color css
<style>
a { background-color: #FE590D; }
a { background-color: rgb(254,89,13); }
div.DivClassName
{
background-color: #FE590D;
}
.BgClassName
{
background-color: #FE590D;
}
</style>
border-color css
<style>
span { border-color: #FE590D; }
span { border-color: rgb(254,89,13); }
td.TdClassName
{
border-color: #FE590D;
}
.TagClassName
{
border-color: #FE590D;
}
</style>