Shades of Dark Salmon #F49879
Tints of Dark Salmon #F49879
RGB
CMYK
RGB Variations
Color information
#F49879 (or 0xF49879) is known color: Dark Salmon. HEX triplet: F4, 98 and 79. RGB value is (244,152,121). Sum of RGB (Red+Green+Blue) = 244+152+121=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F49879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F49879 is #0B6786. Grayscale: #B0B0B0. Windows color (decimal): -747399 or 7969012. OLE color: 7969012.
HSL color Cylindrical-coordinate representation of color #F49879: hue angle of 15.12º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F49879 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 121 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.04 |
| HSL | 15.12º | 0.85% | 0.72% | - |
| HSV(B) | 15.12º | 0.5% | 0.96% | - |
| XYZ | 51.99 | 43.07 | 23.66 | - |
| YUV | 175.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 121 | 0 | 0.38 | 0.50 | 0.04 | 15.12 | 0.85 | 0.72 |
| Hex | F4 | 98 | 79 | 0 | 26 | 32 | 4 | F | 55 | 48 |
| Octal | 364 | 230 | 171 | 0 | 46 | 62 | 4 | 17 | 125 | 110 |
| Binary | 11110100 | 10011000 | 1111001 | 0 | 100110 | 110010 | 100 | 1111 | 1010101 | 1001000 |
Color Harmonies of #F49879
Complementary color
Monochromatic Colors of #F49879
Black with #F49879
Text Example
Text Example
White with #F49879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49879; }
p { color: rgb(244,152,121); }
H1.HeaderClassName
{
color: #F49879;
}
.AnyTagClassName
{
color: #F49879;
}
</style>
background-color css
<style>
a { background-color: #F49879; }
a { background-color: rgb(244,152,121); }
div.DivClassName
{
background-color: #F49879;
}
.BgClassName
{
background-color: #F49879;
}
</style>
border-color css
<style>
span { border-color: #F49879; }
span { border-color: rgb(244,152,121); }
td.TdClassName
{
border-color: #F49879;
}
.TagClassName
{
border-color: #F49879;
}
</style>