Shades of Coral #FE8057
Tints of Coral #FE8057
RGB
CMYK
RGB Variations
Color information
#FE8057 (or 0xFE8057) is known color: Coral. HEX triplet: FE, 80 and 57. RGB value is (254,128,87). Sum of RGB (Red+Green+Blue) = 254+128+87=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 87 (34.38% from 255 or 18.55% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8057 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8057 is #017FA8. Grayscale: #A1A1A1. Windows color (decimal): -98217 or 5734654. OLE color: 5734654.
HSL color Cylindrical-coordinate representation of color #FE8057: hue angle of 14.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FE8057 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 87 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.00 |
| HSL | 14.73º | 0.99% | 0.67% | - |
| HSV(B) | 14.73º | 0.66% | 1% | - |
| XYZ | 50.31 | 37.2 | 13.54 | - |
| YUV | 161 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 87 | 0 | 0.50 | 0.66 | 0.00 | 14.73 | 0.99 | 0.67 |
| Hex | FE | 80 | 57 | 0 | 32 | 42 | 0 | F | 63 | 43 |
| Octal | 376 | 200 | 127 | 0 | 62 | 102 | 0 | 17 | 143 | 103 |
| Binary | 11111110 | 10000000 | 1010111 | 0 | 110010 | 1000010 | 0 | 1111 | 1100011 | 1000011 |
Color Harmonies of #FE8057
Complementary color
Monochromatic Colors of #FE8057
Black with #FE8057
Text Example
Text Example
White with #FE8057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8057; }
p { color: rgb(254,128,87); }
H1.HeaderClassName
{
color: #FE8057;
}
.AnyTagClassName
{
color: #FE8057;
}
</style>
background-color css
<style>
a { background-color: #FE8057; }
a { background-color: rgb(254,128,87); }
div.DivClassName
{
background-color: #FE8057;
}
.BgClassName
{
background-color: #FE8057;
}
</style>
border-color css
<style>
span { border-color: #FE8057; }
span { border-color: rgb(254,128,87); }
td.TdClassName
{
border-color: #FE8057;
}
.TagClassName
{
border-color: #FE8057;
}
</style>