Html Css Color HEX #FE5118 International Orange
📋 copy color: '#FE5118'red 254 ◦ green 81 ◦ blue 24
Shades of International Orange #FE5118
Tints of International Orange #FE5118
RGB
CMYK
RGB Variations
Color information
#FE5118 (or 0xFE5118) is known color: International Orange. HEX triplet: FE, 51 and 18. RGB value is (254,81,24). Sum of RGB (Red+Green+Blue) = 254+81+24=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5118 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5118 is #01AEE7. Grayscale: #7E7E7E. Windows color (decimal): -110312 or 1593854. OLE color: 1593854.
HSL color Cylindrical-coordinate representation of color #FE5118: hue angle of 14.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE5118 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 24 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.00 |
| HSL | 14.87º | 0.99% | 0.55% | - |
| HSV(B) | 14.87º | 0.91% | 1% | - |
| XYZ | 43.98 | 27.02 | 3.76 | - |
| YUV | 126.23 | 70.31 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 24 | 0 | 0.68 | 0.91 | 0.00 | 14.87 | 0.99 | 0.55 |
| Hex | FE | 51 | 18 | 0 | 44 | 5B | 0 | F | 63 | 37 |
| Octal | 376 | 121 | 30 | 0 | 104 | 133 | 0 | 17 | 143 | 67 |
| Binary | 11111110 | 1010001 | 11000 | 0 | 1000100 | 1011011 | 0 | 1111 | 1100011 | 110111 |
Color Harmonies of #FE5118
Complementary color
Monochromatic Colors of #FE5118
Black with #FE5118
Text Example
Text Example
White with #FE5118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5118; }
p { color: rgb(254,81,24); }
H1.HeaderClassName
{
color: #FE5118;
}
.AnyTagClassName
{
color: #FE5118;
}
</style>
background-color css
<style>
a { background-color: #FE5118; }
a { background-color: rgb(254,81,24); }
div.DivClassName
{
background-color: #FE5118;
}
.BgClassName
{
background-color: #FE5118;
}
</style>
border-color css
<style>
span { border-color: #FE5118; }
span { border-color: rgb(254,81,24); }
td.TdClassName
{
border-color: #FE5118;
}
.TagClassName
{
border-color: #FE5118;
}
</style>