Shades of Dark Salmon #F29C7D
Tints of Dark Salmon #F29C7D
RGB
CMYK
RGB Variations
Color information
#F29C7D (or 0xF29C7D) is known color: Dark Salmon. HEX triplet: F2, 9C and 7D. RGB value is (242,156,125). Sum of RGB (Red+Green+Blue) = 242+156+125=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29C7D is #0D6382. Grayscale: #B2B2B2. Windows color (decimal): -877443 or 8232178. OLE color: 8232178.
HSL color Cylindrical-coordinate representation of color #F29C7D: hue angle of 15.9º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F29C7D is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 125 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.05 |
| HSL | 15.9º | 0.82% | 0.72% | - |
| HSV(B) | 15.9º | 0.48% | 0.95% | - |
| XYZ | 52.21 | 44.13 | 25.17 | - |
| YUV | 178.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 125 | 0 | 0.36 | 0.48 | 0.05 | 15.9 | 0.82 | 0.72 |
| Hex | F2 | 9C | 7D | 0 | 24 | 30 | 5 | 10 | 52 | 48 |
| Octal | 362 | 234 | 175 | 0 | 44 | 60 | 5 | 20 | 122 | 110 |
| Binary | 11110010 | 10011100 | 1111101 | 0 | 100100 | 110000 | 101 | 10000 | 1010010 | 1001000 |
Color Harmonies of #F29C7D
Complementary color
Monochromatic Colors of #F29C7D
Black with #F29C7D
Text Example
Text Example
White with #F29C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C7D; }
p { color: rgb(242,156,125); }
H1.HeaderClassName
{
color: #F29C7D;
}
.AnyTagClassName
{
color: #F29C7D;
}
</style>
background-color css
<style>
a { background-color: #F29C7D; }
a { background-color: rgb(242,156,125); }
div.DivClassName
{
background-color: #F29C7D;
}
.BgClassName
{
background-color: #F29C7D;
}
</style>
border-color css
<style>
span { border-color: #F29C7D; }
span { border-color: rgb(242,156,125); }
td.TdClassName
{
border-color: #F29C7D;
}
.TagClassName
{
border-color: #F29C7D;
}
</style>