Shades of Salmon #FF836A
Tints of Salmon #FF836A
RGB
CMYK
RGB Variations
Color information
#FF836A (or 0xFF836A) is known color: Salmon. HEX triplet: FF, 83 and 6A. RGB value is (255,131,106). Sum of RGB (Red+Green+Blue) = 255+131+106=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF836A is #007C95. Grayscale: #A5A5A5. Windows color (decimal): -31894 or 6980607. OLE color: 6980607.
HSL color Cylindrical-coordinate representation of color #FF836A: hue angle of 10.07º 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 #FF836A is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 131 | 106 | - |
| CMYK | 0 | 0.49 | 0.58 | 0 |
| HSL | 10.07º | 1% | 0.71% | - |
| HSV(B) | 10.07º | 0.58% | 1% | - |
| XYZ | 51.96 | 38.53 | 18.33 | - |
| YUV | 165.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 131 | 106 | 0 | 0.49 | 0.58 | 0 | 10.07 | 1 | 0.71 |
| Hex | FF | 83 | 6A | 0 | 31 | 3A | 0 | A | 64 | 47 |
| Octal | 377 | 203 | 152 | 0 | 61 | 72 | 0 | 12 | 144 | 107 |
| Binary | 11111111 | 10000011 | 1101010 | 0 | 110001 | 111010 | 0 | 1010 | 1100100 | 1000111 |
Color Harmonies of #FF836A
Complementary color
Monochromatic Colors of #FF836A
Black with #FF836A
Text Example
Text Example
White with #FF836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF836A; }
p { color: rgb(255,131,106); }
H1.HeaderClassName
{
color: #FF836A;
}
.AnyTagClassName
{
color: #FF836A;
}
</style>
background-color css
<style>
a { background-color: #FF836A; }
a { background-color: rgb(255,131,106); }
div.DivClassName
{
background-color: #FF836A;
}
.BgClassName
{
background-color: #FF836A;
}
</style>
border-color css
<style>
span { border-color: #FF836A; }
span { border-color: rgb(255,131,106); }
td.TdClassName
{
border-color: #FF836A;
}
.TagClassName
{
border-color: #FF836A;
}
</style>