Shades of Coral #F98059
Tints of Coral #F98059
RGB
CMYK
RGB Variations
Color information
#F98059 (or 0xF98059) is known color: Coral. HEX triplet: F9, 80 and 59. RGB value is (249,128,89). Sum of RGB (Red+Green+Blue) = 249+128+89=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F98059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98059 is #067FA6. Grayscale: #A0A0A0. Windows color (decimal): -425895 or 5865721. OLE color: 5865721.
HSL color Cylindrical-coordinate representation of color #F98059: hue angle of 14.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F98059 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 128 | 89 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.02 |
| HSL | 14.63º | 0.93% | 0.66% | - |
| HSV(B) | 14.63º | 0.64% | 0.98% | - |
| XYZ | 48.59 | 36.3 | 13.9 | - |
| YUV | 159.73 | 88.09 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 128 | 89 | 0 | 0.49 | 0.64 | 0.02 | 14.63 | 0.93 | 0.66 |
| Hex | F9 | 80 | 59 | 0 | 31 | 40 | 2 | F | 5D | 42 |
| Octal | 371 | 200 | 131 | 0 | 61 | 100 | 2 | 17 | 135 | 102 |
| Binary | 11111001 | 10000000 | 1011001 | 0 | 110001 | 1000000 | 10 | 1111 | 1011101 | 1000010 |
Color Harmonies of #F98059
Complementary color
Monochromatic Colors of #F98059
Black with #F98059
Text Example
Text Example
White with #F98059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98059; }
p { color: rgb(249,128,89); }
H1.HeaderClassName
{
color: #F98059;
}
.AnyTagClassName
{
color: #F98059;
}
</style>
background-color css
<style>
a { background-color: #F98059; }
a { background-color: rgb(249,128,89); }
div.DivClassName
{
background-color: #F98059;
}
.BgClassName
{
background-color: #F98059;
}
</style>
border-color css
<style>
span { border-color: #F98059; }
span { border-color: rgb(249,128,89); }
td.TdClassName
{
border-color: #F98059;
}
.TagClassName
{
border-color: #F98059;
}
</style>