Html Css Color HEX #FE5113 International Orange
📋 copy color: '#FE5113'red 254 ◦ green 81 ◦ blue 19
Shades of International Orange #FE5113
Tints of International Orange #FE5113
RGB
CMYK
RGB Variations
Color information
#FE5113 (or 0xFE5113) is known color: International Orange. HEX triplet: FE, 51 and 13. RGB value is (254,81,19). Sum of RGB (Red+Green+Blue) = 254+81+19=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5113 is #01AEEC. Grayscale: #7E7E7E. Windows color (decimal): -110317 or 1266174. OLE color: 1266174.
HSL color Cylindrical-coordinate representation of color #FE5113: hue angle of 15.83º 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 #FE5113 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 19 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.00 |
| HSL | 15.83º | 0.99% | 0.54% | - |
| HSV(B) | 15.83º | 0.93% | 1% | - |
| XYZ | 43.93 | 27 | 3.51 | - |
| YUV | 125.66 | 67.81 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 19 | 0 | 0.68 | 0.93 | 0.00 | 15.83 | 0.99 | 0.54 |
| Hex | FE | 51 | 13 | 0 | 44 | 5D | 0 | 10 | 63 | 36 |
| Octal | 376 | 121 | 23 | 0 | 104 | 135 | 0 | 20 | 143 | 66 |
| Binary | 11111110 | 1010001 | 10011 | 0 | 1000100 | 1011101 | 0 | 10000 | 1100011 | 110110 |
Color Harmonies of #FE5113
Complementary color
Monochromatic Colors of #FE5113
Black with #FE5113
Text Example
Text Example
White with #FE5113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5113; }
p { color: rgb(254,81,19); }
H1.HeaderClassName
{
color: #FE5113;
}
.AnyTagClassName
{
color: #FE5113;
}
</style>
background-color css
<style>
a { background-color: #FE5113; }
a { background-color: rgb(254,81,19); }
div.DivClassName
{
background-color: #FE5113;
}
.BgClassName
{
background-color: #FE5113;
}
</style>
border-color css
<style>
span { border-color: #FE5113; }
span { border-color: rgb(254,81,19); }
td.TdClassName
{
border-color: #FE5113;
}
.TagClassName
{
border-color: #FE5113;
}
</style>