Shades of Salmon #FC867A
Tints of Salmon #FC867A
RGB
CMYK
RGB Variations
Color information
#FC867A (or 0xFC867A) is known color: Salmon. HEX triplet: FC, 86 and 7A. RGB value is (252,134,122). Sum of RGB (Red+Green+Blue) = 252+134+122=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC867A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC867A is #037985. Grayscale: #A8A8A8. Windows color (decimal): -227718 or 8029948. OLE color: 8029948.
HSL color Cylindrical-coordinate representation of color #FC867A: hue angle of 5.54º 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 #FC867A is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 122 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.01 |
| HSL | 5.54º | 0.96% | 0.73% | - |
| HSV(B) | 5.54º | 0.52% | 0.99% | - |
| XYZ | 52.18 | 39.15 | 23.22 | - |
| YUV | 167.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 122 | 0 | 0.47 | 0.52 | 0.01 | 5.54 | 0.96 | 0.73 |
| Hex | FC | 86 | 7A | 0 | 2F | 34 | 1 | 6 | 60 | 49 |
| Octal | 374 | 206 | 172 | 0 | 57 | 64 | 1 | 6 | 140 | 111 |
| Binary | 11111100 | 10000110 | 1111010 | 0 | 101111 | 110100 | 1 | 110 | 1100000 | 1001001 |
Color Harmonies of #FC867A
Complementary color
Monochromatic Colors of #FC867A
Black with #FC867A
Text Example
Text Example
White with #FC867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC867A; }
p { color: rgb(252,134,122); }
H1.HeaderClassName
{
color: #FC867A;
}
.AnyTagClassName
{
color: #FC867A;
}
</style>
background-color css
<style>
a { background-color: #FC867A; }
a { background-color: rgb(252,134,122); }
div.DivClassName
{
background-color: #FC867A;
}
.BgClassName
{
background-color: #FC867A;
}
</style>
border-color css
<style>
span { border-color: #FC867A; }
span { border-color: rgb(252,134,122); }
td.TdClassName
{
border-color: #FC867A;
}
.TagClassName
{
border-color: #FC867A;
}
</style>