Shades of Salmon #F98A76
Tints of Salmon #F98A76
RGB
CMYK
RGB Variations
Color information
#F98A76 (or 0xF98A76) is known color: Salmon. HEX triplet: F9, 8A and 76. RGB value is (249,138,118). Sum of RGB (Red+Green+Blue) = 249+138+118=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98A76 is #067589. Grayscale: #A9A9A9. Windows color (decimal): -423306 or 7768825. OLE color: 7768825.
HSL color Cylindrical-coordinate representation of color #F98A76: hue angle of 9.16º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F98A76 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 118 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.02 |
| HSL | 9.16º | 0.92% | 0.72% | - |
| HSV(B) | 9.16º | 0.53% | 0.98% | - |
| XYZ | 51.43 | 39.62 | 22.08 | - |
| YUV | 168.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 118 | 0 | 0.45 | 0.53 | 0.02 | 9.16 | 0.92 | 0.72 |
| Hex | F9 | 8A | 76 | 0 | 2D | 35 | 2 | 9 | 5C | 48 |
| Octal | 371 | 212 | 166 | 0 | 55 | 65 | 2 | 11 | 134 | 110 |
| Binary | 11111001 | 10001010 | 1110110 | 0 | 101101 | 110101 | 10 | 1001 | 1011100 | 1001000 |
Color Harmonies of #F98A76
Complementary color
Monochromatic Colors of #F98A76
Black with #F98A76
Text Example
Text Example
White with #F98A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A76; }
p { color: rgb(249,138,118); }
H1.HeaderClassName
{
color: #F98A76;
}
.AnyTagClassName
{
color: #F98A76;
}
</style>
background-color css
<style>
a { background-color: #F98A76; }
a { background-color: rgb(249,138,118); }
div.DivClassName
{
background-color: #F98A76;
}
.BgClassName
{
background-color: #F98A76;
}
</style>
border-color css
<style>
span { border-color: #F98A76; }
span { border-color: rgb(249,138,118); }
td.TdClassName
{
border-color: #F98A76;
}
.TagClassName
{
border-color: #F98A76;
}
</style>