Shades of Salmon #FD8566
Tints of Salmon #FD8566
RGB
CMYK
RGB Variations
Color information
#FD8566 (or 0xFD8566) is known color: Salmon. HEX triplet: FD, 85 and 66. RGB value is (253,133,102). Sum of RGB (Red+Green+Blue) = 253+133+102=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 133 (52.34% from 255 or 27.25% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8566 is #027A99. Grayscale: #A5A5A5. Windows color (decimal): -162458 or 6718973. OLE color: 6718973.
HSL color Cylindrical-coordinate representation of color #FD8566: hue angle of 12.32º 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 #FD8566 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 133 | 102 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.01 |
| HSL | 12.32º | 0.97% | 0.7% | - |
| HSV(B) | 12.32º | 0.6% | 0.99% | - |
| XYZ | 51.29 | 38.62 | 17.32 | - |
| YUV | 165.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 133 | 102 | 0 | 0.47 | 0.60 | 0.01 | 12.32 | 0.97 | 0.7 |
| Hex | FD | 85 | 66 | 0 | 2F | 3C | 1 | C | 61 | 46 |
| Octal | 375 | 205 | 146 | 0 | 57 | 74 | 1 | 14 | 141 | 106 |
| Binary | 11111101 | 10000101 | 1100110 | 0 | 101111 | 111100 | 1 | 1100 | 1100001 | 1000110 |
Color Harmonies of #FD8566
Complementary color
Monochromatic Colors of #FD8566
Black with #FD8566
Text Example
Text Example
White with #FD8566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8566; }
p { color: rgb(253,133,102); }
H1.HeaderClassName
{
color: #FD8566;
}
.AnyTagClassName
{
color: #FD8566;
}
</style>
background-color css
<style>
a { background-color: #FD8566; }
a { background-color: rgb(253,133,102); }
div.DivClassName
{
background-color: #FD8566;
}
.BgClassName
{
background-color: #FD8566;
}
</style>
border-color css
<style>
span { border-color: #FD8566; }
span { border-color: rgb(253,133,102); }
td.TdClassName
{
border-color: #FD8566;
}
.TagClassName
{
border-color: #FD8566;
}
</style>