Shades of Dark Salmon #F49471
Tints of Dark Salmon #F49471
RGB
CMYK
RGB Variations
Color information
#F49471 (or 0xF49471) is known color: Dark Salmon. HEX triplet: F4, 94 and 71. RGB value is (244,148,113). Sum of RGB (Red+Green+Blue) = 244+148+113=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F49471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49471 is #0B6B8E. Grayscale: #ACACAC. Windows color (decimal): -748431 or 7443700. OLE color: 7443700.
HSL color Cylindrical-coordinate representation of color #F49471: hue angle of 16.03º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F49471 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 113 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.04 |
| HSL | 16.03º | 0.86% | 0.7% | - |
| HSV(B) | 16.03º | 0.54% | 0.96% | - |
| XYZ | 50.88 | 41.61 | 20.97 | - |
| YUV | 172.71 | 94.3 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 113 | 0 | 0.39 | 0.54 | 0.04 | 16.03 | 0.86 | 0.7 |
| Hex | F4 | 94 | 71 | 0 | 27 | 36 | 4 | 10 | 56 | 46 |
| Octal | 364 | 224 | 161 | 0 | 47 | 66 | 4 | 20 | 126 | 106 |
| Binary | 11110100 | 10010100 | 1110001 | 0 | 100111 | 110110 | 100 | 10000 | 1010110 | 1000110 |
Color Harmonies of #F49471
Complementary color
Monochromatic Colors of #F49471
Black with #F49471
Text Example
Text Example
White with #F49471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49471; }
p { color: rgb(244,148,113); }
H1.HeaderClassName
{
color: #F49471;
}
.AnyTagClassName
{
color: #F49471;
}
</style>
background-color css
<style>
a { background-color: #F49471; }
a { background-color: rgb(244,148,113); }
div.DivClassName
{
background-color: #F49471;
}
.BgClassName
{
background-color: #F49471;
}
</style>
border-color css
<style>
span { border-color: #F49471; }
span { border-color: rgb(244,148,113); }
td.TdClassName
{
border-color: #F49471;
}
.TagClassName
{
border-color: #F49471;
}
</style>