Shades of Dark Salmon #F29E76
Tints of Dark Salmon #F29E76
RGB
CMYK
RGB Variations
Color information
#F29E76 (or 0xF29E76) is known color: Dark Salmon. HEX triplet: F2, 9E and 76. RGB value is (242,158,118). Sum of RGB (Red+Green+Blue) = 242+158+118=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E76 is #0D6189. Grayscale: #B2B2B2. Windows color (decimal): -876938 or 7773938. OLE color: 7773938.
HSL color Cylindrical-coordinate representation of color #F29E76: hue angle of 19.35º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F29E76 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 118 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.05 |
| HSL | 19.35º | 0.83% | 0.71% | - |
| HSV(B) | 19.35º | 0.51% | 0.95% | - |
| XYZ | 52.11 | 44.64 | 23.01 | - |
| YUV | 178.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 118 | 0 | 0.35 | 0.51 | 0.05 | 19.35 | 0.83 | 0.71 |
| Hex | F2 | 9E | 76 | 0 | 23 | 33 | 5 | 13 | 53 | 47 |
| Octal | 362 | 236 | 166 | 0 | 43 | 63 | 5 | 23 | 123 | 107 |
| Binary | 11110010 | 10011110 | 1110110 | 0 | 100011 | 110011 | 101 | 10011 | 1010011 | 1000111 |
Color Harmonies of #F29E76
Complementary color
Monochromatic Colors of #F29E76
Black with #F29E76
Text Example
Text Example
White with #F29E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E76; }
p { color: rgb(242,158,118); }
H1.HeaderClassName
{
color: #F29E76;
}
.AnyTagClassName
{
color: #F29E76;
}
</style>
background-color css
<style>
a { background-color: #F29E76; }
a { background-color: rgb(242,158,118); }
div.DivClassName
{
background-color: #F29E76;
}
.BgClassName
{
background-color: #F29E76;
}
</style>
border-color css
<style>
span { border-color: #F29E76; }
span { border-color: rgb(242,158,118); }
td.TdClassName
{
border-color: #F29E76;
}
.TagClassName
{
border-color: #F29E76;
}
</style>