Shades of Salmon #FD866D
Tints of Salmon #FD866D
RGB
CMYK
RGB Variations
Color information
#FD866D (or 0xFD866D) is known color: Salmon. HEX triplet: FD, 86 and 6D. RGB value is (253,134,109). Sum of RGB (Red+Green+Blue) = 253+134+109=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FD866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD866D is #027992. Grayscale: #A6A6A6. Windows color (decimal): -162195 or 7177981. OLE color: 7177981.
HSL color Cylindrical-coordinate representation of color #FD866D: hue angle of 10.42º 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 #FD866D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 134 | 109 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.01 |
| HSL | 10.42º | 0.97% | 0.71% | - |
| HSV(B) | 10.42º | 0.57% | 0.99% | - |
| XYZ | 51.79 | 39.04 | 19.27 | - |
| YUV | 166.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 134 | 109 | 0 | 0.47 | 0.57 | 0.01 | 10.42 | 0.97 | 0.71 |
| Hex | FD | 86 | 6D | 0 | 2F | 39 | 1 | A | 61 | 47 |
| Octal | 375 | 206 | 155 | 0 | 57 | 71 | 1 | 12 | 141 | 107 |
| Binary | 11111101 | 10000110 | 1101101 | 0 | 101111 | 111001 | 1 | 1010 | 1100001 | 1000111 |
Color Harmonies of #FD866D
Complementary color
Monochromatic Colors of #FD866D
Black with #FD866D
Text Example
Text Example
White with #FD866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD866D; }
p { color: rgb(253,134,109); }
H1.HeaderClassName
{
color: #FD866D;
}
.AnyTagClassName
{
color: #FD866D;
}
</style>
background-color css
<style>
a { background-color: #FD866D; }
a { background-color: rgb(253,134,109); }
div.DivClassName
{
background-color: #FD866D;
}
.BgClassName
{
background-color: #FD866D;
}
</style>
border-color css
<style>
span { border-color: #FD866D; }
span { border-color: rgb(253,134,109); }
td.TdClassName
{
border-color: #FD866D;
}
.TagClassName
{
border-color: #FD866D;
}
</style>