Shades of Salmon #FF836C
Tints of Salmon #FF836C
RGB
CMYK
RGB Variations
Color information
#FF836C (or 0xFF836C) is known color: Salmon. HEX triplet: FF, 83 and 6C. RGB value is (255,131,108). Sum of RGB (Red+Green+Blue) = 255+131+108=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF836C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF836C is #007C93. Grayscale: #A5A5A5. Windows color (decimal): -31892 or 7111679. OLE color: 7111679.
HSL color Cylindrical-coordinate representation of color #FF836C: hue angle of 9.39º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF836C is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 108 | - |
| CMYK | 0 | 0.49 | 0.58 | 0 |
| HSL | 9.39º | 1% | 0.71% | - |
| HSV(B) | 9.39º | 0.58% | 1% | - |
| XYZ | 52.06 | 38.58 | 18.89 | - |
| YUV | 165.45 | 95.58 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 108 | 0 | 0.49 | 0.58 | 0 | 9.39 | 1 | 0.71 |
| Hex | FF | 83 | 6C | 0 | 31 | 3A | 0 | 9 | 64 | 47 |
| Octal | 377 | 203 | 154 | 0 | 61 | 72 | 0 | 11 | 144 | 107 |
| Binary | 11111111 | 10000011 | 1101100 | 0 | 110001 | 111010 | 0 | 1001 | 1100100 | 1000111 |
Color Harmonies of #FF836C
Complementary color
Monochromatic Colors of #FF836C
Black with #FF836C
Text Example
Text Example
White with #FF836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF836C; }
p { color: rgb(255,131,108); }
H1.HeaderClassName
{
color: #FF836C;
}
.AnyTagClassName
{
color: #FF836C;
}
</style>
background-color css
<style>
a { background-color: #FF836C; }
a { background-color: rgb(255,131,108); }
div.DivClassName
{
background-color: #FF836C;
}
.BgClassName
{
background-color: #FF836C;
}
</style>
border-color css
<style>
span { border-color: #FF836C; }
span { border-color: rgb(255,131,108); }
td.TdClassName
{
border-color: #FF836C;
}
.TagClassName
{
border-color: #FF836C;
}
</style>