Shades of Salmon #F9846D
Tints of Salmon #F9846D
RGB
CMYK
RGB Variations
Color information
#F9846D (or 0xF9846D) is known color: Salmon. HEX triplet: F9, 84 and 6D. RGB value is (249,132,109). Sum of RGB (Red+Green+Blue) = 249+132+109=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 132 (51.95% from 255 or 26.94% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9846D is #067B92. Grayscale: #A4A4A4. Windows color (decimal): -424851 or 7177465. OLE color: 7177465.
HSL color Cylindrical-coordinate representation of color #F9846D: hue angle of 9.86º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9846D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 109 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.02 |
| HSL | 9.86º | 0.92% | 0.7% | - |
| HSV(B) | 9.86º | 0.56% | 0.98% | - |
| XYZ | 50.08 | 37.75 | 19.11 | - |
| YUV | 164.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 109 | 0 | 0.47 | 0.56 | 0.02 | 9.86 | 0.92 | 0.7 |
| Hex | F9 | 84 | 6D | 0 | 2F | 38 | 2 | A | 5C | 46 |
| Octal | 371 | 204 | 155 | 0 | 57 | 70 | 2 | 12 | 134 | 106 |
| Binary | 11111001 | 10000100 | 1101101 | 0 | 101111 | 111000 | 10 | 1010 | 1011100 | 1000110 |
Color Harmonies of #F9846D
Complementary color
Monochromatic Colors of #F9846D
Black with #F9846D
Text Example
Text Example
White with #F9846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9846D; }
p { color: rgb(249,132,109); }
H1.HeaderClassName
{
color: #F9846D;
}
.AnyTagClassName
{
color: #F9846D;
}
</style>
background-color css
<style>
a { background-color: #F9846D; }
a { background-color: rgb(249,132,109); }
div.DivClassName
{
background-color: #F9846D;
}
.BgClassName
{
background-color: #F9846D;
}
</style>
border-color css
<style>
span { border-color: #F9846D; }
span { border-color: rgb(249,132,109); }
td.TdClassName
{
border-color: #F9846D;
}
.TagClassName
{
border-color: #F9846D;
}
</style>