Shades of Salmon #FC7A6A
Tints of Salmon #FC7A6A
RGB
CMYK
RGB Variations
Color information
#FC7A6A (or 0xFC7A6A) is known color: Salmon. HEX triplet: FC, 7A and 6A. RGB value is (252,122,106). Sum of RGB (Red+Green+Blue) = 252+122+106=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A6A is #038595. Grayscale: #9F9F9F. Windows color (decimal): -230806 or 6978300. OLE color: 6978300.
HSL color Cylindrical-coordinate representation of color #FC7A6A: hue angle of 6.58º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC7A6A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 106 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.01 |
| HSL | 6.58º | 0.96% | 0.7% | - |
| HSV(B) | 6.58º | 0.58% | 0.99% | - |
| XYZ | 49.71 | 35.66 | 17.9 | - |
| YUV | 159.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 106 | 0 | 0.52 | 0.58 | 0.01 | 6.58 | 0.96 | 0.7 |
| Hex | FC | 7A | 6A | 0 | 34 | 3A | 1 | 7 | 60 | 46 |
| Octal | 374 | 172 | 152 | 0 | 64 | 72 | 1 | 7 | 140 | 106 |
| Binary | 11111100 | 1111010 | 1101010 | 0 | 110100 | 111010 | 1 | 111 | 1100000 | 1000110 |
Color Harmonies of #FC7A6A
Complementary color
Monochromatic Colors of #FC7A6A
Black with #FC7A6A
Text Example
Text Example
White with #FC7A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A6A; }
p { color: rgb(252,122,106); }
H1.HeaderClassName
{
color: #FC7A6A;
}
.AnyTagClassName
{
color: #FC7A6A;
}
</style>
background-color css
<style>
a { background-color: #FC7A6A; }
a { background-color: rgb(252,122,106); }
div.DivClassName
{
background-color: #FC7A6A;
}
.BgClassName
{
background-color: #FC7A6A;
}
</style>
border-color css
<style>
span { border-color: #FC7A6A; }
span { border-color: rgb(252,122,106); }
td.TdClassName
{
border-color: #FC7A6A;
}
.TagClassName
{
border-color: #FC7A6A;
}
</style>