Shades of Coral #F98159
Tints of Coral #F98159
RGB
CMYK
RGB Variations
Color information
#F98159 (or 0xF98159) is known color: Coral. HEX triplet: F9, 81 and 59. RGB value is (249,129,89). Sum of RGB (Red+Green+Blue) = 249+129+89=467 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.32% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 249 - color contains mainly: red. Hex color #F98159 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98159 is #067EA6. Grayscale: #A0A0A0. Windows color (decimal): -425639 or 5865977. OLE color: 5865977.
HSL color Cylindrical-coordinate representation of color #F98159: hue angle of 15º 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 #F98159 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 89 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.02 |
| HSL | 15º | 0.93% | 0.66% | - |
| HSV(B) | 15º | 0.64% | 0.98% | - |
| XYZ | 48.72 | 36.56 | 13.94 | - |
| YUV | 160.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 89 | 0 | 0.48 | 0.64 | 0.02 | 15 | 0.93 | 0.66 |
| Hex | F9 | 81 | 59 | 0 | 30 | 40 | 2 | F | 5D | 42 |
| Octal | 371 | 201 | 131 | 0 | 60 | 100 | 2 | 17 | 135 | 102 |
| Binary | 11111001 | 10000001 | 1011001 | 0 | 110000 | 1000000 | 10 | 1111 | 1011101 | 1000010 |
Color Harmonies of #F98159
Complementary color
Monochromatic Colors of #F98159
Black with #F98159
Text Example
Text Example
White with #F98159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98159; }
p { color: rgb(249,129,89); }
H1.HeaderClassName
{
color: #F98159;
}
.AnyTagClassName
{
color: #F98159;
}
</style>
background-color css
<style>
a { background-color: #F98159; }
a { background-color: rgb(249,129,89); }
div.DivClassName
{
background-color: #F98159;
}
.BgClassName
{
background-color: #F98159;
}
</style>
border-color css
<style>
span { border-color: #F98159; }
span { border-color: rgb(249,129,89); }
td.TdClassName
{
border-color: #F98159;
}
.TagClassName
{
border-color: #F98159;
}
</style>