Shades of Salmon #FC726F
Tints of Salmon #FC726F
RGB
CMYK
RGB Variations
Color information
#FC726F (or 0xFC726F) is known color: Salmon. HEX triplet: FC, 72 and 6F. RGB value is (252,114,111). Sum of RGB (Red+Green+Blue) = 252+114+111=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC726F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC726F is #038D90. Grayscale: #9B9B9B. Windows color (decimal): -232849 or 7303932. OLE color: 7303932.
HSL color Cylindrical-coordinate representation of color #FC726F: hue angle of 1.28º 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 #FC726F is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 111 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.01 |
| HSL | 1.28º | 0.96% | 0.71% | - |
| HSV(B) | 1.28º | 0.56% | 0.99% | - |
| XYZ | 49.03 | 33.88 | 18.99 | - |
| YUV | 154.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 111 | 0 | 0.55 | 0.56 | 0.01 | 1.28 | 0.96 | 0.71 |
| Hex | FC | 72 | 6F | 0 | 37 | 38 | 1 | 1 | 60 | 47 |
| Octal | 374 | 162 | 157 | 0 | 67 | 70 | 1 | 1 | 140 | 107 |
| Binary | 11111100 | 1110010 | 1101111 | 0 | 110111 | 111000 | 1 | 1 | 1100000 | 1000111 |
Color Harmonies of #FC726F
Complementary color
Monochromatic Colors of #FC726F
Black with #FC726F
Text Example
Text Example
White with #FC726F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC726F; }
p { color: rgb(252,114,111); }
H1.HeaderClassName
{
color: #FC726F;
}
.AnyTagClassName
{
color: #FC726F;
}
</style>
background-color css
<style>
a { background-color: #FC726F; }
a { background-color: rgb(252,114,111); }
div.DivClassName
{
background-color: #FC726F;
}
.BgClassName
{
background-color: #FC726F;
}
</style>
border-color css
<style>
span { border-color: #FC726F; }
span { border-color: rgb(252,114,111); }
td.TdClassName
{
border-color: #FC726F;
}
.TagClassName
{
border-color: #FC726F;
}
</style>