Shades of Coral #FE8160
Tints of Coral #FE8160
RGB
CMYK
RGB Variations
Color information
#FE8160 (or 0xFE8160) is known color: Coral. HEX triplet: FE, 81 and 60. RGB value is (254,129,96). Sum of RGB (Red+Green+Blue) = 254+129+96=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 96 (37.89% from 255 or 20.04% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8160 is #017E9F. Grayscale: #A2A2A2. Windows color (decimal): -97952 or 6324734. OLE color: 6324734.
HSL color Cylindrical-coordinate representation of color #FE8160: hue angle of 12.53º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE8160 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 96 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.00 |
| HSL | 12.53º | 0.99% | 0.69% | - |
| HSV(B) | 12.53º | 0.62% | 1% | - |
| XYZ | 50.83 | 37.62 | 15.65 | - |
| YUV | 162.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 96 | 0 | 0.49 | 0.62 | 0.00 | 12.53 | 0.99 | 0.69 |
| Hex | FE | 81 | 60 | 0 | 31 | 3E | 0 | D | 63 | 45 |
| Octal | 376 | 201 | 140 | 0 | 61 | 76 | 0 | 15 | 143 | 105 |
| Binary | 11111110 | 10000001 | 1100000 | 0 | 110001 | 111110 | 0 | 1101 | 1100011 | 1000101 |
Color Harmonies of #FE8160
Complementary color
Monochromatic Colors of #FE8160
Black with #FE8160
Text Example
Text Example
White with #FE8160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8160; }
p { color: rgb(254,129,96); }
H1.HeaderClassName
{
color: #FE8160;
}
.AnyTagClassName
{
color: #FE8160;
}
</style>
background-color css
<style>
a { background-color: #FE8160; }
a { background-color: rgb(254,129,96); }
div.DivClassName
{
background-color: #FE8160;
}
.BgClassName
{
background-color: #FE8160;
}
</style>
border-color css
<style>
span { border-color: #FE8160; }
span { border-color: rgb(254,129,96); }
td.TdClassName
{
border-color: #FE8160;
}
.TagClassName
{
border-color: #FE8160;
}
</style>