Shades of Salmon #FD8666
Tints of Salmon #FD8666
RGB
CMYK
RGB Variations
Color information
#FD8666 (or 0xFD8666) is known color: Salmon. HEX triplet: FD, 86 and 66. RGB value is (253,134,102). Sum of RGB (Red+Green+Blue) = 253+134+102=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8666 is #027999. Grayscale: #A6A6A6. Windows color (decimal): -162202 or 6719229. OLE color: 6719229.
HSL color Cylindrical-coordinate representation of color #FD8666: hue angle of 12.72º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD8666 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 102 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.01 |
| HSL | 12.72º | 0.97% | 0.7% | - |
| HSV(B) | 12.72º | 0.6% | 0.99% | - |
| XYZ | 51.43 | 38.89 | 17.37 | - |
| YUV | 165.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 102 | 0 | 0.47 | 0.60 | 0.01 | 12.72 | 0.97 | 0.7 |
| Hex | FD | 86 | 66 | 0 | 2F | 3C | 1 | D | 61 | 46 |
| Octal | 375 | 206 | 146 | 0 | 57 | 74 | 1 | 15 | 141 | 106 |
| Binary | 11111101 | 10000110 | 1100110 | 0 | 101111 | 111100 | 1 | 1101 | 1100001 | 1000110 |
Color Harmonies of #FD8666
Complementary color
Monochromatic Colors of #FD8666
Black with #FD8666
Text Example
Text Example
White with #FD8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8666; }
p { color: rgb(253,134,102); }
H1.HeaderClassName
{
color: #FD8666;
}
.AnyTagClassName
{
color: #FD8666;
}
</style>
background-color css
<style>
a { background-color: #FD8666; }
a { background-color: rgb(253,134,102); }
div.DivClassName
{
background-color: #FD8666;
}
.BgClassName
{
background-color: #FD8666;
}
</style>
border-color css
<style>
span { border-color: #FD8666; }
span { border-color: rgb(253,134,102); }
td.TdClassName
{
border-color: #FD8666;
}
.TagClassName
{
border-color: #FD8666;
}
</style>