Shades of Salmon #FC786A
Tints of Salmon #FC786A
RGB
CMYK
RGB Variations
Color information
#FC786A (or 0xFC786A) is known color: Salmon. HEX triplet: FC, 78 and 6A. RGB value is (252,120,106). Sum of RGB (Red+Green+Blue) = 252+120+106=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC786A is #038795. Grayscale: #9E9E9E. Windows color (decimal): -231318 or 6977788. OLE color: 6977788.
HSL color Cylindrical-coordinate representation of color #FC786A: hue angle of 5.75º 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 #FC786A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 106 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.01 |
| HSL | 5.75º | 0.96% | 0.7% | - |
| HSV(B) | 5.75º | 0.58% | 0.99% | - |
| XYZ | 49.46 | 35.17 | 17.82 | - |
| YUV | 157.87 | 98.73 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 106 | 0 | 0.52 | 0.58 | 0.01 | 5.75 | 0.96 | 0.7 |
| Hex | FC | 78 | 6A | 0 | 34 | 3A | 1 | 6 | 60 | 46 |
| Octal | 374 | 170 | 152 | 0 | 64 | 72 | 1 | 6 | 140 | 106 |
| Binary | 11111100 | 1111000 | 1101010 | 0 | 110100 | 111010 | 1 | 110 | 1100000 | 1000110 |
Color Harmonies of #FC786A
Complementary color
Monochromatic Colors of #FC786A
Black with #FC786A
Text Example
Text Example
White with #FC786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC786A; }
p { color: rgb(252,120,106); }
H1.HeaderClassName
{
color: #FC786A;
}
.AnyTagClassName
{
color: #FC786A;
}
</style>
background-color css
<style>
a { background-color: #FC786A; }
a { background-color: rgb(252,120,106); }
div.DivClassName
{
background-color: #FC786A;
}
.BgClassName
{
background-color: #FC786A;
}
</style>
border-color css
<style>
span { border-color: #FC786A; }
span { border-color: rgb(252,120,106); }
td.TdClassName
{
border-color: #FC786A;
}
.TagClassName
{
border-color: #FC786A;
}
</style>