Shades of Coral #F87656
Tints of Coral #F87656
RGB
CMYK
RGB Variations
Color information
#F87656 (or 0xF87656) is known color: Coral. HEX triplet: F8, 76 and 56. RGB value is (248,118,86). Sum of RGB (Red+Green+Blue) = 248+118+86=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F87656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87656 is #0789A9. Grayscale: #999999. Windows color (decimal): -493994 or 5666552. OLE color: 5666552.
HSL color Cylindrical-coordinate representation of color #F87656: hue angle of 11.85º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F87656 is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 86 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.03 |
| HSL | 11.85º | 0.92% | 0.65% | - |
| HSV(B) | 11.85º | 0.65% | 0.97% | - |
| XYZ | 46.87 | 33.59 | 12.82 | - |
| YUV | 153.22 | 90.07 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 86 | 0 | 0.52 | 0.65 | 0.03 | 11.85 | 0.92 | 0.65 |
| Hex | F8 | 76 | 56 | 0 | 34 | 41 | 3 | C | 5C | 41 |
| Octal | 370 | 166 | 126 | 0 | 64 | 101 | 3 | 14 | 134 | 101 |
| Binary | 11111000 | 1110110 | 1010110 | 0 | 110100 | 1000001 | 11 | 1100 | 1011100 | 1000001 |
Color Harmonies of #F87656
Complementary color
Monochromatic Colors of #F87656
Black with #F87656
Text Example
Text Example
White with #F87656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87656; }
p { color: rgb(248,118,86); }
H1.HeaderClassName
{
color: #F87656;
}
.AnyTagClassName
{
color: #F87656;
}
</style>
background-color css
<style>
a { background-color: #F87656; }
a { background-color: rgb(248,118,86); }
div.DivClassName
{
background-color: #F87656;
}
.BgClassName
{
background-color: #F87656;
}
</style>
border-color css
<style>
span { border-color: #F87656; }
span { border-color: rgb(248,118,86); }
td.TdClassName
{
border-color: #F87656;
}
.TagClassName
{
border-color: #F87656;
}
</style>