Shades of Dark Salmon #F29276
Tints of Dark Salmon #F29276
RGB
CMYK
RGB Variations
Color information
#F29276 (or 0xF29276) is known color: Dark Salmon. HEX triplet: F2, 92 and 76. RGB value is (242,146,118). Sum of RGB (Red+Green+Blue) = 242+146+118=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F29276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29276 is #0D6D89. Grayscale: #ABABAB. Windows color (decimal): -880010 or 7770866. OLE color: 7770866.
HSL color Cylindrical-coordinate representation of color #F29276: hue angle of 13.55º 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 #F29276 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 118 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.05 |
| HSL | 13.55º | 0.83% | 0.71% | - |
| HSV(B) | 13.55º | 0.51% | 0.95% | - |
| XYZ | 50.17 | 40.74 | 22.36 | - |
| YUV | 171.51 | 97.8 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 118 | 0 | 0.40 | 0.51 | 0.05 | 13.55 | 0.83 | 0.71 |
| Hex | F2 | 92 | 76 | 0 | 28 | 33 | 5 | E | 53 | 47 |
| Octal | 362 | 222 | 166 | 0 | 50 | 63 | 5 | 16 | 123 | 107 |
| Binary | 11110010 | 10010010 | 1110110 | 0 | 101000 | 110011 | 101 | 1110 | 1010011 | 1000111 |
Color Harmonies of #F29276
Complementary color
Monochromatic Colors of #F29276
Black with #F29276
Text Example
Text Example
White with #F29276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29276; }
p { color: rgb(242,146,118); }
H1.HeaderClassName
{
color: #F29276;
}
.AnyTagClassName
{
color: #F29276;
}
</style>
background-color css
<style>
a { background-color: #F29276; }
a { background-color: rgb(242,146,118); }
div.DivClassName
{
background-color: #F29276;
}
.BgClassName
{
background-color: #F29276;
}
</style>
border-color css
<style>
span { border-color: #F29276; }
span { border-color: rgb(242,146,118); }
td.TdClassName
{
border-color: #F29276;
}
.TagClassName
{
border-color: #F29276;
}
</style>