Shades of Coral #FE8056
Tints of Coral #FE8056
RGB
CMYK
RGB Variations
Color information
#FE8056 (or 0xFE8056) is known color: Coral. HEX triplet: FE, 80 and 56. RGB value is (254,128,86). Sum of RGB (Red+Green+Blue) = 254+128+86=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8056 is #017FA9. Grayscale: #A1A1A1. Windows color (decimal): -98218 or 5669118. OLE color: 5669118.
HSL color Cylindrical-coordinate representation of color #FE8056: hue angle of 15º 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 #FE8056 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 86 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.00 |
| HSL | 15º | 0.99% | 0.67% | - |
| HSV(B) | 15º | 0.66% | 1% | - |
| XYZ | 50.27 | 37.18 | 13.33 | - |
| YUV | 160.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 86 | 0 | 0.50 | 0.66 | 0.00 | 15 | 0.99 | 0.67 |
| Hex | FE | 80 | 56 | 0 | 32 | 42 | 0 | F | 63 | 43 |
| Octal | 376 | 200 | 126 | 0 | 62 | 102 | 0 | 17 | 143 | 103 |
| Binary | 11111110 | 10000000 | 1010110 | 0 | 110010 | 1000010 | 0 | 1111 | 1100011 | 1000011 |
Color Harmonies of #FE8056
Complementary color
Monochromatic Colors of #FE8056
Black with #FE8056
Text Example
Text Example
White with #FE8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8056; }
p { color: rgb(254,128,86); }
H1.HeaderClassName
{
color: #FE8056;
}
.AnyTagClassName
{
color: #FE8056;
}
</style>
background-color css
<style>
a { background-color: #FE8056; }
a { background-color: rgb(254,128,86); }
div.DivClassName
{
background-color: #FE8056;
}
.BgClassName
{
background-color: #FE8056;
}
</style>
border-color css
<style>
span { border-color: #FE8056; }
span { border-color: rgb(254,128,86); }
td.TdClassName
{
border-color: #FE8056;
}
.TagClassName
{
border-color: #FE8056;
}
</style>