Shades of Dark Salmon #F49978
Tints of Dark Salmon #F49978
RGB
CMYK
RGB Variations
Color information
#F49978 (or 0xF49978) is known color: Dark Salmon. HEX triplet: F4, 99 and 78. RGB value is (244,153,120). Sum of RGB (Red+Green+Blue) = 244+153+120=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 120 (47.27% from 255 or 23.21% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F49978 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49978 is #0B6687. Grayscale: #B0B0B0. Windows color (decimal): -747144 or 7903732. OLE color: 7903732.
HSL color Cylindrical-coordinate representation of color #F49978: hue angle of 15.97º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F49978 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 120 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.04 |
| HSL | 15.97º | 0.85% | 0.71% | - |
| HSV(B) | 15.97º | 0.51% | 0.96% | - |
| XYZ | 52.09 | 43.37 | 23.4 | - |
| YUV | 176.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 120 | 0 | 0.37 | 0.51 | 0.04 | 15.97 | 0.85 | 0.71 |
| Hex | F4 | 99 | 78 | 0 | 25 | 33 | 4 | 10 | 55 | 47 |
| Octal | 364 | 231 | 170 | 0 | 45 | 63 | 4 | 20 | 125 | 107 |
| Binary | 11110100 | 10011001 | 1111000 | 0 | 100101 | 110011 | 100 | 10000 | 1010101 | 1000111 |
Color Harmonies of #F49978
Complementary color
Monochromatic Colors of #F49978
Black with #F49978
Text Example
Text Example
White with #F49978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49978; }
p { color: rgb(244,153,120); }
H1.HeaderClassName
{
color: #F49978;
}
.AnyTagClassName
{
color: #F49978;
}
</style>
background-color css
<style>
a { background-color: #F49978; }
a { background-color: rgb(244,153,120); }
div.DivClassName
{
background-color: #F49978;
}
.BgClassName
{
background-color: #F49978;
}
</style>
border-color css
<style>
span { border-color: #F49978; }
span { border-color: rgb(244,153,120); }
td.TdClassName
{
border-color: #F49978;
}
.TagClassName
{
border-color: #F49978;
}
</style>