Shades of Dark Salmon #F29677
Tints of Dark Salmon #F29677
RGB
CMYK
RGB Variations
Color information
#F29677 (or 0xF29677) is known color: Dark Salmon. HEX triplet: F2, 96 and 77. RGB value is (242,150,119). Sum of RGB (Red+Green+Blue) = 242+150+119=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F29677 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29677 is #0D6988. Grayscale: #AEAEAE. Windows color (decimal): -878985 or 7837426. OLE color: 7837426.
HSL color Cylindrical-coordinate representation of color #F29677: hue angle of 15.12º 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 #F29677 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 119 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.05 |
| HSL | 15.12º | 0.83% | 0.71% | - |
| HSV(B) | 15.12º | 0.51% | 0.95% | - |
| XYZ | 50.85 | 42.02 | 22.88 | - |
| YUV | 173.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 119 | 0 | 0.38 | 0.51 | 0.05 | 15.12 | 0.83 | 0.71 |
| Hex | F2 | 96 | 77 | 0 | 26 | 33 | 5 | F | 53 | 47 |
| Octal | 362 | 226 | 167 | 0 | 46 | 63 | 5 | 17 | 123 | 107 |
| Binary | 11110010 | 10010110 | 1110111 | 0 | 100110 | 110011 | 101 | 1111 | 1010011 | 1000111 |
Color Harmonies of #F29677
Complementary color
Monochromatic Colors of #F29677
Black with #F29677
Text Example
Text Example
White with #F29677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29677; }
p { color: rgb(242,150,119); }
H1.HeaderClassName
{
color: #F29677;
}
.AnyTagClassName
{
color: #F29677;
}
</style>
background-color css
<style>
a { background-color: #F29677; }
a { background-color: rgb(242,150,119); }
div.DivClassName
{
background-color: #F29677;
}
.BgClassName
{
background-color: #F29677;
}
</style>
border-color css
<style>
span { border-color: #F29677; }
span { border-color: rgb(242,150,119); }
td.TdClassName
{
border-color: #F29677;
}
.TagClassName
{
border-color: #F29677;
}
</style>