Shades of Salmon #F9846A
Tints of Salmon #F9846A
RGB
CMYK
RGB Variations
Color information
#F9846A (or 0xF9846A) is known color: Salmon. HEX triplet: F9, 84 and 6A. RGB value is (249,132,106). Sum of RGB (Red+Green+Blue) = 249+132+106=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9846A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9846A is #067B95. Grayscale: #A4A4A4. Windows color (decimal): -424854 or 6980857. OLE color: 6980857.
HSL color Cylindrical-coordinate representation of color #F9846A: hue angle of 10.91º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9846A is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 106 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.02 |
| HSL | 10.91º | 0.92% | 0.7% | - |
| HSV(B) | 10.91º | 0.57% | 0.98% | - |
| XYZ | 49.92 | 37.68 | 18.28 | - |
| YUV | 164.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 106 | 0 | 0.47 | 0.57 | 0.02 | 10.91 | 0.92 | 0.7 |
| Hex | F9 | 84 | 6A | 0 | 2F | 39 | 2 | B | 5C | 46 |
| Octal | 371 | 204 | 152 | 0 | 57 | 71 | 2 | 13 | 134 | 106 |
| Binary | 11111001 | 10000100 | 1101010 | 0 | 101111 | 111001 | 10 | 1011 | 1011100 | 1000110 |
Color Harmonies of #F9846A
Complementary color
Monochromatic Colors of #F9846A
Black with #F9846A
Text Example
Text Example
White with #F9846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9846A; }
p { color: rgb(249,132,106); }
H1.HeaderClassName
{
color: #F9846A;
}
.AnyTagClassName
{
color: #F9846A;
}
</style>
background-color css
<style>
a { background-color: #F9846A; }
a { background-color: rgb(249,132,106); }
div.DivClassName
{
background-color: #F9846A;
}
.BgClassName
{
background-color: #F9846A;
}
</style>
border-color css
<style>
span { border-color: #F9846A; }
span { border-color: rgb(249,132,106); }
td.TdClassName
{
border-color: #F9846A;
}
.TagClassName
{
border-color: #F9846A;
}
</style>