Shades of Salmon #FD766E
Tints of Salmon #FD766E
RGB
CMYK
RGB Variations
Color information
#FD766E (or 0xFD766E) is known color: Salmon. HEX triplet: FD, 76 and 6E. RGB value is (253,118,110). Sum of RGB (Red+Green+Blue) = 253+118+110=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD766E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD766E is #028991. Grayscale: #9D9D9D. Windows color (decimal): -166290 or 7239421. OLE color: 7239421.
HSL color Cylindrical-coordinate representation of color #FD766E: hue angle of 3.36º 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 #FD766E is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 110 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.01 |
| HSL | 3.36º | 0.97% | 0.71% | - |
| HSV(B) | 3.36º | 0.57% | 0.99% | - |
| XYZ | 49.8 | 34.97 | 18.88 | - |
| YUV | 157.45 | 101.23 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 110 | 0 | 0.53 | 0.57 | 0.01 | 3.36 | 0.97 | 0.71 |
| Hex | FD | 76 | 6E | 0 | 35 | 39 | 1 | 3 | 61 | 47 |
| Octal | 375 | 166 | 156 | 0 | 65 | 71 | 1 | 3 | 141 | 107 |
| Binary | 11111101 | 1110110 | 1101110 | 0 | 110101 | 111001 | 1 | 11 | 1100001 | 1000111 |
Color Harmonies of #FD766E
Complementary color
Monochromatic Colors of #FD766E
Black with #FD766E
Text Example
Text Example
White with #FD766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD766E; }
p { color: rgb(253,118,110); }
H1.HeaderClassName
{
color: #FD766E;
}
.AnyTagClassName
{
color: #FD766E;
}
</style>
background-color css
<style>
a { background-color: #FD766E; }
a { background-color: rgb(253,118,110); }
div.DivClassName
{
background-color: #FD766E;
}
.BgClassName
{
background-color: #FD766E;
}
</style>
border-color css
<style>
span { border-color: #FD766E; }
span { border-color: rgb(253,118,110); }
td.TdClassName
{
border-color: #FD766E;
}
.TagClassName
{
border-color: #FD766E;
}
</style>