Html Css Color HEX #FE5914 International Orange
📋 copy color: '#FE5914'red 254 ◦ green 89 ◦ blue 20
Shades of International Orange #FE5914
Tints of International Orange #FE5914
RGB
CMYK
RGB Variations
Color information
#FE5914 (or 0xFE5914) is known color: International Orange. HEX triplet: FE, 59 and 14. RGB value is (254,89,20). Sum of RGB (Red+Green+Blue) = 254+89+20=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5914 is #01A6EB. Grayscale: #828282. Windows color (decimal): -108268 or 1333758. OLE color: 1333758.
HSL color Cylindrical-coordinate representation of color #FE5914: hue angle of 17.69º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE5914 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 20 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.00 |
| HSL | 17.69º | 0.99% | 0.54% | - |
| HSV(B) | 17.69º | 0.92% | 1% | - |
| XYZ | 44.57 | 28.27 | 3.77 | - |
| YUV | 130.47 | 65.66 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 20 | 0 | 0.65 | 0.92 | 0.00 | 17.69 | 0.99 | 0.54 |
| Hex | FE | 59 | 14 | 0 | 41 | 5C | 0 | 12 | 63 | 36 |
| Octal | 376 | 131 | 24 | 0 | 101 | 134 | 0 | 22 | 143 | 66 |
| Binary | 11111110 | 1011001 | 10100 | 0 | 1000001 | 1011100 | 0 | 10010 | 1100011 | 110110 |
Color Harmonies of #FE5914
Complementary color
Monochromatic Colors of #FE5914
Black with #FE5914
Text Example
Text Example
White with #FE5914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5914; }
p { color: rgb(254,89,20); }
H1.HeaderClassName
{
color: #FE5914;
}
.AnyTagClassName
{
color: #FE5914;
}
</style>
background-color css
<style>
a { background-color: #FE5914; }
a { background-color: rgb(254,89,20); }
div.DivClassName
{
background-color: #FE5914;
}
.BgClassName
{
background-color: #FE5914;
}
</style>
border-color css
<style>
span { border-color: #FE5914; }
span { border-color: rgb(254,89,20); }
td.TdClassName
{
border-color: #FE5914;
}
.TagClassName
{
border-color: #FE5914;
}
</style>