Shades of Dark Salmon #F49577
Tints of Dark Salmon #F49577
RGB
CMYK
RGB Variations
Color information
#F49577 (or 0xF49577) is known color: Dark Salmon. HEX triplet: F4, 95 and 77. RGB value is (244,149,119). Sum of RGB (Red+Green+Blue) = 244+149+119=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F49577 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49577 is #0B6A88. Grayscale: #AEAEAE. Windows color (decimal): -748169 or 7837172. OLE color: 7837172.
HSL color Cylindrical-coordinate representation of color #F49577: hue angle of 14.4º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F49577 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 119 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.04 |
| HSL | 14.4º | 0.85% | 0.71% | - |
| HSV(B) | 14.4º | 0.51% | 0.96% | - |
| XYZ | 51.39 | 42.06 | 22.86 | - |
| YUV | 173.99 | 96.97 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 119 | 0 | 0.39 | 0.51 | 0.04 | 14.4 | 0.85 | 0.71 |
| Hex | F4 | 95 | 77 | 0 | 27 | 33 | 4 | E | 55 | 47 |
| Octal | 364 | 225 | 167 | 0 | 47 | 63 | 4 | 16 | 125 | 107 |
| Binary | 11110100 | 10010101 | 1110111 | 0 | 100111 | 110011 | 100 | 1110 | 1010101 | 1000111 |
Color Harmonies of #F49577
Complementary color
Monochromatic Colors of #F49577
Black with #F49577
Text Example
Text Example
White with #F49577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49577; }
p { color: rgb(244,149,119); }
H1.HeaderClassName
{
color: #F49577;
}
.AnyTagClassName
{
color: #F49577;
}
</style>
background-color css
<style>
a { background-color: #F49577; }
a { background-color: rgb(244,149,119); }
div.DivClassName
{
background-color: #F49577;
}
.BgClassName
{
background-color: #F49577;
}
</style>
border-color css
<style>
span { border-color: #F49577; }
span { border-color: rgb(244,149,119); }
td.TdClassName
{
border-color: #F49577;
}
.TagClassName
{
border-color: #F49577;
}
</style>