Shades of Salmon #FC736D
Tints of Salmon #FC736D
RGB
CMYK
RGB Variations
Color information
#FC736D (or 0xFC736D) is known color: Salmon. HEX triplet: FC, 73 and 6D. RGB value is (252,115,109). Sum of RGB (Red+Green+Blue) = 252+115+109=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC736D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC736D is #038C92. Grayscale: #9B9B9B. Windows color (decimal): -232595 or 7173116. OLE color: 7173116.
HSL color Cylindrical-coordinate representation of color #FC736D: hue angle of 2.52º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC736D is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 109 | - |
| CMYK | 0 | 0.54 | 0.57 | 0.01 |
| HSL | 2.52º | 0.96% | 0.71% | - |
| HSV(B) | 2.52º | 0.57% | 0.99% | - |
| XYZ | 49.04 | 34.06 | 18.46 | - |
| YUV | 155.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 109 | 0 | 0.54 | 0.57 | 0.01 | 2.52 | 0.96 | 0.71 |
| Hex | FC | 73 | 6D | 0 | 36 | 39 | 1 | 3 | 60 | 47 |
| Octal | 374 | 163 | 155 | 0 | 66 | 71 | 1 | 3 | 140 | 107 |
| Binary | 11111100 | 1110011 | 1101101 | 0 | 110110 | 111001 | 1 | 11 | 1100000 | 1000111 |
Color Harmonies of #FC736D
Complementary color
Monochromatic Colors of #FC736D
Black with #FC736D
Text Example
Text Example
White with #FC736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC736D; }
p { color: rgb(252,115,109); }
H1.HeaderClassName
{
color: #FC736D;
}
.AnyTagClassName
{
color: #FC736D;
}
</style>
background-color css
<style>
a { background-color: #FC736D; }
a { background-color: rgb(252,115,109); }
div.DivClassName
{
background-color: #FC736D;
}
.BgClassName
{
background-color: #FC736D;
}
</style>
border-color css
<style>
span { border-color: #FC736D; }
span { border-color: rgb(252,115,109); }
td.TdClassName
{
border-color: #FC736D;
}
.TagClassName
{
border-color: #FC736D;
}
</style>