Shades of Salmon #FC766F
Tints of Salmon #FC766F
RGB
CMYK
RGB Variations
Color information
#FC766F (or 0xFC766F) is known color: Salmon. HEX triplet: FC, 76 and 6F. RGB value is (252,118,111). Sum of RGB (Red+Green+Blue) = 252+118+111=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC766F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC766F is #038990. Grayscale: #9D9D9D. Windows color (decimal): -231825 or 7304956. OLE color: 7304956.
HSL color Cylindrical-coordinate representation of color #FC766F: hue angle of 2.98º 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 #FC766F is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 111 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.01 |
| HSL | 2.98º | 0.96% | 0.71% | - |
| HSV(B) | 2.98º | 0.56% | 0.99% | - |
| XYZ | 49.49 | 34.8 | 19.15 | - |
| YUV | 157.27 | 101.89 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 111 | 0 | 0.53 | 0.56 | 0.01 | 2.98 | 0.96 | 0.71 |
| Hex | FC | 76 | 6F | 0 | 35 | 38 | 1 | 3 | 60 | 47 |
| Octal | 374 | 166 | 157 | 0 | 65 | 70 | 1 | 3 | 140 | 107 |
| Binary | 11111100 | 1110110 | 1101111 | 0 | 110101 | 111000 | 1 | 11 | 1100000 | 1000111 |
Color Harmonies of #FC766F
Complementary color
Monochromatic Colors of #FC766F
Black with #FC766F
Text Example
Text Example
White with #FC766F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC766F; }
p { color: rgb(252,118,111); }
H1.HeaderClassName
{
color: #FC766F;
}
.AnyTagClassName
{
color: #FC766F;
}
</style>
background-color css
<style>
a { background-color: #FC766F; }
a { background-color: rgb(252,118,111); }
div.DivClassName
{
background-color: #FC766F;
}
.BgClassName
{
background-color: #FC766F;
}
</style>
border-color css
<style>
span { border-color: #FC766F; }
span { border-color: rgb(252,118,111); }
td.TdClassName
{
border-color: #FC766F;
}
.TagClassName
{
border-color: #FC766F;
}
</style>