Shades of Salmon #FD766C
Tints of Salmon #FD766C
RGB
CMYK
RGB Variations
Color information
#FD766C (or 0xFD766C) is known color: Salmon. HEX triplet: FD, 76 and 6C. RGB value is (253,118,108). Sum of RGB (Red+Green+Blue) = 253+118+108=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 118 (46.48% from 255 or 24.63% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD766C is #028993. Grayscale: #9D9D9D. Windows color (decimal): -166292 or 7108349. OLE color: 7108349.
HSL color Cylindrical-coordinate representation of color #FD766C: hue angle of 4.14º 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 #FD766C is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 108 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.01 |
| HSL | 4.14º | 0.97% | 0.71% | - |
| HSV(B) | 4.14º | 0.57% | 0.99% | - |
| XYZ | 49.69 | 34.92 | 18.31 | - |
| YUV | 157.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 108 | 0 | 0.53 | 0.57 | 0.01 | 4.14 | 0.97 | 0.71 |
| Hex | FD | 76 | 6C | 0 | 35 | 39 | 1 | 4 | 61 | 47 |
| Octal | 375 | 166 | 154 | 0 | 65 | 71 | 1 | 4 | 141 | 107 |
| Binary | 11111101 | 1110110 | 1101100 | 0 | 110101 | 111001 | 1 | 100 | 1100001 | 1000111 |
Color Harmonies of #FD766C
Complementary color
Monochromatic Colors of #FD766C
Black with #FD766C
Text Example
Text Example
White with #FD766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD766C; }
p { color: rgb(253,118,108); }
H1.HeaderClassName
{
color: #FD766C;
}
.AnyTagClassName
{
color: #FD766C;
}
</style>
background-color css
<style>
a { background-color: #FD766C; }
a { background-color: rgb(253,118,108); }
div.DivClassName
{
background-color: #FD766C;
}
.BgClassName
{
background-color: #FD766C;
}
</style>
border-color css
<style>
span { border-color: #FD766C; }
span { border-color: rgb(253,118,108); }
td.TdClassName
{
border-color: #FD766C;
}
.TagClassName
{
border-color: #FD766C;
}
</style>