Shades of Dark Salmon #F29C7F
Tints of Dark Salmon #F29C7F
RGB
CMYK
RGB Variations
Color information
#F29C7F (or 0xF29C7F) is known color: Dark Salmon. HEX triplet: F2, 9C and 7F. RGB value is (242,156,127). Sum of RGB (Red+Green+Blue) = 242+156+127=525 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.10% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29C7F is #0D6380. Grayscale: #B2B2B2. Windows color (decimal): -877441 or 8363250. OLE color: 8363250.
HSL color Cylindrical-coordinate representation of color #F29C7F: hue angle of 15.13º 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 #F29C7F is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 127 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.05 |
| HSL | 15.13º | 0.82% | 0.72% | - |
| HSV(B) | 15.13º | 0.48% | 0.95% | - |
| XYZ | 52.34 | 44.19 | 25.85 | - |
| YUV | 178.41 | 98.99 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 127 | 0 | 0.36 | 0.48 | 0.05 | 15.13 | 0.82 | 0.72 |
| Hex | F2 | 9C | 7F | 0 | 24 | 30 | 5 | F | 52 | 48 |
| Octal | 362 | 234 | 177 | 0 | 44 | 60 | 5 | 17 | 122 | 110 |
| Binary | 11110010 | 10011100 | 1111111 | 0 | 100100 | 110000 | 101 | 1111 | 1010010 | 1001000 |
Color Harmonies of #F29C7F
Complementary color
Monochromatic Colors of #F29C7F
Black with #F29C7F
Text Example
Text Example
White with #F29C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29C7F; }
p { color: rgb(242,156,127); }
H1.HeaderClassName
{
color: #F29C7F;
}
.AnyTagClassName
{
color: #F29C7F;
}
</style>
background-color css
<style>
a { background-color: #F29C7F; }
a { background-color: rgb(242,156,127); }
div.DivClassName
{
background-color: #F29C7F;
}
.BgClassName
{
background-color: #F29C7F;
}
</style>
border-color css
<style>
span { border-color: #F29C7F; }
span { border-color: rgb(242,156,127); }
td.TdClassName
{
border-color: #F29C7F;
}
.TagClassName
{
border-color: #F29C7F;
}
</style>