Html Css Color HEX #FE5916 International Orange
📋 copy color: '#FE5916'red 254 ◦ green 89 ◦ blue 22
Shades of International Orange #FE5916
Tints of International Orange #FE5916
RGB
CMYK
RGB Variations
Color information
#FE5916 (or 0xFE5916) is known color: International Orange. HEX triplet: FE, 59 and 16. RGB value is (254,89,22). Sum of RGB (Red+Green+Blue) = 254+89+22=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5916 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5916 is #01A6E9. Grayscale: #838383. Windows color (decimal): -108266 or 1464830. OLE color: 1464830.
HSL color Cylindrical-coordinate representation of color #FE5916: hue angle of 17.33º 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 #FE5916 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 22 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.00 |
| HSL | 17.33º | 0.99% | 0.54% | - |
| HSV(B) | 17.33º | 0.91% | 1% | - |
| XYZ | 44.59 | 28.27 | 3.87 | - |
| YUV | 130.7 | 66.66 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 22 | 0 | 0.65 | 0.91 | 0.00 | 17.33 | 0.99 | 0.54 |
| Hex | FE | 59 | 16 | 0 | 41 | 5B | 0 | 11 | 63 | 36 |
| Octal | 376 | 131 | 26 | 0 | 101 | 133 | 0 | 21 | 143 | 66 |
| Binary | 11111110 | 1011001 | 10110 | 0 | 1000001 | 1011011 | 0 | 10001 | 1100011 | 110110 |
Color Harmonies of #FE5916
Complementary color
Monochromatic Colors of #FE5916
Black with #FE5916
Text Example
Text Example
White with #FE5916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5916; }
p { color: rgb(254,89,22); }
H1.HeaderClassName
{
color: #FE5916;
}
.AnyTagClassName
{
color: #FE5916;
}
</style>
background-color css
<style>
a { background-color: #FE5916; }
a { background-color: rgb(254,89,22); }
div.DivClassName
{
background-color: #FE5916;
}
.BgClassName
{
background-color: #FE5916;
}
</style>
border-color css
<style>
span { border-color: #FE5916; }
span { border-color: rgb(254,89,22); }
td.TdClassName
{
border-color: #FE5916;
}
.TagClassName
{
border-color: #FE5916;
}
</style>