Shades of Coral #F77850
Tints of Coral #F77850
RGB
CMYK
RGB Variations
Color information
#F77850 (or 0xF77850) is known color: Coral. HEX triplet: F7, 78 and 50. RGB value is (247,120,80). Sum of RGB (Red+Green+Blue) = 247+120+80=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F77850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77850 is #0887AF. Grayscale: #999999. Windows color (decimal): -559024 or 5273847. OLE color: 5273847.
HSL color Cylindrical-coordinate representation of color #F77850: hue angle of 14.37º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F77850 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 120 | 80 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.03 |
| HSL | 14.37º | 0.91% | 0.64% | - |
| HSV(B) | 14.37º | 0.68% | 0.97% | - |
| XYZ | 46.52 | 33.79 | 11.66 | - |
| YUV | 153.41 | 86.58 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 120 | 80 | 0 | 0.51 | 0.68 | 0.03 | 14.37 | 0.91 | 0.64 |
| Hex | F7 | 78 | 50 | 0 | 33 | 44 | 3 | E | 5B | 40 |
| Octal | 367 | 170 | 120 | 0 | 63 | 104 | 3 | 16 | 133 | 100 |
| Binary | 11110111 | 1111000 | 1010000 | 0 | 110011 | 1000100 | 11 | 1110 | 1011011 | 1000000 |
Color Harmonies of #F77850
Complementary color
Monochromatic Colors of #F77850
Black with #F77850
Text Example
Text Example
White with #F77850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77850; }
p { color: rgb(247,120,80); }
H1.HeaderClassName
{
color: #F77850;
}
.AnyTagClassName
{
color: #F77850;
}
</style>
background-color css
<style>
a { background-color: #F77850; }
a { background-color: rgb(247,120,80); }
div.DivClassName
{
background-color: #F77850;
}
.BgClassName
{
background-color: #F77850;
}
</style>
border-color css
<style>
span { border-color: #F77850; }
span { border-color: rgb(247,120,80); }
td.TdClassName
{
border-color: #F77850;
}
.TagClassName
{
border-color: #F77850;
}
</style>