Shades of Salmon #FC8A6D
Tints of Salmon #FC8A6D
RGB
CMYK
RGB Variations
Color information
#FC8A6D (or 0xFC8A6D) is known color: Salmon. HEX triplet: FC, 8A and 6D. RGB value is (252,138,109). Sum of RGB (Red+Green+Blue) = 252+138+109=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8A6D is #037592. Grayscale: #A9A9A9. Windows color (decimal): -226707 or 7179004. OLE color: 7179004.
HSL color Cylindrical-coordinate representation of color #FC8A6D: hue angle of 12.17º degrees, saturation: 0.96, 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 #FC8A6D is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 109 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.01 |
| HSL | 12.17º | 0.96% | 0.71% | - |
| HSV(B) | 12.17º | 0.57% | 0.99% | - |
| XYZ | 51.99 | 39.98 | 19.44 | - |
| YUV | 168.78 | 94.27 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 109 | 0 | 0.45 | 0.57 | 0.01 | 12.17 | 0.96 | 0.71 |
| Hex | FC | 8A | 6D | 0 | 2D | 39 | 1 | C | 60 | 47 |
| Octal | 374 | 212 | 155 | 0 | 55 | 71 | 1 | 14 | 140 | 107 |
| Binary | 11111100 | 10001010 | 1101101 | 0 | 101101 | 111001 | 1 | 1100 | 1100000 | 1000111 |
Color Harmonies of #FC8A6D
Complementary color
Monochromatic Colors of #FC8A6D
Black with #FC8A6D
Text Example
Text Example
White with #FC8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8A6D; }
p { color: rgb(252,138,109); }
H1.HeaderClassName
{
color: #FC8A6D;
}
.AnyTagClassName
{
color: #FC8A6D;
}
</style>
background-color css
<style>
a { background-color: #FC8A6D; }
a { background-color: rgb(252,138,109); }
div.DivClassName
{
background-color: #FC8A6D;
}
.BgClassName
{
background-color: #FC8A6D;
}
</style>
border-color css
<style>
span { border-color: #FC8A6D; }
span { border-color: rgb(252,138,109); }
td.TdClassName
{
border-color: #FC8A6D;
}
.TagClassName
{
border-color: #FC8A6D;
}
</style>