Shades of Salmon #FD8166
Tints of Salmon #FD8166
RGB
CMYK
RGB Variations
Color information
#FD8166 (or 0xFD8166) is known color: Salmon. HEX triplet: FD, 81 and 66. RGB value is (253,129,102). Sum of RGB (Red+Green+Blue) = 253+129+102=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8166 is #027E99. Grayscale: #A3A3A3. Windows color (decimal): -163482 or 6717949. OLE color: 6717949.
HSL color Cylindrical-coordinate representation of color #FD8166: hue angle of 10.73º 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 #FD8166 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 102 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.01 |
| HSL | 10.73º | 0.97% | 0.7% | - |
| HSV(B) | 10.73º | 0.6% | 0.99% | - |
| XYZ | 50.76 | 37.54 | 17.14 | - |
| YUV | 163 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 102 | 0 | 0.49 | 0.60 | 0.01 | 10.73 | 0.97 | 0.7 |
| Hex | FD | 81 | 66 | 0 | 31 | 3C | 1 | B | 61 | 46 |
| Octal | 375 | 201 | 146 | 0 | 61 | 74 | 1 | 13 | 141 | 106 |
| Binary | 11111101 | 10000001 | 1100110 | 0 | 110001 | 111100 | 1 | 1011 | 1100001 | 1000110 |
Color Harmonies of #FD8166
Complementary color
Monochromatic Colors of #FD8166
Black with #FD8166
Text Example
Text Example
White with #FD8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8166; }
p { color: rgb(253,129,102); }
H1.HeaderClassName
{
color: #FD8166;
}
.AnyTagClassName
{
color: #FD8166;
}
</style>
background-color css
<style>
a { background-color: #FD8166; }
a { background-color: rgb(253,129,102); }
div.DivClassName
{
background-color: #FD8166;
}
.BgClassName
{
background-color: #FD8166;
}
</style>
border-color css
<style>
span { border-color: #FD8166; }
span { border-color: rgb(253,129,102); }
td.TdClassName
{
border-color: #FD8166;
}
.TagClassName
{
border-color: #FD8166;
}
</style>