Shades of Coral #F87A49
Tints of Coral #F87A49
RGB
CMYK
RGB Variations
Color information
#F87A49 (or 0xF87A49) is known color: Coral. HEX triplet: F8, 7A and 49. RGB value is (248,122,73). Sum of RGB (Red+Green+Blue) = 248+122+73=443 (58% of max value = 765). Red value is 248 (97.27% from 255 or 55.98% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 73 (28.91% from 255 or 16.48% from 443); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87A49 is #0785B6. Grayscale: #9A9A9A. Windows color (decimal): -492983 or 4815608. OLE color: 4815608.
HSL color Cylindrical-coordinate representation of color #F87A49: hue angle of 16.8º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F87A49 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 73 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.03 |
| HSL | 16.8º | 0.93% | 0.63% | - |
| HSV(B) | 16.8º | 0.71% | 0.97% | - |
| XYZ | 46.87 | 34.36 | 10.46 | - |
| YUV | 154.09 | 82.24 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 73 | 0 | 0.51 | 0.71 | 0.03 | 16.8 | 0.93 | 0.63 |
| Hex | F8 | 7A | 49 | 0 | 33 | 47 | 3 | 11 | 5D | 3F |
| Octal | 370 | 172 | 111 | 0 | 63 | 107 | 3 | 21 | 135 | 77 |
| Binary | 11111000 | 1111010 | 1001001 | 0 | 110011 | 1000111 | 11 | 10001 | 1011101 | 111111 |
Color Harmonies of #F87A49
Complementary color
Monochromatic Colors of #F87A49
Black with #F87A49
Text Example
Text Example
White with #F87A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A49; }
p { color: rgb(248,122,73); }
H1.HeaderClassName
{
color: #F87A49;
}
.AnyTagClassName
{
color: #F87A49;
}
</style>
background-color css
<style>
a { background-color: #F87A49; }
a { background-color: rgb(248,122,73); }
div.DivClassName
{
background-color: #F87A49;
}
.BgClassName
{
background-color: #F87A49;
}
</style>
border-color css
<style>
span { border-color: #F87A49; }
span { border-color: rgb(248,122,73); }
td.TdClassName
{
border-color: #F87A49;
}
.TagClassName
{
border-color: #F87A49;
}
</style>