Shades of Dark Salmon #F29E7A
Tints of Dark Salmon #F29E7A
RGB
CMYK
RGB Variations
Color information
#F29E7A (or 0xF29E7A) is known color: Dark Salmon. HEX triplet: F2, 9E and 7A. RGB value is (242,158,122). Sum of RGB (Red+Green+Blue) = 242+158+122=522 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.36% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E7A is #0D6185. Grayscale: #B3B3B3. Windows color (decimal): -876934 or 8036082. OLE color: 8036082.
HSL color Cylindrical-coordinate representation of color #F29E7A: hue angle of 18º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F29E7A is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 122 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.05 |
| HSL | 18º | 0.82% | 0.71% | - |
| HSV(B) | 18º | 0.5% | 0.95% | - |
| XYZ | 52.36 | 44.74 | 24.29 | - |
| YUV | 179.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 122 | 0 | 0.35 | 0.50 | 0.05 | 18 | 0.82 | 0.71 |
| Hex | F2 | 9E | 7A | 0 | 23 | 32 | 5 | 12 | 52 | 47 |
| Octal | 362 | 236 | 172 | 0 | 43 | 62 | 5 | 22 | 122 | 107 |
| Binary | 11110010 | 10011110 | 1111010 | 0 | 100011 | 110010 | 101 | 10010 | 1010010 | 1000111 |
Color Harmonies of #F29E7A
Complementary color
Monochromatic Colors of #F29E7A
Black with #F29E7A
Text Example
Text Example
White with #F29E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29E7A; }
p { color: rgb(242,158,122); }
H1.HeaderClassName
{
color: #F29E7A;
}
.AnyTagClassName
{
color: #F29E7A;
}
</style>
background-color css
<style>
a { background-color: #F29E7A; }
a { background-color: rgb(242,158,122); }
div.DivClassName
{
background-color: #F29E7A;
}
.BgClassName
{
background-color: #F29E7A;
}
</style>
border-color css
<style>
span { border-color: #F29E7A; }
span { border-color: rgb(242,158,122); }
td.TdClassName
{
border-color: #F29E7A;
}
.TagClassName
{
border-color: #F29E7A;
}
</style>