Shades of Coral #FE8856
Tints of Coral #FE8856
RGB
CMYK
RGB Variations
Color information
#FE8856 (or 0xFE8856) is known color: Coral. HEX triplet: FE, 88 and 56. RGB value is (254,136,86). Sum of RGB (Red+Green+Blue) = 254+136+86=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 86 (33.98% from 255 or 18.07% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8856 is #0177A9. Grayscale: #A5A5A5. Windows color (decimal): -96170 or 5671166. OLE color: 5671166.
HSL color Cylindrical-coordinate representation of color #FE8856: hue angle of 17.86º 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 #FE8856 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 86 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.00 |
| HSL | 17.86º | 0.99% | 0.67% | - |
| HSV(B) | 17.86º | 0.66% | 1% | - |
| XYZ | 51.36 | 39.35 | 13.69 | - |
| YUV | 165.58 | 83.09 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 86 | 0 | 0.46 | 0.66 | 0.00 | 17.86 | 0.99 | 0.67 |
| Hex | FE | 88 | 56 | 0 | 2E | 42 | 0 | 12 | 63 | 43 |
| Octal | 376 | 210 | 126 | 0 | 56 | 102 | 0 | 22 | 143 | 103 |
| Binary | 11111110 | 10001000 | 1010110 | 0 | 101110 | 1000010 | 0 | 10010 | 1100011 | 1000011 |
Color Harmonies of #FE8856
Complementary color
Monochromatic Colors of #FE8856
Black with #FE8856
Text Example
Text Example
White with #FE8856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8856; }
p { color: rgb(254,136,86); }
H1.HeaderClassName
{
color: #FE8856;
}
.AnyTagClassName
{
color: #FE8856;
}
</style>
background-color css
<style>
a { background-color: #FE8856; }
a { background-color: rgb(254,136,86); }
div.DivClassName
{
background-color: #FE8856;
}
.BgClassName
{
background-color: #FE8856;
}
</style>
border-color css
<style>
span { border-color: #FE8856; }
span { border-color: rgb(254,136,86); }
td.TdClassName
{
border-color: #FE8856;
}
.TagClassName
{
border-color: #FE8856;
}
</style>