Shades of Salmon #FC726D
Tints of Salmon #FC726D
RGB
CMYK
RGB Variations
Color information
#FC726D (or 0xFC726D) is known color: Salmon. HEX triplet: FC, 72 and 6D. RGB value is (252,114,109). Sum of RGB (Red+Green+Blue) = 252+114+109=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FC726D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC726D is #038D92. Grayscale: #9A9A9A. Windows color (decimal): -232851 or 7172860. OLE color: 7172860.
HSL color Cylindrical-coordinate representation of color #FC726D: hue angle of 2.1º 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 #FC726D is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 109 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.01 |
| HSL | 2.1º | 0.96% | 0.71% | - |
| HSV(B) | 2.1º | 0.57% | 0.99% | - |
| XYZ | 48.92 | 33.83 | 18.42 | - |
| YUV | 154.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 109 | 0 | 0.55 | 0.57 | 0.01 | 2.1 | 0.96 | 0.71 |
| Hex | FC | 72 | 6D | 0 | 37 | 39 | 1 | 2 | 60 | 47 |
| Octal | 374 | 162 | 155 | 0 | 67 | 71 | 1 | 2 | 140 | 107 |
| Binary | 11111100 | 1110010 | 1101101 | 0 | 110111 | 111001 | 1 | 10 | 1100000 | 1000111 |
Color Harmonies of #FC726D
Complementary color
Monochromatic Colors of #FC726D
Black with #FC726D
Text Example
Text Example
White with #FC726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC726D; }
p { color: rgb(252,114,109); }
H1.HeaderClassName
{
color: #FC726D;
}
.AnyTagClassName
{
color: #FC726D;
}
</style>
background-color css
<style>
a { background-color: #FC726D; }
a { background-color: rgb(252,114,109); }
div.DivClassName
{
background-color: #FC726D;
}
.BgClassName
{
background-color: #FC726D;
}
</style>
border-color css
<style>
span { border-color: #FC726D; }
span { border-color: rgb(252,114,109); }
td.TdClassName
{
border-color: #FC726D;
}
.TagClassName
{
border-color: #FC726D;
}
</style>