Shades of Coral #FE8447
Tints of Coral #FE8447
RGB
CMYK
RGB Variations
Color information
#FE8447 (or 0xFE8447) is known color: Coral. HEX triplet: FE, 84 and 47. RGB value is (254,132,71). Sum of RGB (Red+Green+Blue) = 254+132+71=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 71 (28.12% from 255 or 15.54% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8447 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8447 is #017BB8. Grayscale: #A1A1A1. Windows color (decimal): -97209 or 4687102. OLE color: 4687102.
HSL color Cylindrical-coordinate representation of color #FE8447: hue angle of 20º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE8447 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 71 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.00 |
| HSL | 20º | 0.99% | 0.64% | - |
| HSV(B) | 20º | 0.72% | 1% | - |
| XYZ | 50.26 | 38.03 | 10.65 | - |
| YUV | 161.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 71 | 0 | 0.48 | 0.72 | 0.00 | 20 | 0.99 | 0.64 |
| Hex | FE | 84 | 47 | 0 | 30 | 48 | 0 | 14 | 63 | 40 |
| Octal | 376 | 204 | 107 | 0 | 60 | 110 | 0 | 24 | 143 | 100 |
| Binary | 11111110 | 10000100 | 1000111 | 0 | 110000 | 1001000 | 0 | 10100 | 1100011 | 1000000 |
Color Harmonies of #FE8447
Complementary color
Monochromatic Colors of #FE8447
Black with #FE8447
Text Example
Text Example
White with #FE8447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8447; }
p { color: rgb(254,132,71); }
H1.HeaderClassName
{
color: #FE8447;
}
.AnyTagClassName
{
color: #FE8447;
}
</style>
background-color css
<style>
a { background-color: #FE8447; }
a { background-color: rgb(254,132,71); }
div.DivClassName
{
background-color: #FE8447;
}
.BgClassName
{
background-color: #FE8447;
}
</style>
border-color css
<style>
span { border-color: #FE8447; }
span { border-color: rgb(254,132,71); }
td.TdClassName
{
border-color: #FE8447;
}
.TagClassName
{
border-color: #FE8447;
}
</style>