Shades of Salmon #FC847A
Tints of Salmon #FC847A
RGB
CMYK
RGB Variations
Color information
#FC847A (or 0xFC847A) is known color: Salmon. HEX triplet: FC, 84 and 7A. RGB value is (252,132,122). Sum of RGB (Red+Green+Blue) = 252+132+122=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC847A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC847A is #037B85. Grayscale: #A6A6A6. Windows color (decimal): -228230 or 8029436. OLE color: 8029436.
HSL color Cylindrical-coordinate representation of color #FC847A: hue angle of 4.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC847A is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 122 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.01 |
| HSL | 4.62º | 0.96% | 0.73% | - |
| HSV(B) | 4.62º | 0.52% | 0.99% | - |
| XYZ | 51.91 | 38.6 | 23.13 | - |
| YUV | 166.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 122 | 0 | 0.48 | 0.52 | 0.01 | 4.62 | 0.96 | 0.73 |
| Hex | FC | 84 | 7A | 0 | 30 | 34 | 1 | 5 | 60 | 49 |
| Octal | 374 | 204 | 172 | 0 | 60 | 64 | 1 | 5 | 140 | 111 |
| Binary | 11111100 | 10000100 | 1111010 | 0 | 110000 | 110100 | 1 | 101 | 1100000 | 1001001 |
Color Harmonies of #FC847A
Complementary color
Monochromatic Colors of #FC847A
Black with #FC847A
Text Example
Text Example
White with #FC847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC847A; }
p { color: rgb(252,132,122); }
H1.HeaderClassName
{
color: #FC847A;
}
.AnyTagClassName
{
color: #FC847A;
}
</style>
background-color css
<style>
a { background-color: #FC847A; }
a { background-color: rgb(252,132,122); }
div.DivClassName
{
background-color: #FC847A;
}
.BgClassName
{
background-color: #FC847A;
}
</style>
border-color css
<style>
span { border-color: #FC847A; }
span { border-color: rgb(252,132,122); }
td.TdClassName
{
border-color: #FC847A;
}
.TagClassName
{
border-color: #FC847A;
}
</style>