Shades of Dark Salmon #F29A76
Tints of Dark Salmon #F29A76
RGB
CMYK
RGB Variations
Color information
#F29A76 (or 0xF29A76) is known color: Dark Salmon. HEX triplet: F2, 9A and 76. RGB value is (242,154,118). Sum of RGB (Red+Green+Blue) = 242+154+118=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 154 (60.55% from 255 or 29.96% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29A76 is #0D6589. Grayscale: #B0B0B0. Windows color (decimal): -877962 or 7772914. OLE color: 7772914.
HSL color Cylindrical-coordinate representation of color #F29A76: hue angle of 17.42º 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 #F29A76 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 118 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.05 |
| HSL | 17.42º | 0.83% | 0.71% | - |
| HSV(B) | 17.42º | 0.51% | 0.95% | - |
| XYZ | 51.44 | 43.3 | 22.79 | - |
| YUV | 176.21 | 95.15 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 118 | 0 | 0.36 | 0.51 | 0.05 | 17.42 | 0.83 | 0.71 |
| Hex | F2 | 9A | 76 | 0 | 24 | 33 | 5 | 11 | 53 | 47 |
| Octal | 362 | 232 | 166 | 0 | 44 | 63 | 5 | 21 | 123 | 107 |
| Binary | 11110010 | 10011010 | 1110110 | 0 | 100100 | 110011 | 101 | 10001 | 1010011 | 1000111 |
Color Harmonies of #F29A76
Complementary color
Monochromatic Colors of #F29A76
Black with #F29A76
Text Example
Text Example
White with #F29A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29A76; }
p { color: rgb(242,154,118); }
H1.HeaderClassName
{
color: #F29A76;
}
.AnyTagClassName
{
color: #F29A76;
}
</style>
background-color css
<style>
a { background-color: #F29A76; }
a { background-color: rgb(242,154,118); }
div.DivClassName
{
background-color: #F29A76;
}
.BgClassName
{
background-color: #F29A76;
}
</style>
border-color css
<style>
span { border-color: #F29A76; }
span { border-color: rgb(242,154,118); }
td.TdClassName
{
border-color: #F29A76;
}
.TagClassName
{
border-color: #F29A76;
}
</style>