Shades of Coral #F77B56
Tints of Coral #F77B56
RGB
CMYK
RGB Variations
Color information
#F77B56 (or 0xF77B56) is known color: Coral. HEX triplet: F7, 7B and 56. RGB value is (247,123,86). Sum of RGB (Red+Green+Blue) = 247+123+86=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B56 is #0884A9. Grayscale: #9C9C9C. Windows color (decimal): -558250 or 5667831. OLE color: 5667831.
HSL color Cylindrical-coordinate representation of color #F77B56: hue angle of 13.79º degrees, saturation: 0.91, 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 #F77B56 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 86 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.03 |
| HSL | 13.79º | 0.91% | 0.65% | - |
| HSV(B) | 13.79º | 0.65% | 0.97% | - |
| XYZ | 47.12 | 34.61 | 13 | - |
| YUV | 155.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 86 | 0 | 0.50 | 0.65 | 0.03 | 13.79 | 0.91 | 0.65 |
| Hex | F7 | 7B | 56 | 0 | 32 | 41 | 3 | E | 5B | 41 |
| Octal | 367 | 173 | 126 | 0 | 62 | 101 | 3 | 16 | 133 | 101 |
| Binary | 11110111 | 1111011 | 1010110 | 0 | 110010 | 1000001 | 11 | 1110 | 1011011 | 1000001 |
Color Harmonies of #F77B56
Complementary color
Monochromatic Colors of #F77B56
Black with #F77B56
Text Example
Text Example
White with #F77B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B56; }
p { color: rgb(247,123,86); }
H1.HeaderClassName
{
color: #F77B56;
}
.AnyTagClassName
{
color: #F77B56;
}
</style>
background-color css
<style>
a { background-color: #F77B56; }
a { background-color: rgb(247,123,86); }
div.DivClassName
{
background-color: #F77B56;
}
.BgClassName
{
background-color: #F77B56;
}
</style>
border-color css
<style>
span { border-color: #F77B56; }
span { border-color: rgb(247,123,86); }
td.TdClassName
{
border-color: #F77B56;
}
.TagClassName
{
border-color: #F77B56;
}
</style>