Shades of Dark Salmon #F49273
Tints of Dark Salmon #F49273
RGB
CMYK
RGB Variations
Color information
#F49273 (or 0xF49273) is known color: Dark Salmon. HEX triplet: F4, 92 and 73. RGB value is (244,146,115). Sum of RGB (Red+Green+Blue) = 244+146+115=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 115 (45.31% from 255 or 22.77% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F49273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49273 is #0B6D8C. Grayscale: #ABABAB. Windows color (decimal): -748941 or 7574260. OLE color: 7574260.
HSL color Cylindrical-coordinate representation of color #F49273: hue angle of 14.42º 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 #F49273 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 115 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.04 |
| HSL | 14.42º | 0.85% | 0.7% | - |
| HSV(B) | 14.42º | 0.53% | 0.96% | - |
| XYZ | 50.68 | 41.03 | 21.47 | - |
| YUV | 171.77 | 95.97 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 115 | 0 | 0.40 | 0.53 | 0.04 | 14.42 | 0.85 | 0.7 |
| Hex | F4 | 92 | 73 | 0 | 28 | 35 | 4 | E | 55 | 46 |
| Octal | 364 | 222 | 163 | 0 | 50 | 65 | 4 | 16 | 125 | 106 |
| Binary | 11110100 | 10010010 | 1110011 | 0 | 101000 | 110101 | 100 | 1110 | 1010101 | 1000110 |
Color Harmonies of #F49273
Complementary color
Monochromatic Colors of #F49273
Black with #F49273
Text Example
Text Example
White with #F49273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49273; }
p { color: rgb(244,146,115); }
H1.HeaderClassName
{
color: #F49273;
}
.AnyTagClassName
{
color: #F49273;
}
</style>
background-color css
<style>
a { background-color: #F49273; }
a { background-color: rgb(244,146,115); }
div.DivClassName
{
background-color: #F49273;
}
.BgClassName
{
background-color: #F49273;
}
</style>
border-color css
<style>
span { border-color: #F49273; }
span { border-color: rgb(244,146,115); }
td.TdClassName
{
border-color: #F49273;
}
.TagClassName
{
border-color: #F49273;
}
</style>