Shades of Salmon #FC8166
Tints of Salmon #FC8166
RGB
CMYK
RGB Variations
Color information
#FC8166 (or 0xFC8166) is known color: Salmon. HEX triplet: FC, 81 and 66. RGB value is (252,129,102). Sum of RGB (Red+Green+Blue) = 252+129+102=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8166 is #037E99. Grayscale: #A2A2A2. Windows color (decimal): -229018 or 6717948. OLE color: 6717948.
HSL color Cylindrical-coordinate representation of color #FC8166: hue angle of 10.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC8166 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 102 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.01 |
| HSL | 10.8º | 0.96% | 0.69% | - |
| HSV(B) | 10.8º | 0.6% | 0.99% | - |
| XYZ | 50.39 | 37.36 | 17.12 | - |
| YUV | 162.7 | 93.75 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 102 | 0 | 0.49 | 0.60 | 0.01 | 10.8 | 0.96 | 0.69 |
| Hex | FC | 81 | 66 | 0 | 31 | 3C | 1 | B | 60 | 45 |
| Octal | 374 | 201 | 146 | 0 | 61 | 74 | 1 | 13 | 140 | 105 |
| Binary | 11111100 | 10000001 | 1100110 | 0 | 110001 | 111100 | 1 | 1011 | 1100000 | 1000101 |
Color Harmonies of #FC8166
Complementary color
Monochromatic Colors of #FC8166
Black with #FC8166
Text Example
Text Example
White with #FC8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8166; }
p { color: rgb(252,129,102); }
H1.HeaderClassName
{
color: #FC8166;
}
.AnyTagClassName
{
color: #FC8166;
}
</style>
background-color css
<style>
a { background-color: #FC8166; }
a { background-color: rgb(252,129,102); }
div.DivClassName
{
background-color: #FC8166;
}
.BgClassName
{
background-color: #FC8166;
}
</style>
border-color css
<style>
span { border-color: #FC8166; }
span { border-color: rgb(252,129,102); }
td.TdClassName
{
border-color: #FC8166;
}
.TagClassName
{
border-color: #FC8166;
}
</style>