Shades of Dark Salmon #F49179
Tints of Dark Salmon #F49179
RGB
CMYK
RGB Variations
Color information
#F49179 (or 0xF49179) is known color: Dark Salmon. HEX triplet: F4, 91 and 79. RGB value is (244,145,121). Sum of RGB (Red+Green+Blue) = 244+145+121=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 145 (57.03% from 255 or 28.43% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F49179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49179 is #0B6E86. Grayscale: #ACACAC. Windows color (decimal): -749191 or 7967220. OLE color: 7967220.
HSL color Cylindrical-coordinate representation of color #F49179: hue angle of 11.71º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F49179 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 121 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.04 |
| HSL | 11.71º | 0.85% | 0.72% | - |
| HSV(B) | 11.71º | 0.5% | 0.96% | - |
| XYZ | 50.88 | 40.86 | 23.29 | - |
| YUV | 171.87 | 99.3 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 121 | 0 | 0.41 | 0.50 | 0.04 | 11.71 | 0.85 | 0.72 |
| Hex | F4 | 91 | 79 | 0 | 29 | 32 | 4 | C | 55 | 48 |
| Octal | 364 | 221 | 171 | 0 | 51 | 62 | 4 | 14 | 125 | 110 |
| Binary | 11110100 | 10010001 | 1111001 | 0 | 101001 | 110010 | 100 | 1100 | 1010101 | 1001000 |
Color Harmonies of #F49179
Complementary color
Monochromatic Colors of #F49179
Black with #F49179
Text Example
Text Example
White with #F49179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49179; }
p { color: rgb(244,145,121); }
H1.HeaderClassName
{
color: #F49179;
}
.AnyTagClassName
{
color: #F49179;
}
</style>
background-color css
<style>
a { background-color: #F49179; }
a { background-color: rgb(244,145,121); }
div.DivClassName
{
background-color: #F49179;
}
.BgClassName
{
background-color: #F49179;
}
</style>
border-color css
<style>
span { border-color: #F49179; }
span { border-color: rgb(244,145,121); }
td.TdClassName
{
border-color: #F49179;
}
.TagClassName
{
border-color: #F49179;
}
</style>