Shades of Dark Salmon #F49675
Tints of Dark Salmon #F49675
RGB
CMYK
RGB Variations
Color information
#F49675 (or 0xF49675) is known color: Dark Salmon. HEX triplet: F4, 96 and 75. RGB value is (244,150,117). Sum of RGB (Red+Green+Blue) = 244+150+117=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F49675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49675 is #0B698A. Grayscale: #AEAEAE. Windows color (decimal): -747915 or 7706356. OLE color: 7706356.
HSL color Cylindrical-coordinate representation of color #F49675: hue angle of 15.59º 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 #F49675 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 117 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.04 |
| HSL | 15.59º | 0.85% | 0.71% | - |
| HSV(B) | 15.59º | 0.52% | 0.96% | - |
| XYZ | 51.43 | 42.33 | 22.29 | - |
| YUV | 174.34 | 95.64 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 117 | 0 | 0.39 | 0.52 | 0.04 | 15.59 | 0.85 | 0.71 |
| Hex | F4 | 96 | 75 | 0 | 27 | 34 | 4 | 10 | 55 | 47 |
| Octal | 364 | 226 | 165 | 0 | 47 | 64 | 4 | 20 | 125 | 107 |
| Binary | 11110100 | 10010110 | 1110101 | 0 | 100111 | 110100 | 100 | 10000 | 1010101 | 1000111 |
Color Harmonies of #F49675
Complementary color
Monochromatic Colors of #F49675
Black with #F49675
Text Example
Text Example
White with #F49675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49675; }
p { color: rgb(244,150,117); }
H1.HeaderClassName
{
color: #F49675;
}
.AnyTagClassName
{
color: #F49675;
}
</style>
background-color css
<style>
a { background-color: #F49675; }
a { background-color: rgb(244,150,117); }
div.DivClassName
{
background-color: #F49675;
}
.BgClassName
{
background-color: #F49675;
}
</style>
border-color css
<style>
span { border-color: #F49675; }
span { border-color: rgb(244,150,117); }
td.TdClassName
{
border-color: #F49675;
}
.TagClassName
{
border-color: #F49675;
}
</style>