Html Css Color HEX #FE5114 International Orange
📋 copy color: '#FE5114'red 254 ◦ green 81 ◦ blue 20
Shades of International Orange #FE5114
Tints of International Orange #FE5114
RGB
CMYK
RGB Variations
Color information
#FE5114 (or 0xFE5114) is known color: International Orange. HEX triplet: FE, 51 and 14. RGB value is (254,81,20). Sum of RGB (Red+Green+Blue) = 254+81+20=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5114 is #01AEEB. Grayscale: #7E7E7E. Windows color (decimal): -110316 or 1331710. OLE color: 1331710.
HSL color Cylindrical-coordinate representation of color #FE5114: hue angle of 15.64º 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 #FE5114 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 20 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.00 |
| HSL | 15.64º | 0.99% | 0.54% | - |
| HSV(B) | 15.64º | 0.92% | 1% | - |
| XYZ | 43.94 | 27.01 | 3.56 | - |
| YUV | 125.77 | 68.31 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 20 | 0 | 0.68 | 0.92 | 0.00 | 15.64 | 0.99 | 0.54 |
| Hex | FE | 51 | 14 | 0 | 44 | 5C | 0 | 10 | 63 | 36 |
| Octal | 376 | 121 | 24 | 0 | 104 | 134 | 0 | 20 | 143 | 66 |
| Binary | 11111110 | 1010001 | 10100 | 0 | 1000100 | 1011100 | 0 | 10000 | 1100011 | 110110 |
Color Harmonies of #FE5114
Complementary color
Monochromatic Colors of #FE5114
Black with #FE5114
Text Example
Text Example
White with #FE5114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5114; }
p { color: rgb(254,81,20); }
H1.HeaderClassName
{
color: #FE5114;
}
.AnyTagClassName
{
color: #FE5114;
}
</style>
background-color css
<style>
a { background-color: #FE5114; }
a { background-color: rgb(254,81,20); }
div.DivClassName
{
background-color: #FE5114;
}
.BgClassName
{
background-color: #FE5114;
}
</style>
border-color css
<style>
span { border-color: #FE5114; }
span { border-color: rgb(254,81,20); }
td.TdClassName
{
border-color: #FE5114;
}
.TagClassName
{
border-color: #FE5114;
}
</style>