Shades of Coral #F98158
Tints of Coral #F98158
RGB
CMYK
RGB Variations
Color information
#F98158 (or 0xF98158) is known color: Coral. HEX triplet: F9, 81 and 58. RGB value is (249,129,88). Sum of RGB (Red+Green+Blue) = 249+129+88=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F98158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98158 is #067EA7. Grayscale: #A0A0A0. Windows color (decimal): -425640 or 5800441. OLE color: 5800441.
HSL color Cylindrical-coordinate representation of color #F98158: hue angle of 15.28º 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 #F98158 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 88 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.02 |
| HSL | 15.28º | 0.93% | 0.66% | - |
| HSV(B) | 15.28º | 0.65% | 0.98% | - |
| XYZ | 48.68 | 36.54 | 13.72 | - |
| YUV | 160.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 88 | 0 | 0.48 | 0.65 | 0.02 | 15.28 | 0.93 | 0.66 |
| Hex | F9 | 81 | 58 | 0 | 30 | 41 | 2 | F | 5D | 42 |
| Octal | 371 | 201 | 130 | 0 | 60 | 101 | 2 | 17 | 135 | 102 |
| Binary | 11111001 | 10000001 | 1011000 | 0 | 110000 | 1000001 | 10 | 1111 | 1011101 | 1000010 |
Color Harmonies of #F98158
Complementary color
Monochromatic Colors of #F98158
Black with #F98158
Text Example
Text Example
White with #F98158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98158; }
p { color: rgb(249,129,88); }
H1.HeaderClassName
{
color: #F98158;
}
.AnyTagClassName
{
color: #F98158;
}
</style>
background-color css
<style>
a { background-color: #F98158; }
a { background-color: rgb(249,129,88); }
div.DivClassName
{
background-color: #F98158;
}
.BgClassName
{
background-color: #F98158;
}
</style>
border-color css
<style>
span { border-color: #F98158; }
span { border-color: rgb(249,129,88); }
td.TdClassName
{
border-color: #F98158;
}
.TagClassName
{
border-color: #F98158;
}
</style>