Shades of Salmon #FD7D76
Tints of Salmon #FD7D76
RGB
CMYK
RGB Variations
Color information
#FD7D76 (or 0xFD7D76) is known color: Salmon. HEX triplet: FD, 7D and 76. RGB value is (253,125,118). Sum of RGB (Red+Green+Blue) = 253+125+118=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD7D76 is #028289. Grayscale: #A2A2A2. Windows color (decimal): -164490 or 7765501. OLE color: 7765501.
HSL color Cylindrical-coordinate representation of color #FD7D76: hue angle of 3.11º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FD7D76 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 118 | - |
| CMYK | 0 | 0.51 | 0.53 | 0.01 |
| HSL | 3.11º | 0.97% | 0.73% | - |
| HSV(B) | 3.11º | 0.53% | 0.99% | - |
| XYZ | 51.11 | 36.86 | 21.56 | - |
| YUV | 162.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 118 | 0 | 0.51 | 0.53 | 0.01 | 3.11 | 0.97 | 0.73 |
| Hex | FD | 7D | 76 | 0 | 33 | 35 | 1 | 3 | 61 | 49 |
| Octal | 375 | 175 | 166 | 0 | 63 | 65 | 1 | 3 | 141 | 111 |
| Binary | 11111101 | 1111101 | 1110110 | 0 | 110011 | 110101 | 1 | 11 | 1100001 | 1001001 |
Color Harmonies of #FD7D76
Complementary color
Monochromatic Colors of #FD7D76
Black with #FD7D76
Text Example
Text Example
White with #FD7D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D76; }
p { color: rgb(253,125,118); }
H1.HeaderClassName
{
color: #FD7D76;
}
.AnyTagClassName
{
color: #FD7D76;
}
</style>
background-color css
<style>
a { background-color: #FD7D76; }
a { background-color: rgb(253,125,118); }
div.DivClassName
{
background-color: #FD7D76;
}
.BgClassName
{
background-color: #FD7D76;
}
</style>
border-color css
<style>
span { border-color: #FD7D76; }
span { border-color: rgb(253,125,118); }
td.TdClassName
{
border-color: #FD7D76;
}
.TagClassName
{
border-color: #FD7D76;
}
</style>