Shades of Dark Salmon #F08D76
Tints of Dark Salmon #F08D76
RGB
CMYK
RGB Variations
Color information
#F08D76 (or 0xF08D76) is known color: Dark Salmon. HEX triplet: F0, 8D and 76. RGB value is (240,141,118). Sum of RGB (Red+Green+Blue) = 240+141+118=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D76 is #0F7289. Grayscale: #A8A8A8. Windows color (decimal): -1012362 or 7769584. OLE color: 7769584.
HSL color Cylindrical-coordinate representation of color #F08D76: hue angle of 11.31º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F08D76 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 118 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.06 |
| HSL | 11.31º | 0.8% | 0.7% | - |
| HSV(B) | 11.31º | 0.51% | 0.94% | - |
| XYZ | 48.73 | 38.88 | 22.08 | - |
| YUV | 167.98 | 99.8 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 118 | 0 | 0.41 | 0.51 | 0.06 | 11.31 | 0.8 | 0.7 |
| Hex | F0 | 8D | 76 | 0 | 29 | 33 | 6 | B | 50 | 46 |
| Octal | 360 | 215 | 166 | 0 | 51 | 63 | 6 | 13 | 120 | 106 |
| Binary | 11110000 | 10001101 | 1110110 | 0 | 101001 | 110011 | 110 | 1011 | 1010000 | 1000110 |
Color Harmonies of #F08D76
Complementary color
Monochromatic Colors of #F08D76
Black with #F08D76
Text Example
Text Example
White with #F08D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D76; }
p { color: rgb(240,141,118); }
H1.HeaderClassName
{
color: #F08D76;
}
.AnyTagClassName
{
color: #F08D76;
}
</style>
background-color css
<style>
a { background-color: #F08D76; }
a { background-color: rgb(240,141,118); }
div.DivClassName
{
background-color: #F08D76;
}
.BgClassName
{
background-color: #F08D76;
}
</style>
border-color css
<style>
span { border-color: #F08D76; }
span { border-color: rgb(240,141,118); }
td.TdClassName
{
border-color: #F08D76;
}
.TagClassName
{
border-color: #F08D76;
}
</style>