Shades of Salmon #F9836D
Tints of Salmon #F9836D
RGB
CMYK
RGB Variations
Color information
#F9836D (or 0xF9836D) is known color: Salmon. HEX triplet: F9, 83 and 6D. RGB value is (249,131,109). Sum of RGB (Red+Green+Blue) = 249+131+109=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9836D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9836D is #067C92. Grayscale: #A3A3A3. Windows color (decimal): -425107 or 7177209. OLE color: 7177209.
HSL color Cylindrical-coordinate representation of color #F9836D: hue angle of 9.43º 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 #F9836D is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 109 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.02 |
| HSL | 9.43º | 0.92% | 0.7% | - |
| HSV(B) | 9.43º | 0.56% | 0.98% | - |
| XYZ | 49.94 | 37.48 | 19.07 | - |
| YUV | 163.77 | 97.09 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 109 | 0 | 0.47 | 0.56 | 0.02 | 9.43 | 0.92 | 0.7 |
| Hex | F9 | 83 | 6D | 0 | 2F | 38 | 2 | 9 | 5C | 46 |
| Octal | 371 | 203 | 155 | 0 | 57 | 70 | 2 | 11 | 134 | 106 |
| Binary | 11111001 | 10000011 | 1101101 | 0 | 101111 | 111000 | 10 | 1001 | 1011100 | 1000110 |
Color Harmonies of #F9836D
Complementary color
Monochromatic Colors of #F9836D
Black with #F9836D
Text Example
Text Example
White with #F9836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9836D; }
p { color: rgb(249,131,109); }
H1.HeaderClassName
{
color: #F9836D;
}
.AnyTagClassName
{
color: #F9836D;
}
</style>
background-color css
<style>
a { background-color: #F9836D; }
a { background-color: rgb(249,131,109); }
div.DivClassName
{
background-color: #F9836D;
}
.BgClassName
{
background-color: #F9836D;
}
</style>
border-color css
<style>
span { border-color: #F9836D; }
span { border-color: rgb(249,131,109); }
td.TdClassName
{
border-color: #F9836D;
}
.TagClassName
{
border-color: #F9836D;
}
</style>