Html Css Color HEX #FE5915 International Orange
📋 copy color: '#FE5915'red 254 ◦ green 89 ◦ blue 21
Shades of International Orange #FE5915
Tints of International Orange #FE5915
RGB
CMYK
RGB Variations
Color information
#FE5915 (or 0xFE5915) is known color: International Orange. HEX triplet: FE, 59 and 15. RGB value is (254,89,21). Sum of RGB (Red+Green+Blue) = 254+89+21=364 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.78% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5915 is #01A6EA. Grayscale: #838383. Windows color (decimal): -108267 or 1399294. OLE color: 1399294.
HSL color Cylindrical-coordinate representation of color #FE5915: hue angle of 17.51º 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 #FE5915 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 89 | 21 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.00 |
| HSL | 17.51º | 0.99% | 0.54% | - |
| HSV(B) | 17.51º | 0.92% | 1% | - |
| XYZ | 44.58 | 28.27 | 3.82 | - |
| YUV | 130.58 | 66.16 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 89 | 21 | 0 | 0.65 | 0.92 | 0.00 | 17.51 | 0.99 | 0.54 |
| Hex | FE | 59 | 15 | 0 | 41 | 5C | 0 | 12 | 63 | 36 |
| Octal | 376 | 131 | 25 | 0 | 101 | 134 | 0 | 22 | 143 | 66 |
| Binary | 11111110 | 1011001 | 10101 | 0 | 1000001 | 1011100 | 0 | 10010 | 1100011 | 110110 |
Color Harmonies of #FE5915
Complementary color
Monochromatic Colors of #FE5915
Black with #FE5915
Text Example
Text Example
White with #FE5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5915; }
p { color: rgb(254,89,21); }
H1.HeaderClassName
{
color: #FE5915;
}
.AnyTagClassName
{
color: #FE5915;
}
</style>
background-color css
<style>
a { background-color: #FE5915; }
a { background-color: rgb(254,89,21); }
div.DivClassName
{
background-color: #FE5915;
}
.BgClassName
{
background-color: #FE5915;
}
</style>
border-color css
<style>
span { border-color: #FE5915; }
span { border-color: rgb(254,89,21); }
td.TdClassName
{
border-color: #FE5915;
}
.TagClassName
{
border-color: #FE5915;
}
</style>