Shades of Dark Salmon #F29C7C
Tints of Dark Salmon #F29C7C
RGB
CMYK
RGB Variations
Color information
#F29C7C (or 0xF29C7C) is known color: Dark Salmon. HEX triplet: F2, 9C and 7C. RGB value is (242,156,124). Sum of RGB (Red+Green+Blue) = 242+156+124=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29C7C is #0D6383. Grayscale: #B2B2B2. Windows color (decimal): -877444 or 8166642. OLE color: 8166642.
HSL color Cylindrical-coordinate representation of color #F29C7C: hue angle of 16.27º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F29C7C is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 124 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.05 |
| HSL | 16.27º | 0.82% | 0.72% | - |
| HSV(B) | 16.27º | 0.49% | 0.95% | - |
| XYZ | 52.14 | 44.11 | 24.83 | - |
| YUV | 178.07 | 97.49 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 124 | 0 | 0.36 | 0.49 | 0.05 | 16.27 | 0.82 | 0.72 |
| Hex | F2 | 9C | 7C | 0 | 24 | 31 | 5 | 10 | 52 | 48 |
| Octal | 362 | 234 | 174 | 0 | 44 | 61 | 5 | 20 | 122 | 110 |
| Binary | 11110010 | 10011100 | 1111100 | 0 | 100100 | 110001 | 101 | 10000 | 1010010 | 1001000 |
Color Harmonies of #F29C7C
Complementary color
Monochromatic Colors of #F29C7C
Black with #F29C7C
Text Example
Text Example
White with #F29C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C7C; }
p { color: rgb(242,156,124); }
H1.HeaderClassName
{
color: #F29C7C;
}
.AnyTagClassName
{
color: #F29C7C;
}
</style>
background-color css
<style>
a { background-color: #F29C7C; }
a { background-color: rgb(242,156,124); }
div.DivClassName
{
background-color: #F29C7C;
}
.BgClassName
{
background-color: #F29C7C;
}
</style>
border-color css
<style>
span { border-color: #F29C7C; }
span { border-color: rgb(242,156,124); }
td.TdClassName
{
border-color: #F29C7C;
}
.TagClassName
{
border-color: #F29C7C;
}
</style>