Shades of Dark Salmon #F59579
Tints of Dark Salmon #F59579
RGB
CMYK
RGB Variations
Color information
#F59579 (or 0xF59579) is known color: Dark Salmon. HEX triplet: F5, 95 and 79. RGB value is (245,149,121). Sum of RGB (Red+Green+Blue) = 245+149+121=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F59579 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59579 is #0A6A86. Grayscale: #AEAEAE. Windows color (decimal): -682631 or 7968245. OLE color: 7968245.
HSL color Cylindrical-coordinate representation of color #F59579: hue angle of 13.55º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F59579 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 149 | 121 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.04 |
| HSL | 13.55º | 0.86% | 0.72% | - |
| HSV(B) | 13.55º | 0.51% | 0.96% | - |
| XYZ | 51.85 | 42.29 | 23.52 | - |
| YUV | 174.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 149 | 121 | 0 | 0.39 | 0.51 | 0.04 | 13.55 | 0.86 | 0.72 |
| Hex | F5 | 95 | 79 | 0 | 27 | 33 | 4 | E | 56 | 48 |
| Octal | 365 | 225 | 171 | 0 | 47 | 63 | 4 | 16 | 126 | 110 |
| Binary | 11110101 | 10010101 | 1111001 | 0 | 100111 | 110011 | 100 | 1110 | 1010110 | 1001000 |
Color Harmonies of #F59579
Complementary color
Monochromatic Colors of #F59579
Black with #F59579
Text Example
Text Example
White with #F59579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59579; }
p { color: rgb(245,149,121); }
H1.HeaderClassName
{
color: #F59579;
}
.AnyTagClassName
{
color: #F59579;
}
</style>
background-color css
<style>
a { background-color: #F59579; }
a { background-color: rgb(245,149,121); }
div.DivClassName
{
background-color: #F59579;
}
.BgClassName
{
background-color: #F59579;
}
</style>
border-color css
<style>
span { border-color: #F59579; }
span { border-color: rgb(245,149,121); }
td.TdClassName
{
border-color: #F59579;
}
.TagClassName
{
border-color: #F59579;
}
</style>