Shades of Salmon #FC756B
Tints of Salmon #FC756B
RGB
CMYK
RGB Variations
Color information
#FC756B (or 0xFC756B) is known color: Salmon. HEX triplet: FC, 75 and 6B. RGB value is (252,117,107). Sum of RGB (Red+Green+Blue) = 252+117+107=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC756B is #038A94. Grayscale: #9C9C9C. Windows color (decimal): -232085 or 7042556. OLE color: 7042556.
HSL color Cylindrical-coordinate representation of color #FC756B: hue angle of 4.14º 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 #FC756B is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 107 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.01 |
| HSL | 4.14º | 0.96% | 0.7% | - |
| HSV(B) | 4.14º | 0.58% | 0.99% | - |
| XYZ | 49.16 | 34.48 | 17.97 | - |
| YUV | 156.23 | 100.23 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 107 | 0 | 0.54 | 0.58 | 0.01 | 4.14 | 0.96 | 0.7 |
| Hex | FC | 75 | 6B | 0 | 36 | 3A | 1 | 4 | 60 | 46 |
| Octal | 374 | 165 | 153 | 0 | 66 | 72 | 1 | 4 | 140 | 106 |
| Binary | 11111100 | 1110101 | 1101011 | 0 | 110110 | 111010 | 1 | 100 | 1100000 | 1000110 |
Color Harmonies of #FC756B
Complementary color
Monochromatic Colors of #FC756B
Black with #FC756B
Text Example
Text Example
White with #FC756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC756B; }
p { color: rgb(252,117,107); }
H1.HeaderClassName
{
color: #FC756B;
}
.AnyTagClassName
{
color: #FC756B;
}
</style>
background-color css
<style>
a { background-color: #FC756B; }
a { background-color: rgb(252,117,107); }
div.DivClassName
{
background-color: #FC756B;
}
.BgClassName
{
background-color: #FC756B;
}
</style>
border-color css
<style>
span { border-color: #FC756B; }
span { border-color: rgb(252,117,107); }
td.TdClassName
{
border-color: #FC756B;
}
.TagClassName
{
border-color: #FC756B;
}
</style>