Shades of Dark Salmon #F29C74
Tints of Dark Salmon #F29C74
RGB
CMYK
RGB Variations
Color information
#F29C74 (or 0xF29C74) is known color: Dark Salmon. HEX triplet: F2, 9C and 74. RGB value is (242,156,116). Sum of RGB (Red+Green+Blue) = 242+156+116=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29C74 is #0D638B. Grayscale: #B1B1B1. Windows color (decimal): -877452 or 7642354. OLE color: 7642354.
HSL color Cylindrical-coordinate representation of color #F29C74: hue angle of 19.05º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F29C74 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 116 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.05 |
| HSL | 19.05º | 0.83% | 0.7% | - |
| HSV(B) | 19.05º | 0.52% | 0.95% | - |
| XYZ | 51.66 | 43.92 | 22.28 | - |
| YUV | 177.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 116 | 0 | 0.36 | 0.52 | 0.05 | 19.05 | 0.83 | 0.7 |
| Hex | F2 | 9C | 74 | 0 | 24 | 34 | 5 | 13 | 53 | 46 |
| Octal | 362 | 234 | 164 | 0 | 44 | 64 | 5 | 23 | 123 | 106 |
| Binary | 11110010 | 10011100 | 1110100 | 0 | 100100 | 110100 | 101 | 10011 | 1010011 | 1000110 |
Color Harmonies of #F29C74
Complementary color
Monochromatic Colors of #F29C74
Black with #F29C74
Text Example
Text Example
White with #F29C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C74; }
p { color: rgb(242,156,116); }
H1.HeaderClassName
{
color: #F29C74;
}
.AnyTagClassName
{
color: #F29C74;
}
</style>
background-color css
<style>
a { background-color: #F29C74; }
a { background-color: rgb(242,156,116); }
div.DivClassName
{
background-color: #F29C74;
}
.BgClassName
{
background-color: #F29C74;
}
</style>
border-color css
<style>
span { border-color: #F29C74; }
span { border-color: rgb(242,156,116); }
td.TdClassName
{
border-color: #F29C74;
}
.TagClassName
{
border-color: #F29C74;
}
</style>