Shades of Salmon #FC786E
Tints of Salmon #FC786E
RGB
CMYK
RGB Variations
Color information
#FC786E (or 0xFC786E) is known color: Salmon. HEX triplet: FC, 78 and 6E. RGB value is (252,120,110). Sum of RGB (Red+Green+Blue) = 252+120+110=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC786E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC786E is #038791. Grayscale: #9E9E9E. Windows color (decimal): -231314 or 7239932. OLE color: 7239932.
HSL color Cylindrical-coordinate representation of color #FC786E: hue angle of 4.23º 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 #FC786E is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 110 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.01 |
| HSL | 4.23º | 0.96% | 0.71% | - |
| HSV(B) | 4.23º | 0.56% | 0.99% | - |
| XYZ | 49.68 | 35.25 | 18.94 | - |
| YUV | 158.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 110 | 0 | 0.52 | 0.56 | 0.01 | 4.23 | 0.96 | 0.71 |
| Hex | FC | 78 | 6E | 0 | 34 | 38 | 1 | 4 | 60 | 47 |
| Octal | 374 | 170 | 156 | 0 | 64 | 70 | 1 | 4 | 140 | 107 |
| Binary | 11111100 | 1111000 | 1101110 | 0 | 110100 | 111000 | 1 | 100 | 1100000 | 1000111 |
Color Harmonies of #FC786E
Complementary color
Monochromatic Colors of #FC786E
Black with #FC786E
Text Example
Text Example
White with #FC786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC786E; }
p { color: rgb(252,120,110); }
H1.HeaderClassName
{
color: #FC786E;
}
.AnyTagClassName
{
color: #FC786E;
}
</style>
background-color css
<style>
a { background-color: #FC786E; }
a { background-color: rgb(252,120,110); }
div.DivClassName
{
background-color: #FC786E;
}
.BgClassName
{
background-color: #FC786E;
}
</style>
border-color css
<style>
span { border-color: #FC786E; }
span { border-color: rgb(252,120,110); }
td.TdClassName
{
border-color: #FC786E;
}
.TagClassName
{
border-color: #FC786E;
}
</style>