Shades of Salmon #FD8266
Tints of Salmon #FD8266
RGB
CMYK
RGB Variations
Color information
#FD8266 (or 0xFD8266) is known color: Salmon. HEX triplet: FD, 82 and 66. RGB value is (253,130,102). Sum of RGB (Red+Green+Blue) = 253+130+102=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8266 is #027D99. Grayscale: #A3A3A3. Windows color (decimal): -163226 or 6718205. OLE color: 6718205.
HSL color Cylindrical-coordinate representation of color #FD8266: hue angle of 11.13º 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 #FD8266 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 102 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.01 |
| HSL | 11.13º | 0.97% | 0.7% | - |
| HSV(B) | 11.13º | 0.6% | 0.99% | - |
| XYZ | 50.89 | 37.81 | 17.19 | - |
| YUV | 163.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 102 | 0 | 0.49 | 0.60 | 0.01 | 11.13 | 0.97 | 0.7 |
| Hex | FD | 82 | 66 | 0 | 31 | 3C | 1 | B | 61 | 46 |
| Octal | 375 | 202 | 146 | 0 | 61 | 74 | 1 | 13 | 141 | 106 |
| Binary | 11111101 | 10000010 | 1100110 | 0 | 110001 | 111100 | 1 | 1011 | 1100001 | 1000110 |
Color Harmonies of #FD8266
Complementary color
Monochromatic Colors of #FD8266
Black with #FD8266
Text Example
Text Example
White with #FD8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8266; }
p { color: rgb(253,130,102); }
H1.HeaderClassName
{
color: #FD8266;
}
.AnyTagClassName
{
color: #FD8266;
}
</style>
background-color css
<style>
a { background-color: #FD8266; }
a { background-color: rgb(253,130,102); }
div.DivClassName
{
background-color: #FD8266;
}
.BgClassName
{
background-color: #FD8266;
}
</style>
border-color css
<style>
span { border-color: #FD8266; }
span { border-color: rgb(253,130,102); }
td.TdClassName
{
border-color: #FD8266;
}
.TagClassName
{
border-color: #FD8266;
}
</style>