Shades of Dark Salmon #F0A079
Tints of Dark Salmon #F0A079
RGB
CMYK
RGB Variations
Color information
#F0A079 (or 0xF0A079) is known color: Dark Salmon. HEX triplet: F0, A0 and 79. RGB value is (240,160,121). Sum of RGB (Red+Green+Blue) = 240+160+121=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0A079 is #0F5F86. Grayscale: #B3B3B3. Windows color (decimal): -1007495 or 7971056. OLE color: 7971056.
HSL color Cylindrical-coordinate representation of color #F0A079: hue angle of 19.66º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0A079 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 121 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.06 |
| HSL | 19.66º | 0.8% | 0.71% | - |
| HSV(B) | 19.66º | 0.5% | 0.94% | - |
| XYZ | 51.96 | 45.05 | 24.05 | - |
| YUV | 179.47 | 95 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 121 | 0 | 0.33 | 0.50 | 0.06 | 19.66 | 0.8 | 0.71 |
| Hex | F0 | A0 | 79 | 0 | 21 | 32 | 6 | 14 | 50 | 47 |
| Octal | 360 | 240 | 171 | 0 | 41 | 62 | 6 | 24 | 120 | 107 |
| Binary | 11110000 | 10100000 | 1111001 | 0 | 100001 | 110010 | 110 | 10100 | 1010000 | 1000111 |
Color Harmonies of #F0A079
Complementary color
Monochromatic Colors of #F0A079
Black with #F0A079
Text Example
Text Example
White with #F0A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A079; }
p { color: rgb(240,160,121); }
H1.HeaderClassName
{
color: #F0A079;
}
.AnyTagClassName
{
color: #F0A079;
}
</style>
background-color css
<style>
a { background-color: #F0A079; }
a { background-color: rgb(240,160,121); }
div.DivClassName
{
background-color: #F0A079;
}
.BgClassName
{
background-color: #F0A079;
}
</style>
border-color css
<style>
span { border-color: #F0A079; }
span { border-color: rgb(240,160,121); }
td.TdClassName
{
border-color: #F0A079;
}
.TagClassName
{
border-color: #F0A079;
}
</style>