Shades of Salmon #FD766D
Tints of Salmon #FD766D
RGB
CMYK
RGB Variations
Color information
#FD766D (or 0xFD766D) is known color: Salmon. HEX triplet: FD, 76 and 6D. RGB value is (253,118,109). Sum of RGB (Red+Green+Blue) = 253+118+109=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FD766D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD766D is #028992. Grayscale: #9D9D9D. Windows color (decimal): -166291 or 7173885. OLE color: 7173885.
HSL color Cylindrical-coordinate representation of color #FD766D: hue angle of 3.75º 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 #FD766D is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 109 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.01 |
| HSL | 3.75º | 0.97% | 0.71% | - |
| HSV(B) | 3.75º | 0.57% | 0.99% | - |
| XYZ | 49.75 | 34.94 | 18.59 | - |
| YUV | 157.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 109 | 0 | 0.53 | 0.57 | 0.01 | 3.75 | 0.97 | 0.71 |
| Hex | FD | 76 | 6D | 0 | 35 | 39 | 1 | 4 | 61 | 47 |
| Octal | 375 | 166 | 155 | 0 | 65 | 71 | 1 | 4 | 141 | 107 |
| Binary | 11111101 | 1110110 | 1101101 | 0 | 110101 | 111001 | 1 | 100 | 1100001 | 1000111 |
Color Harmonies of #FD766D
Complementary color
Monochromatic Colors of #FD766D
Black with #FD766D
Text Example
Text Example
White with #FD766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD766D; }
p { color: rgb(253,118,109); }
H1.HeaderClassName
{
color: #FD766D;
}
.AnyTagClassName
{
color: #FD766D;
}
</style>
background-color css
<style>
a { background-color: #FD766D; }
a { background-color: rgb(253,118,109); }
div.DivClassName
{
background-color: #FD766D;
}
.BgClassName
{
background-color: #FD766D;
}
</style>
border-color css
<style>
span { border-color: #FD766D; }
span { border-color: rgb(253,118,109); }
td.TdClassName
{
border-color: #FD766D;
}
.TagClassName
{
border-color: #FD766D;
}
</style>