Shades of Dark Salmon #F49574
Tints of Dark Salmon #F49574
RGB
CMYK
RGB Variations
Color information
#F49574 (or 0xF49574) is known color: Dark Salmon. HEX triplet: F4, 95 and 74. RGB value is (244,149,116). Sum of RGB (Red+Green+Blue) = 244+149+116=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F49574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49574 is #0B6A8B. Grayscale: #ADADAD. Windows color (decimal): -748172 or 7640564. OLE color: 7640564.
HSL color Cylindrical-coordinate representation of color #F49574: hue angle of 15.47º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F49574 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 116 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.04 |
| HSL | 15.47º | 0.85% | 0.71% | - |
| HSV(B) | 15.47º | 0.52% | 0.96% | - |
| XYZ | 51.21 | 41.99 | 21.93 | - |
| YUV | 173.64 | 95.47 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 116 | 0 | 0.39 | 0.52 | 0.04 | 15.47 | 0.85 | 0.71 |
| Hex | F4 | 95 | 74 | 0 | 27 | 34 | 4 | F | 55 | 47 |
| Octal | 364 | 225 | 164 | 0 | 47 | 64 | 4 | 17 | 125 | 107 |
| Binary | 11110100 | 10010101 | 1110100 | 0 | 100111 | 110100 | 100 | 1111 | 1010101 | 1000111 |
Color Harmonies of #F49574
Complementary color
Monochromatic Colors of #F49574
Black with #F49574
Text Example
Text Example
White with #F49574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49574; }
p { color: rgb(244,149,116); }
H1.HeaderClassName
{
color: #F49574;
}
.AnyTagClassName
{
color: #F49574;
}
</style>
background-color css
<style>
a { background-color: #F49574; }
a { background-color: rgb(244,149,116); }
div.DivClassName
{
background-color: #F49574;
}
.BgClassName
{
background-color: #F49574;
}
</style>
border-color css
<style>
span { border-color: #F49574; }
span { border-color: rgb(244,149,116); }
td.TdClassName
{
border-color: #F49574;
}
.TagClassName
{
border-color: #F49574;
}
</style>