Shades of Coral #FE8060
Tints of Coral #FE8060
RGB
CMYK
RGB Variations
Color information
#FE8060 (or 0xFE8060) is known color: Coral. HEX triplet: FE, 80 and 60. RGB value is (254,128,96). Sum of RGB (Red+Green+Blue) = 254+128+96=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8060 is #017F9F. Grayscale: #A2A2A2. Windows color (decimal): -98208 or 6324478. OLE color: 6324478.
HSL color Cylindrical-coordinate representation of color #FE8060: hue angle of 12.15º 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 #FE8060 is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 96 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.00 |
| HSL | 12.15º | 0.99% | 0.69% | - |
| HSV(B) | 12.15º | 0.62% | 1% | - |
| XYZ | 50.7 | 37.35 | 15.6 | - |
| YUV | 162.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 96 | 0 | 0.50 | 0.62 | 0.00 | 12.15 | 0.99 | 0.69 |
| Hex | FE | 80 | 60 | 0 | 32 | 3E | 0 | C | 63 | 45 |
| Octal | 376 | 200 | 140 | 0 | 62 | 76 | 0 | 14 | 143 | 105 |
| Binary | 11111110 | 10000000 | 1100000 | 0 | 110010 | 111110 | 0 | 1100 | 1100011 | 1000101 |
Color Harmonies of #FE8060
Complementary color
Monochromatic Colors of #FE8060
Black with #FE8060
Text Example
Text Example
White with #FE8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8060; }
p { color: rgb(254,128,96); }
H1.HeaderClassName
{
color: #FE8060;
}
.AnyTagClassName
{
color: #FE8060;
}
</style>
background-color css
<style>
a { background-color: #FE8060; }
a { background-color: rgb(254,128,96); }
div.DivClassName
{
background-color: #FE8060;
}
.BgClassName
{
background-color: #FE8060;
}
</style>
border-color css
<style>
span { border-color: #FE8060; }
span { border-color: rgb(254,128,96); }
td.TdClassName
{
border-color: #FE8060;
}
.TagClassName
{
border-color: #FE8060;
}
</style>