Shades of Coral #F77A50
Tints of Coral #F77A50
RGB
CMYK
RGB Variations
Color information
#F77A50 (or 0xF77A50) is known color: Coral. HEX triplet: F7, 7A and 50. RGB value is (247,122,80). Sum of RGB (Red+Green+Blue) = 247+122+80=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A50 is #0885AF. Grayscale: #9A9A9A. Windows color (decimal): -558512 or 5274359. OLE color: 5274359.
HSL color Cylindrical-coordinate representation of color #F77A50: hue angle of 15.09º 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 #F77A50 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 80 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.03 |
| HSL | 15.09º | 0.91% | 0.64% | - |
| HSV(B) | 15.09º | 0.68% | 0.97% | - |
| XYZ | 46.77 | 34.27 | 11.74 | - |
| YUV | 154.59 | 85.91 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 80 | 0 | 0.51 | 0.68 | 0.03 | 15.09 | 0.91 | 0.64 |
| Hex | F7 | 7A | 50 | 0 | 33 | 44 | 3 | F | 5B | 40 |
| Octal | 367 | 172 | 120 | 0 | 63 | 104 | 3 | 17 | 133 | 100 |
| Binary | 11110111 | 1111010 | 1010000 | 0 | 110011 | 1000100 | 11 | 1111 | 1011011 | 1000000 |
Color Harmonies of #F77A50
Complementary color
Monochromatic Colors of #F77A50
Black with #F77A50
Text Example
Text Example
White with #F77A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A50; }
p { color: rgb(247,122,80); }
H1.HeaderClassName
{
color: #F77A50;
}
.AnyTagClassName
{
color: #F77A50;
}
</style>
background-color css
<style>
a { background-color: #F77A50; }
a { background-color: rgb(247,122,80); }
div.DivClassName
{
background-color: #F77A50;
}
.BgClassName
{
background-color: #F77A50;
}
</style>
border-color css
<style>
span { border-color: #F77A50; }
span { border-color: rgb(247,122,80); }
td.TdClassName
{
border-color: #F77A50;
}
.TagClassName
{
border-color: #F77A50;
}
</style>