Shades of Salmon #F0836B
Tints of Salmon #F0836B
RGB
CMYK
RGB Variations
Color information
#F0836B (or 0xF0836B) is known color: Salmon. HEX triplet: F0, 83 and 6B. RGB value is (240,131,107). Sum of RGB (Red+Green+Blue) = 240+131+107=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F0836B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0836B is #0F7C94. Grayscale: #A1A1A1. Windows color (decimal): -1014933 or 7046128. OLE color: 7046128.
HSL color Cylindrical-coordinate representation of color #F0836B: hue angle of 10.83º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0836B is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 107 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.06 |
| HSL | 10.83º | 0.82% | 0.68% | - |
| HSV(B) | 10.83º | 0.55% | 0.94% | - |
| XYZ | 46.71 | 35.82 | 18.36 | - |
| YUV | 160.86 | 97.61 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 107 | 0 | 0.45 | 0.55 | 0.06 | 10.83 | 0.82 | 0.68 |
| Hex | F0 | 83 | 6B | 0 | 2D | 37 | 6 | B | 52 | 44 |
| Octal | 360 | 203 | 153 | 0 | 55 | 67 | 6 | 13 | 122 | 104 |
| Binary | 11110000 | 10000011 | 1101011 | 0 | 101101 | 110111 | 110 | 1011 | 1010010 | 1000100 |
Color Harmonies of #F0836B
Complementary color
Monochromatic Colors of #F0836B
Black with #F0836B
Text Example
Text Example
White with #F0836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0836B; }
p { color: rgb(240,131,107); }
H1.HeaderClassName
{
color: #F0836B;
}
.AnyTagClassName
{
color: #F0836B;
}
</style>
background-color css
<style>
a { background-color: #F0836B; }
a { background-color: rgb(240,131,107); }
div.DivClassName
{
background-color: #F0836B;
}
.BgClassName
{
background-color: #F0836B;
}
</style>
border-color css
<style>
span { border-color: #F0836B; }
span { border-color: rgb(240,131,107); }
td.TdClassName
{
border-color: #F0836B;
}
.TagClassName
{
border-color: #F0836B;
}
</style>