Shades of Salmon #FD7A6E
Tints of Salmon #FD7A6E
RGB
CMYK
RGB Variations
Color information
#FD7A6E (or 0xFD7A6E) is known color: Salmon. HEX triplet: FD, 7A and 6E. RGB value is (253,122,110). Sum of RGB (Red+Green+Blue) = 253+122+110=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7A6E is #028591. Grayscale: #9F9F9F. Windows color (decimal): -165266 or 7240445. OLE color: 7240445.
HSL color Cylindrical-coordinate representation of color #FD7A6E: hue angle of 5.03º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD7A6E is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 110 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.01 |
| HSL | 5.03º | 0.97% | 0.71% | - |
| HSV(B) | 5.03º | 0.57% | 0.99% | - |
| XYZ | 50.28 | 35.93 | 19.04 | - |
| YUV | 159.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 110 | 0 | 0.52 | 0.57 | 0.01 | 5.03 | 0.97 | 0.71 |
| Hex | FD | 7A | 6E | 0 | 34 | 39 | 1 | 5 | 61 | 47 |
| Octal | 375 | 172 | 156 | 0 | 64 | 71 | 1 | 5 | 141 | 107 |
| Binary | 11111101 | 1111010 | 1101110 | 0 | 110100 | 111001 | 1 | 101 | 1100001 | 1000111 |
Color Harmonies of #FD7A6E
Complementary color
Monochromatic Colors of #FD7A6E
Black with #FD7A6E
Text Example
Text Example
White with #FD7A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A6E; }
p { color: rgb(253,122,110); }
H1.HeaderClassName
{
color: #FD7A6E;
}
.AnyTagClassName
{
color: #FD7A6E;
}
</style>
background-color css
<style>
a { background-color: #FD7A6E; }
a { background-color: rgb(253,122,110); }
div.DivClassName
{
background-color: #FD7A6E;
}
.BgClassName
{
background-color: #FD7A6E;
}
</style>
border-color css
<style>
span { border-color: #FD7A6E; }
span { border-color: rgb(253,122,110); }
td.TdClassName
{
border-color: #FD7A6E;
}
.TagClassName
{
border-color: #FD7A6E;
}
</style>