Shades of Coral #FE8459
Tints of Coral #FE8459
RGB
CMYK
RGB Variations
Color information
#FE8459 (or 0xFE8459) is known color: Coral. HEX triplet: FE, 84 and 59. RGB value is (254,132,89). Sum of RGB (Red+Green+Blue) = 254+132+89=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8459 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8459 is #017BA6. Grayscale: #A3A3A3. Windows color (decimal): -97191 or 5866750. OLE color: 5866750.
HSL color Cylindrical-coordinate representation of color #FE8459: hue angle of 15.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE8459 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 89 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.00 |
| HSL | 15.64º | 0.99% | 0.67% | - |
| HSV(B) | 15.64º | 0.65% | 1% | - |
| XYZ | 50.93 | 38.29 | 14.16 | - |
| YUV | 163.58 | 85.92 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 89 | 0 | 0.48 | 0.65 | 0.00 | 15.64 | 0.99 | 0.67 |
| Hex | FE | 84 | 59 | 0 | 30 | 41 | 0 | 10 | 63 | 43 |
| Octal | 376 | 204 | 131 | 0 | 60 | 101 | 0 | 20 | 143 | 103 |
| Binary | 11111110 | 10000100 | 1011001 | 0 | 110000 | 1000001 | 0 | 10000 | 1100011 | 1000011 |
Color Harmonies of #FE8459
Complementary color
Monochromatic Colors of #FE8459
Black with #FE8459
Text Example
Text Example
White with #FE8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8459; }
p { color: rgb(254,132,89); }
H1.HeaderClassName
{
color: #FE8459;
}
.AnyTagClassName
{
color: #FE8459;
}
</style>
background-color css
<style>
a { background-color: #FE8459; }
a { background-color: rgb(254,132,89); }
div.DivClassName
{
background-color: #FE8459;
}
.BgClassName
{
background-color: #FE8459;
}
</style>
border-color css
<style>
span { border-color: #FE8459; }
span { border-color: rgb(254,132,89); }
td.TdClassName
{
border-color: #FE8459;
}
.TagClassName
{
border-color: #FE8459;
}
</style>