Shades of Coral #FE8849
Tints of Coral #FE8849
RGB
CMYK
RGB Variations
Color information
#FE8849 (or 0xFE8849) is known color: Coral. HEX triplet: FE, 88 and 49. RGB value is (254,136,73). Sum of RGB (Red+Green+Blue) = 254+136+73=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 73 (28.91% from 255 or 15.77% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8849 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8849 is #0177B6. Grayscale: #A4A4A4. Windows color (decimal): -96183 or 4819198. OLE color: 4819198.
HSL color Cylindrical-coordinate representation of color #FE8849: hue angle of 20.88º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE8849 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 73 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.00 |
| HSL | 20.88º | 0.99% | 0.64% | - |
| HSV(B) | 20.88º | 0.71% | 1% | - |
| XYZ | 50.88 | 39.16 | 11.18 | - |
| YUV | 164.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 73 | 0 | 0.46 | 0.71 | 0.00 | 20.88 | 0.99 | 0.64 |
| Hex | FE | 88 | 49 | 0 | 2E | 47 | 0 | 15 | 63 | 40 |
| Octal | 376 | 210 | 111 | 0 | 56 | 107 | 0 | 25 | 143 | 100 |
| Binary | 11111110 | 10001000 | 1001001 | 0 | 101110 | 1000111 | 0 | 10101 | 1100011 | 1000000 |
Color Harmonies of #FE8849
Complementary color
Monochromatic Colors of #FE8849
Black with #FE8849
Text Example
Text Example
White with #FE8849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8849; }
p { color: rgb(254,136,73); }
H1.HeaderClassName
{
color: #FE8849;
}
.AnyTagClassName
{
color: #FE8849;
}
</style>
background-color css
<style>
a { background-color: #FE8849; }
a { background-color: rgb(254,136,73); }
div.DivClassName
{
background-color: #FE8849;
}
.BgClassName
{
background-color: #FE8849;
}
</style>
border-color css
<style>
span { border-color: #FE8849; }
span { border-color: rgb(254,136,73); }
td.TdClassName
{
border-color: #FE8849;
}
.TagClassName
{
border-color: #FE8849;
}
</style>