Shades of Dark Salmon #F49275
Tints of Dark Salmon #F49275
RGB
CMYK
RGB Variations
Color information
#F49275 (or 0xF49275) is known color: Dark Salmon. HEX triplet: F4, 92 and 75. RGB value is (244,146,117). Sum of RGB (Red+Green+Blue) = 244+146+117=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F49275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49275 is #0B6D8A. Grayscale: #ACACAC. Windows color (decimal): -748939 or 7705332. OLE color: 7705332.
HSL color Cylindrical-coordinate representation of color #F49275: hue angle of 13.7º 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 #F49275 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 117 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.04 |
| HSL | 13.7º | 0.85% | 0.71% | - |
| HSV(B) | 13.7º | 0.52% | 0.96% | - |
| XYZ | 50.8 | 41.08 | 22.08 | - |
| YUV | 172 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 117 | 0 | 0.40 | 0.52 | 0.04 | 13.7 | 0.85 | 0.71 |
| Hex | F4 | 92 | 75 | 0 | 28 | 34 | 4 | E | 55 | 47 |
| Octal | 364 | 222 | 165 | 0 | 50 | 64 | 4 | 16 | 125 | 107 |
| Binary | 11110100 | 10010010 | 1110101 | 0 | 101000 | 110100 | 100 | 1110 | 1010101 | 1000111 |
Color Harmonies of #F49275
Complementary color
Monochromatic Colors of #F49275
Black with #F49275
Text Example
Text Example
White with #F49275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49275; }
p { color: rgb(244,146,117); }
H1.HeaderClassName
{
color: #F49275;
}
.AnyTagClassName
{
color: #F49275;
}
</style>
background-color css
<style>
a { background-color: #F49275; }
a { background-color: rgb(244,146,117); }
div.DivClassName
{
background-color: #F49275;
}
.BgClassName
{
background-color: #F49275;
}
</style>
border-color css
<style>
span { border-color: #F49275; }
span { border-color: rgb(244,146,117); }
td.TdClassName
{
border-color: #F49275;
}
.TagClassName
{
border-color: #F49275;
}
</style>