Html Css Color HEX #FE5913 International Orange
📋 copy color: '#FE5913'red 254 ◦ green 89 ◦ blue 19
Shades of International Orange #FE5913
Tints of International Orange #FE5913
RGB
CMYK
RGB Variations
Color information
#FE5913 (or 0xFE5913) is known color: International Orange. HEX triplet: FE, 59 and 13. RGB value is (254,89,19). Sum of RGB (Red+Green+Blue) = 254+89+19=362 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.17% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5913 is #01A6EC. Grayscale: #828282. Windows color (decimal): -108269 or 1268222. OLE color: 1268222.
HSL color Cylindrical-coordinate representation of color #FE5913: hue angle of 17.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE5913 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 19 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.00 |
| HSL | 17.87º | 0.99% | 0.54% | - |
| HSV(B) | 17.87º | 0.93% | 1% | - |
| XYZ | 44.56 | 28.26 | 3.72 | - |
| YUV | 130.36 | 65.16 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 19 | 0 | 0.65 | 0.93 | 0.00 | 17.87 | 0.99 | 0.54 |
| Hex | FE | 59 | 13 | 0 | 41 | 5D | 0 | 12 | 63 | 36 |
| Octal | 376 | 131 | 23 | 0 | 101 | 135 | 0 | 22 | 143 | 66 |
| Binary | 11111110 | 1011001 | 10011 | 0 | 1000001 | 1011101 | 0 | 10010 | 1100011 | 110110 |
Color Harmonies of #FE5913
Complementary color
Monochromatic Colors of #FE5913
Black with #FE5913
Text Example
Text Example
White with #FE5913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5913; }
p { color: rgb(254,89,19); }
H1.HeaderClassName
{
color: #FE5913;
}
.AnyTagClassName
{
color: #FE5913;
}
</style>
background-color css
<style>
a { background-color: #FE5913; }
a { background-color: rgb(254,89,19); }
div.DivClassName
{
background-color: #FE5913;
}
.BgClassName
{
background-color: #FE5913;
}
</style>
border-color css
<style>
span { border-color: #FE5913; }
span { border-color: rgb(254,89,19); }
td.TdClassName
{
border-color: #FE5913;
}
.TagClassName
{
border-color: #FE5913;
}
</style>