Shades of Salmon #FC8A6E
Tints of Salmon #FC8A6E
RGB
CMYK
RGB Variations
Color information
#FC8A6E (or 0xFC8A6E) is known color: Salmon. HEX triplet: FC, 8A and 6E. RGB value is (252,138,110). Sum of RGB (Red+Green+Blue) = 252+138+110=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 138 (54.30% from 255 or 27.6% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8A6E is #037591. Grayscale: #A9A9A9. Windows color (decimal): -226706 or 7244540. OLE color: 7244540.
HSL color Cylindrical-coordinate representation of color #FC8A6E: hue angle of 11.83º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC8A6E is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 110 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.01 |
| HSL | 11.83º | 0.96% | 0.71% | - |
| HSV(B) | 11.83º | 0.56% | 0.99% | - |
| XYZ | 52.05 | 40 | 19.73 | - |
| YUV | 168.89 | 94.77 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 110 | 0 | 0.45 | 0.56 | 0.01 | 11.83 | 0.96 | 0.71 |
| Hex | FC | 8A | 6E | 0 | 2D | 38 | 1 | C | 60 | 47 |
| Octal | 374 | 212 | 156 | 0 | 55 | 70 | 1 | 14 | 140 | 107 |
| Binary | 11111100 | 10001010 | 1101110 | 0 | 101101 | 111000 | 1 | 1100 | 1100000 | 1000111 |
Color Harmonies of #FC8A6E
Complementary color
Monochromatic Colors of #FC8A6E
Black with #FC8A6E
Text Example
Text Example
White with #FC8A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8A6E; }
p { color: rgb(252,138,110); }
H1.HeaderClassName
{
color: #FC8A6E;
}
.AnyTagClassName
{
color: #FC8A6E;
}
</style>
background-color css
<style>
a { background-color: #FC8A6E; }
a { background-color: rgb(252,138,110); }
div.DivClassName
{
background-color: #FC8A6E;
}
.BgClassName
{
background-color: #FC8A6E;
}
</style>
border-color css
<style>
span { border-color: #FC8A6E; }
span { border-color: rgb(252,138,110); }
td.TdClassName
{
border-color: #FC8A6E;
}
.TagClassName
{
border-color: #FC8A6E;
}
</style>