Html Css Color HEX #FE5A16 International Orange
📋 copy color: '#FE5A16'red 254 ◦ green 90 ◦ blue 22
Shades of International Orange #FE5A16
Tints of International Orange #FE5A16
RGB
CMYK
RGB Variations
Color information
#FE5A16 (or 0xFE5A16) is known color: International Orange. HEX triplet: FE, 5A and 16. RGB value is (254,90,22). Sum of RGB (Red+Green+Blue) = 254+90+22=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5A16 is #01A5E9. Grayscale: #838383. Windows color (decimal): -108010 or 1465086. OLE color: 1465086.
HSL color Cylindrical-coordinate representation of color #FE5A16: hue angle of 17.59º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE5A16 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.00 |
| HSL | 17.59º | 0.99% | 0.54% | - |
| HSV(B) | 17.59º | 0.91% | 1% | - |
| XYZ | 44.67 | 28.44 | 3.89 | - |
| YUV | 131.28 | 66.33 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 22 | 0 | 0.65 | 0.91 | 0.00 | 17.59 | 0.99 | 0.54 |
| Hex | FE | 5A | 16 | 0 | 41 | 5B | 0 | 12 | 63 | 36 |
| Octal | 376 | 132 | 26 | 0 | 101 | 133 | 0 | 22 | 143 | 66 |
| Binary | 11111110 | 1011010 | 10110 | 0 | 1000001 | 1011011 | 0 | 10010 | 1100011 | 110110 |
Color Harmonies of #FE5A16
Complementary color
Monochromatic Colors of #FE5A16
Black with #FE5A16
Text Example
Text Example
White with #FE5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5A16; }
p { color: rgb(254,90,22); }
H1.HeaderClassName
{
color: #FE5A16;
}
.AnyTagClassName
{
color: #FE5A16;
}
</style>
background-color css
<style>
a { background-color: #FE5A16; }
a { background-color: rgb(254,90,22); }
div.DivClassName
{
background-color: #FE5A16;
}
.BgClassName
{
background-color: #FE5A16;
}
</style>
border-color css
<style>
span { border-color: #FE5A16; }
span { border-color: rgb(254,90,22); }
td.TdClassName
{
border-color: #FE5A16;
}
.TagClassName
{
border-color: #FE5A16;
}
</style>