Shades of Dark Salmon #F29C76
Tints of Dark Salmon #F29C76
RGB
CMYK
RGB Variations
Color information
#F29C76 (or 0xF29C76) is known color: Dark Salmon. HEX triplet: F2, 9C and 76. RGB value is (242,156,118). Sum of RGB (Red+Green+Blue) = 242+156+118=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29C76 is #0D6389. Grayscale: #B1B1B1. Windows color (decimal): -877450 or 7773426. OLE color: 7773426.
HSL color Cylindrical-coordinate representation of color #F29C76: hue angle of 18.39º 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 #F29C76 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 118 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.05 |
| HSL | 18.39º | 0.83% | 0.71% | - |
| HSV(B) | 18.39º | 0.51% | 0.95% | - |
| XYZ | 51.78 | 43.96 | 22.9 | - |
| YUV | 177.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 118 | 0 | 0.36 | 0.51 | 0.05 | 18.39 | 0.83 | 0.71 |
| Hex | F2 | 9C | 76 | 0 | 24 | 33 | 5 | 12 | 53 | 47 |
| Octal | 362 | 234 | 166 | 0 | 44 | 63 | 5 | 22 | 123 | 107 |
| Binary | 11110010 | 10011100 | 1110110 | 0 | 100100 | 110011 | 101 | 10010 | 1010011 | 1000111 |
Color Harmonies of #F29C76
Complementary color
Monochromatic Colors of #F29C76
Black with #F29C76
Text Example
Text Example
White with #F29C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C76; }
p { color: rgb(242,156,118); }
H1.HeaderClassName
{
color: #F29C76;
}
.AnyTagClassName
{
color: #F29C76;
}
</style>
background-color css
<style>
a { background-color: #F29C76; }
a { background-color: rgb(242,156,118); }
div.DivClassName
{
background-color: #F29C76;
}
.BgClassName
{
background-color: #F29C76;
}
</style>
border-color css
<style>
span { border-color: #F29C76; }
span { border-color: rgb(242,156,118); }
td.TdClassName
{
border-color: #F29C76;
}
.TagClassName
{
border-color: #F29C76;
}
</style>