Shades of Dark Salmon #F49373
Tints of Dark Salmon #F49373
RGB
CMYK
RGB Variations
Color information
#F49373 (or 0xF49373) is known color: Dark Salmon. HEX triplet: F4, 93 and 73. RGB value is (244,147,115). Sum of RGB (Red+Green+Blue) = 244+147+115=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F49373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49373 is #0B6C8C. Grayscale: #ACACAC. Windows color (decimal): -748685 or 7574516. OLE color: 7574516.
HSL color Cylindrical-coordinate representation of color #F49373: hue angle of 14.88º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F49373 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 115 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.04 |
| HSL | 14.88º | 0.85% | 0.7% | - |
| HSV(B) | 14.88º | 0.53% | 0.96% | - |
| XYZ | 50.84 | 41.34 | 21.52 | - |
| YUV | 172.36 | 95.64 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 115 | 0 | 0.40 | 0.53 | 0.04 | 14.88 | 0.85 | 0.7 |
| Hex | F4 | 93 | 73 | 0 | 28 | 35 | 4 | F | 55 | 46 |
| Octal | 364 | 223 | 163 | 0 | 50 | 65 | 4 | 17 | 125 | 106 |
| Binary | 11110100 | 10010011 | 1110011 | 0 | 101000 | 110101 | 100 | 1111 | 1010101 | 1000110 |
Color Harmonies of #F49373
Complementary color
Monochromatic Colors of #F49373
Black with #F49373
Text Example
Text Example
White with #F49373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49373; }
p { color: rgb(244,147,115); }
H1.HeaderClassName
{
color: #F49373;
}
.AnyTagClassName
{
color: #F49373;
}
</style>
background-color css
<style>
a { background-color: #F49373; }
a { background-color: rgb(244,147,115); }
div.DivClassName
{
background-color: #F49373;
}
.BgClassName
{
background-color: #F49373;
}
</style>
border-color css
<style>
span { border-color: #F49373; }
span { border-color: rgb(244,147,115); }
td.TdClassName
{
border-color: #F49373;
}
.TagClassName
{
border-color: #F49373;
}
</style>