Shades of Salmon #F98D77
Tints of Salmon #F98D77
RGB
CMYK
RGB Variations
Color information
#F98D77 (or 0xF98D77) is known color: Salmon. HEX triplet: F9, 8D and 77. RGB value is (249,141,119). Sum of RGB (Red+Green+Blue) = 249+141+119=509 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.92% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F98D77 is #067288. Grayscale: #AAAAAA. Windows color (decimal): -422537 or 7835129. OLE color: 7835129.
HSL color Cylindrical-coordinate representation of color #F98D77: hue angle of 10.15º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F98D77 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 119 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.02 |
| HSL | 10.15º | 0.92% | 0.72% | - |
| HSV(B) | 10.15º | 0.52% | 0.98% | - |
| XYZ | 51.92 | 40.52 | 22.54 | - |
| YUV | 170.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 119 | 0 | 0.43 | 0.52 | 0.02 | 10.15 | 0.92 | 0.72 |
| Hex | F9 | 8D | 77 | 0 | 2B | 34 | 2 | A | 5C | 48 |
| Octal | 371 | 215 | 167 | 0 | 53 | 64 | 2 | 12 | 134 | 110 |
| Binary | 11111001 | 10001101 | 1110111 | 0 | 101011 | 110100 | 10 | 1010 | 1011100 | 1001000 |
Color Harmonies of #F98D77
Complementary color
Monochromatic Colors of #F98D77
Black with #F98D77
Text Example
Text Example
White with #F98D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D77; }
p { color: rgb(249,141,119); }
H1.HeaderClassName
{
color: #F98D77;
}
.AnyTagClassName
{
color: #F98D77;
}
</style>
background-color css
<style>
a { background-color: #F98D77; }
a { background-color: rgb(249,141,119); }
div.DivClassName
{
background-color: #F98D77;
}
.BgClassName
{
background-color: #F98D77;
}
</style>
border-color css
<style>
span { border-color: #F98D77; }
span { border-color: rgb(249,141,119); }
td.TdClassName
{
border-color: #F98D77;
}
.TagClassName
{
border-color: #F98D77;
}
</style>