Shades of Salmon #F9846E
Tints of Salmon #F9846E
RGB
CMYK
RGB Variations
Color information
#F9846E (or 0xF9846E) is known color: Salmon. HEX triplet: F9, 84 and 6E. RGB value is (249,132,110). Sum of RGB (Red+Green+Blue) = 249+132+110=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9846E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9846E is #067B91. Grayscale: #A4A4A4. Windows color (decimal): -424850 or 7243001. OLE color: 7243001.
HSL color Cylindrical-coordinate representation of color #F9846E: hue angle of 9.5º 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 #F9846E is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 110 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.02 |
| HSL | 9.5º | 0.92% | 0.7% | - |
| HSV(B) | 9.5º | 0.56% | 0.98% | - |
| XYZ | 50.13 | 37.77 | 19.4 | - |
| YUV | 164.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 110 | 0 | 0.47 | 0.56 | 0.02 | 9.5 | 0.92 | 0.7 |
| Hex | F9 | 84 | 6E | 0 | 2F | 38 | 2 | 9 | 5C | 46 |
| Octal | 371 | 204 | 156 | 0 | 57 | 70 | 2 | 11 | 134 | 106 |
| Binary | 11111001 | 10000100 | 1101110 | 0 | 101111 | 111000 | 10 | 1001 | 1011100 | 1000110 |
Color Harmonies of #F9846E
Complementary color
Monochromatic Colors of #F9846E
Black with #F9846E
Text Example
Text Example
White with #F9846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9846E; }
p { color: rgb(249,132,110); }
H1.HeaderClassName
{
color: #F9846E;
}
.AnyTagClassName
{
color: #F9846E;
}
</style>
background-color css
<style>
a { background-color: #F9846E; }
a { background-color: rgb(249,132,110); }
div.DivClassName
{
background-color: #F9846E;
}
.BgClassName
{
background-color: #F9846E;
}
</style>
border-color css
<style>
span { border-color: #F9846E; }
span { border-color: rgb(249,132,110); }
td.TdClassName
{
border-color: #F9846E;
}
.TagClassName
{
border-color: #F9846E;
}
</style>