Shades of Salmon #FC836D
Tints of Salmon #FC836D
RGB
CMYK
RGB Variations
Color information
#FC836D (or 0xFC836D) is known color: Salmon. HEX triplet: FC, 83 and 6D. RGB value is (252,131,109). Sum of RGB (Red+Green+Blue) = 252+131+109=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC836D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC836D is #037C92. Grayscale: #A4A4A4. Windows color (decimal): -228499 or 7177212. OLE color: 7177212.
HSL color Cylindrical-coordinate representation of color #FC836D: hue angle of 9.23º 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 #FC836D is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 109 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.01 |
| HSL | 9.23º | 0.96% | 0.71% | - |
| HSV(B) | 9.23º | 0.57% | 0.99% | - |
| XYZ | 51.02 | 38.03 | 19.12 | - |
| YUV | 164.67 | 96.59 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 109 | 0 | 0.48 | 0.57 | 0.01 | 9.23 | 0.96 | 0.71 |
| Hex | FC | 83 | 6D | 0 | 30 | 39 | 1 | 9 | 60 | 47 |
| Octal | 374 | 203 | 155 | 0 | 60 | 71 | 1 | 11 | 140 | 107 |
| Binary | 11111100 | 10000011 | 1101101 | 0 | 110000 | 111001 | 1 | 1001 | 1100000 | 1000111 |
Color Harmonies of #FC836D
Complementary color
Monochromatic Colors of #FC836D
Black with #FC836D
Text Example
Text Example
White with #FC836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC836D; }
p { color: rgb(252,131,109); }
H1.HeaderClassName
{
color: #FC836D;
}
.AnyTagClassName
{
color: #FC836D;
}
</style>
background-color css
<style>
a { background-color: #FC836D; }
a { background-color: rgb(252,131,109); }
div.DivClassName
{
background-color: #FC836D;
}
.BgClassName
{
background-color: #FC836D;
}
</style>
border-color css
<style>
span { border-color: #FC836D; }
span { border-color: rgb(252,131,109); }
td.TdClassName
{
border-color: #FC836D;
}
.TagClassName
{
border-color: #FC836D;
}
</style>