Shades of Salmon #FD766F
Tints of Salmon #FD766F
RGB
CMYK
RGB Variations
Color information
#FD766F (or 0xFD766F) is known color: Salmon. HEX triplet: FD, 76 and 6F. RGB value is (253,118,111). Sum of RGB (Red+Green+Blue) = 253+118+111=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FD766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD766F is #028990. Grayscale: #9D9D9D. Windows color (decimal): -166289 or 7304957. OLE color: 7304957.
HSL color Cylindrical-coordinate representation of color #FD766F: hue angle of 2.96º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD766F is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 111 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.01 |
| HSL | 2.96º | 0.97% | 0.71% | - |
| HSV(B) | 2.96º | 0.56% | 0.99% | - |
| XYZ | 49.86 | 34.99 | 19.16 | - |
| YUV | 157.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 111 | 0 | 0.53 | 0.56 | 0.01 | 2.96 | 0.97 | 0.71 |
| Hex | FD | 76 | 6F | 0 | 35 | 38 | 1 | 3 | 61 | 47 |
| Octal | 375 | 166 | 157 | 0 | 65 | 70 | 1 | 3 | 141 | 107 |
| Binary | 11111101 | 1110110 | 1101111 | 0 | 110101 | 111000 | 1 | 11 | 1100001 | 1000111 |
Color Harmonies of #FD766F
Complementary color
Monochromatic Colors of #FD766F
Black with #FD766F
Text Example
Text Example
White with #FD766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD766F; }
p { color: rgb(253,118,111); }
H1.HeaderClassName
{
color: #FD766F;
}
.AnyTagClassName
{
color: #FD766F;
}
</style>
background-color css
<style>
a { background-color: #FD766F; }
a { background-color: rgb(253,118,111); }
div.DivClassName
{
background-color: #FD766F;
}
.BgClassName
{
background-color: #FD766F;
}
</style>
border-color css
<style>
span { border-color: #FD766F; }
span { border-color: rgb(253,118,111); }
td.TdClassName
{
border-color: #FD766F;
}
.TagClassName
{
border-color: #FD766F;
}
</style>