Shades of Salmon #FC837C
Tints of Salmon #FC837C
RGB
CMYK
RGB Variations
Color information
#FC837C (or 0xFC837C) is known color: Salmon. HEX triplet: FC, 83 and 7C. RGB value is (252,131,124). Sum of RGB (Red+Green+Blue) = 252+131+124=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 131 (51.56% from 255 or 25.84% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC837C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC837C is #037C83. Grayscale: #A6A6A6. Windows color (decimal): -228484 or 8160252. OLE color: 8160252.
HSL color Cylindrical-coordinate representation of color #FC837C: hue angle of 3.28º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC837C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 124 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.01 |
| HSL | 3.28º | 0.96% | 0.74% | - |
| HSV(B) | 3.28º | 0.51% | 0.99% | - |
| XYZ | 51.9 | 38.38 | 23.74 | - |
| YUV | 166.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 124 | 0 | 0.48 | 0.51 | 0.01 | 3.28 | 0.96 | 0.74 |
| Hex | FC | 83 | 7C | 0 | 30 | 33 | 1 | 3 | 60 | 4A |
| Octal | 374 | 203 | 174 | 0 | 60 | 63 | 1 | 3 | 140 | 112 |
| Binary | 11111100 | 10000011 | 1111100 | 0 | 110000 | 110011 | 1 | 11 | 1100000 | 1001010 |
Color Harmonies of #FC837C
Complementary color
Monochromatic Colors of #FC837C
Black with #FC837C
Text Example
Text Example
White with #FC837C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC837C; }
p { color: rgb(252,131,124); }
H1.HeaderClassName
{
color: #FC837C;
}
.AnyTagClassName
{
color: #FC837C;
}
</style>
background-color css
<style>
a { background-color: #FC837C; }
a { background-color: rgb(252,131,124); }
div.DivClassName
{
background-color: #FC837C;
}
.BgClassName
{
background-color: #FC837C;
}
</style>
border-color css
<style>
span { border-color: #FC837C; }
span { border-color: rgb(252,131,124); }
td.TdClassName
{
border-color: #FC837C;
}
.TagClassName
{
border-color: #FC837C;
}
</style>