Html Css Color HEX #FE5119 International Orange
📋 copy color: '#FE5119'red 254 ◦ green 81 ◦ blue 25
Shades of International Orange #FE5119
Tints of International Orange #FE5119
RGB
CMYK
RGB Variations
Color information
#FE5119 (or 0xFE5119) is known color: International Orange. HEX triplet: FE, 51 and 19. RGB value is (254,81,25). Sum of RGB (Red+Green+Blue) = 254+81+25=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5119 is #01AEE6. Grayscale: #7E7E7E. Windows color (decimal): -110311 or 1659390. OLE color: 1659390.
HSL color Cylindrical-coordinate representation of color #FE5119: hue angle of 14.67º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE5119 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 81 | 25 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.00 |
| HSL | 14.67º | 0.99% | 0.55% | - |
| HSV(B) | 14.67º | 0.9% | 1% | - |
| XYZ | 43.99 | 27.03 | 3.82 | - |
| YUV | 126.34 | 70.81 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 81 | 25 | 0 | 0.68 | 0.90 | 0.00 | 14.67 | 0.99 | 0.55 |
| Hex | FE | 51 | 19 | 0 | 44 | 5A | 0 | F | 63 | 37 |
| Octal | 376 | 121 | 31 | 0 | 104 | 132 | 0 | 17 | 143 | 67 |
| Binary | 11111110 | 1010001 | 11001 | 0 | 1000100 | 1011010 | 0 | 1111 | 1100011 | 110111 |
Color Harmonies of #FE5119
Complementary color
Monochromatic Colors of #FE5119
Black with #FE5119
Text Example
Text Example
White with #FE5119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5119; }
p { color: rgb(254,81,25); }
H1.HeaderClassName
{
color: #FE5119;
}
.AnyTagClassName
{
color: #FE5119;
}
</style>
background-color css
<style>
a { background-color: #FE5119; }
a { background-color: rgb(254,81,25); }
div.DivClassName
{
background-color: #FE5119;
}
.BgClassName
{
background-color: #FE5119;
}
</style>
border-color css
<style>
span { border-color: #FE5119; }
span { border-color: rgb(254,81,25); }
td.TdClassName
{
border-color: #FE5119;
}
.TagClassName
{
border-color: #FE5119;
}
</style>