Shades of Coral #F98156
Tints of Coral #F98156
RGB
CMYK
RGB Variations
Color information
#F98156 (or 0xF98156) is known color: Coral. HEX triplet: F9, 81 and 56. RGB value is (249,129,86). Sum of RGB (Red+Green+Blue) = 249+129+86=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F98156 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98156 is #067EA9. Grayscale: #A0A0A0. Windows color (decimal): -425642 or 5669369. OLE color: 5669369.
HSL color Cylindrical-coordinate representation of color #F98156: hue angle of 15.83º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F98156 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 86 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.02 |
| HSL | 15.83º | 0.93% | 0.66% | - |
| HSV(B) | 15.83º | 0.65% | 0.98% | - |
| XYZ | 48.6 | 36.51 | 13.29 | - |
| YUV | 159.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 86 | 0 | 0.48 | 0.65 | 0.02 | 15.83 | 0.93 | 0.66 |
| Hex | F9 | 81 | 56 | 0 | 30 | 41 | 2 | 10 | 5D | 42 |
| Octal | 371 | 201 | 126 | 0 | 60 | 101 | 2 | 20 | 135 | 102 |
| Binary | 11111001 | 10000001 | 1010110 | 0 | 110000 | 1000001 | 10 | 10000 | 1011101 | 1000010 |
Color Harmonies of #F98156
Complementary color
Monochromatic Colors of #F98156
Black with #F98156
Text Example
Text Example
White with #F98156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98156; }
p { color: rgb(249,129,86); }
H1.HeaderClassName
{
color: #F98156;
}
.AnyTagClassName
{
color: #F98156;
}
</style>
background-color css
<style>
a { background-color: #F98156; }
a { background-color: rgb(249,129,86); }
div.DivClassName
{
background-color: #F98156;
}
.BgClassName
{
background-color: #F98156;
}
</style>
border-color css
<style>
span { border-color: #F98156; }
span { border-color: rgb(249,129,86); }
td.TdClassName
{
border-color: #F98156;
}
.TagClassName
{
border-color: #F98156;
}
</style>