Shades of Dark Salmon #F29E7C
Tints of Dark Salmon #F29E7C
RGB
CMYK
RGB Variations
Color information
#F29E7C (or 0xF29E7C) is known color: Dark Salmon. HEX triplet: F2, 9E and 7C. RGB value is (242,158,124). Sum of RGB (Red+Green+Blue) = 242+158+124=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E7C is #0D6183. Grayscale: #B3B3B3. Windows color (decimal): -876932 or 8167154. OLE color: 8167154.
HSL color Cylindrical-coordinate representation of color #F29E7C: hue angle of 17.29º 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 #F29E7C is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 124 | - |
| CMYK | 0 | 0.35 | 0.49 | 0.05 |
| HSL | 17.29º | 0.82% | 0.72% | - |
| HSV(B) | 17.29º | 0.49% | 0.95% | - |
| XYZ | 52.48 | 44.79 | 24.95 | - |
| YUV | 179.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 124 | 0 | 0.35 | 0.49 | 0.05 | 17.29 | 0.82 | 0.72 |
| Hex | F2 | 9E | 7C | 0 | 23 | 31 | 5 | 11 | 52 | 48 |
| Octal | 362 | 236 | 174 | 0 | 43 | 61 | 5 | 21 | 122 | 110 |
| Binary | 11110010 | 10011110 | 1111100 | 0 | 100011 | 110001 | 101 | 10001 | 1010010 | 1001000 |
Color Harmonies of #F29E7C
Complementary color
Monochromatic Colors of #F29E7C
Black with #F29E7C
Text Example
Text Example
White with #F29E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E7C; }
p { color: rgb(242,158,124); }
H1.HeaderClassName
{
color: #F29E7C;
}
.AnyTagClassName
{
color: #F29E7C;
}
</style>
background-color css
<style>
a { background-color: #F29E7C; }
a { background-color: rgb(242,158,124); }
div.DivClassName
{
background-color: #F29E7C;
}
.BgClassName
{
background-color: #F29E7C;
}
</style>
border-color css
<style>
span { border-color: #F29E7C; }
span { border-color: rgb(242,158,124); }
td.TdClassName
{
border-color: #F29E7C;
}
.TagClassName
{
border-color: #F29E7C;
}
</style>