Shades of Salmon #FD836C
Tints of Salmon #FD836C
RGB
CMYK
RGB Variations
Color information
#FD836C (or 0xFD836C) is known color: Salmon. HEX triplet: FD, 83 and 6C. RGB value is (253,131,108). Sum of RGB (Red+Green+Blue) = 253+131+108=492 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.42% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 253 - color contains mainly: red. Hex color #FD836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD836C is #027C93. Grayscale: #A5A5A5. Windows color (decimal): -162964 or 7111677. OLE color: 7111677.
HSL color Cylindrical-coordinate representation of color #FD836C: hue angle of 9.52º degrees, saturation: 0.97, 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 #FD836C is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 108 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.01 |
| HSL | 9.52º | 0.97% | 0.71% | - |
| HSV(B) | 9.52º | 0.57% | 0.99% | - |
| XYZ | 51.33 | 38.2 | 18.85 | - |
| YUV | 164.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 108 | 0 | 0.48 | 0.57 | 0.01 | 9.52 | 0.97 | 0.71 |
| Hex | FD | 83 | 6C | 0 | 30 | 39 | 1 | A | 61 | 47 |
| Octal | 375 | 203 | 154 | 0 | 60 | 71 | 1 | 12 | 141 | 107 |
| Binary | 11111101 | 10000011 | 1101100 | 0 | 110000 | 111001 | 1 | 1010 | 1100001 | 1000111 |
Color Harmonies of #FD836C
Complementary color
Monochromatic Colors of #FD836C
Black with #FD836C
Text Example
Text Example
White with #FD836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD836C; }
p { color: rgb(253,131,108); }
H1.HeaderClassName
{
color: #FD836C;
}
.AnyTagClassName
{
color: #FD836C;
}
</style>
background-color css
<style>
a { background-color: #FD836C; }
a { background-color: rgb(253,131,108); }
div.DivClassName
{
background-color: #FD836C;
}
.BgClassName
{
background-color: #FD836C;
}
</style>
border-color css
<style>
span { border-color: #FD836C; }
span { border-color: rgb(253,131,108); }
td.TdClassName
{
border-color: #FD836C;
}
.TagClassName
{
border-color: #FD836C;
}
</style>