Shades of Salmon #F9836B
Tints of Salmon #F9836B
RGB
CMYK
RGB Variations
Color information
#F9836B (or 0xF9836B) is known color: Salmon. HEX triplet: F9, 83 and 6B. RGB value is (249,131,107). Sum of RGB (Red+Green+Blue) = 249+131+107=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9836B is #067C94. Grayscale: #A3A3A3. Windows color (decimal): -425109 or 7046137. OLE color: 7046137.
HSL color Cylindrical-coordinate representation of color #F9836B: hue angle of 10.14º 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 #F9836B is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 131 | 107 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.02 |
| HSL | 10.14º | 0.92% | 0.7% | - |
| HSV(B) | 10.14º | 0.57% | 0.98% | - |
| XYZ | 49.84 | 37.43 | 18.51 | - |
| YUV | 163.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 131 | 107 | 0 | 0.47 | 0.57 | 0.02 | 10.14 | 0.92 | 0.7 |
| Hex | F9 | 83 | 6B | 0 | 2F | 39 | 2 | A | 5C | 46 |
| Octal | 371 | 203 | 153 | 0 | 57 | 71 | 2 | 12 | 134 | 106 |
| Binary | 11111001 | 10000011 | 1101011 | 0 | 101111 | 111001 | 10 | 1010 | 1011100 | 1000110 |
Color Harmonies of #F9836B
Complementary color
Monochromatic Colors of #F9836B
Black with #F9836B
Text Example
Text Example
White with #F9836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9836B; }
p { color: rgb(249,131,107); }
H1.HeaderClassName
{
color: #F9836B;
}
.AnyTagClassName
{
color: #F9836B;
}
</style>
background-color css
<style>
a { background-color: #F9836B; }
a { background-color: rgb(249,131,107); }
div.DivClassName
{
background-color: #F9836B;
}
.BgClassName
{
background-color: #F9836B;
}
</style>
border-color css
<style>
span { border-color: #F9836B; }
span { border-color: rgb(249,131,107); }
td.TdClassName
{
border-color: #F9836B;
}
.TagClassName
{
border-color: #F9836B;
}
</style>