Shades of Salmon #FD836A
Tints of Salmon #FD836A
RGB
CMYK
RGB Variations
Color information
#FD836A (or 0xFD836A) is known color: Salmon. HEX triplet: FD, 83 and 6A. RGB value is (253,131,106). Sum of RGB (Red+Green+Blue) = 253+131+106=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 131 (51.56% from 255 or 26.73% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD836A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD836A is #027C95. Grayscale: #A4A4A4. Windows color (decimal): -162966 or 6980605. OLE color: 6980605.
HSL color Cylindrical-coordinate representation of color #FD836A: hue angle of 10.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD836A is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 131 | 106 | - |
| CMYK | 0 | 0.48 | 0.58 | 0.01 |
| HSL | 10.2º | 0.97% | 0.7% | - |
| HSV(B) | 10.2º | 0.58% | 0.99% | - |
| XYZ | 51.23 | 38.16 | 18.3 | - |
| YUV | 164.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 131 | 106 | 0 | 0.48 | 0.58 | 0.01 | 10.2 | 0.97 | 0.7 |
| Hex | FD | 83 | 6A | 0 | 30 | 3A | 1 | A | 61 | 46 |
| Octal | 375 | 203 | 152 | 0 | 60 | 72 | 1 | 12 | 141 | 106 |
| Binary | 11111101 | 10000011 | 1101010 | 0 | 110000 | 111010 | 1 | 1010 | 1100001 | 1000110 |
Color Harmonies of #FD836A
Complementary color
Monochromatic Colors of #FD836A
Black with #FD836A
Text Example
Text Example
White with #FD836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD836A; }
p { color: rgb(253,131,106); }
H1.HeaderClassName
{
color: #FD836A;
}
.AnyTagClassName
{
color: #FD836A;
}
</style>
background-color css
<style>
a { background-color: #FD836A; }
a { background-color: rgb(253,131,106); }
div.DivClassName
{
background-color: #FD836A;
}
.BgClassName
{
background-color: #FD836A;
}
</style>
border-color css
<style>
span { border-color: #FD836A; }
span { border-color: rgb(253,131,106); }
td.TdClassName
{
border-color: #FD836A;
}
.TagClassName
{
border-color: #FD836A;
}
</style>