Shades of Dark Salmon #F49277
Tints of Dark Salmon #F49277
RGB
CMYK
RGB Variations
Color information
#F49277 (or 0xF49277) is known color: Dark Salmon. HEX triplet: F4, 92 and 77. RGB value is (244,146,119). Sum of RGB (Red+Green+Blue) = 244+146+119=509 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.94% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 244 - color contains mainly: red. Hex color #F49277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49277 is #0B6D88. Grayscale: #ACACAC. Windows color (decimal): -748937 or 7836404. OLE color: 7836404.
HSL color Cylindrical-coordinate representation of color #F49277: hue angle of 12.96º 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 #F49277 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 119 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.04 |
| HSL | 12.96º | 0.85% | 0.71% | - |
| HSV(B) | 12.96º | 0.51% | 0.96% | - |
| XYZ | 50.92 | 41.12 | 22.71 | - |
| YUV | 172.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 119 | 0 | 0.40 | 0.51 | 0.04 | 12.96 | 0.85 | 0.71 |
| Hex | F4 | 92 | 77 | 0 | 28 | 33 | 4 | D | 55 | 47 |
| Octal | 364 | 222 | 167 | 0 | 50 | 63 | 4 | 15 | 125 | 107 |
| Binary | 11110100 | 10010010 | 1110111 | 0 | 101000 | 110011 | 100 | 1101 | 1010101 | 1000111 |
Color Harmonies of #F49277
Complementary color
Monochromatic Colors of #F49277
Black with #F49277
Text Example
Text Example
White with #F49277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49277; }
p { color: rgb(244,146,119); }
H1.HeaderClassName
{
color: #F49277;
}
.AnyTagClassName
{
color: #F49277;
}
</style>
background-color css
<style>
a { background-color: #F49277; }
a { background-color: rgb(244,146,119); }
div.DivClassName
{
background-color: #F49277;
}
.BgClassName
{
background-color: #F49277;
}
</style>
border-color css
<style>
span { border-color: #F49277; }
span { border-color: rgb(244,146,119); }
td.TdClassName
{
border-color: #F49277;
}
.TagClassName
{
border-color: #F49277;
}
</style>