Shades of Dark Salmon #F49079
Tints of Dark Salmon #F49079
RGB
CMYK
RGB Variations
Color information
#F49079 (or 0xF49079) is known color: Dark Salmon. HEX triplet: F4, 90 and 79. RGB value is (244,144,121). Sum of RGB (Red+Green+Blue) = 244+144+121=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F49079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49079 is #0B6F86. Grayscale: #ABABAB. Windows color (decimal): -749447 or 7966964. OLE color: 7966964.
HSL color Cylindrical-coordinate representation of color #F49079: hue angle of 11.22º 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 #F49079 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 121 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.04 |
| HSL | 11.22º | 0.85% | 0.72% | - |
| HSV(B) | 11.22º | 0.5% | 0.96% | - |
| XYZ | 50.73 | 40.56 | 23.24 | - |
| YUV | 171.28 | 99.63 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 121 | 0 | 0.41 | 0.50 | 0.04 | 11.22 | 0.85 | 0.72 |
| Hex | F4 | 90 | 79 | 0 | 29 | 32 | 4 | B | 55 | 48 |
| Octal | 364 | 220 | 171 | 0 | 51 | 62 | 4 | 13 | 125 | 110 |
| Binary | 11110100 | 10010000 | 1111001 | 0 | 101001 | 110010 | 100 | 1011 | 1010101 | 1001000 |
Color Harmonies of #F49079
Complementary color
Monochromatic Colors of #F49079
Black with #F49079
Text Example
Text Example
White with #F49079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49079; }
p { color: rgb(244,144,121); }
H1.HeaderClassName
{
color: #F49079;
}
.AnyTagClassName
{
color: #F49079;
}
</style>
background-color css
<style>
a { background-color: #F49079; }
a { background-color: rgb(244,144,121); }
div.DivClassName
{
background-color: #F49079;
}
.BgClassName
{
background-color: #F49079;
}
</style>
border-color css
<style>
span { border-color: #F49079; }
span { border-color: rgb(244,144,121); }
td.TdClassName
{
border-color: #F49079;
}
.TagClassName
{
border-color: #F49079;
}
</style>