Shades of Salmon #F98D6E
Tints of Salmon #F98D6E
RGB
CMYK
RGB Variations
Color information
#F98D6E (or 0xF98D6E) is known color: Salmon. HEX triplet: F9, 8D and 6E. RGB value is (249,141,110). Sum of RGB (Red+Green+Blue) = 249+141+110=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D6E is #067291. Grayscale: #A9A9A9. Windows color (decimal): -422546 or 7245305. OLE color: 7245305.
HSL color Cylindrical-coordinate representation of color #F98D6E: hue angle of 13.38º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F98D6E is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 110 | - |
| CMYK | 0 | 0.43 | 0.56 | 0.02 |
| HSL | 13.38º | 0.92% | 0.7% | - |
| HSV(B) | 13.38º | 0.56% | 0.98% | - |
| XYZ | 51.41 | 40.32 | 19.82 | - |
| YUV | 169.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 110 | 0 | 0.43 | 0.56 | 0.02 | 13.38 | 0.92 | 0.7 |
| Hex | F9 | 8D | 6E | 0 | 2B | 38 | 2 | D | 5C | 46 |
| Octal | 371 | 215 | 156 | 0 | 53 | 70 | 2 | 15 | 134 | 106 |
| Binary | 11111001 | 10001101 | 1101110 | 0 | 101011 | 111000 | 10 | 1101 | 1011100 | 1000110 |
Color Harmonies of #F98D6E
Complementary color
Monochromatic Colors of #F98D6E
Black with #F98D6E
Text Example
Text Example
White with #F98D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D6E; }
p { color: rgb(249,141,110); }
H1.HeaderClassName
{
color: #F98D6E;
}
.AnyTagClassName
{
color: #F98D6E;
}
</style>
background-color css
<style>
a { background-color: #F98D6E; }
a { background-color: rgb(249,141,110); }
div.DivClassName
{
background-color: #F98D6E;
}
.BgClassName
{
background-color: #F98D6E;
}
</style>
border-color css
<style>
span { border-color: #F98D6E; }
span { border-color: rgb(249,141,110); }
td.TdClassName
{
border-color: #F98D6E;
}
.TagClassName
{
border-color: #F98D6E;
}
</style>