Shades of Salmon #F0846C
Tints of Salmon #F0846C
RGB
CMYK
RGB Variations
Color information
#F0846C (or 0xF0846C) is known color: Salmon. HEX triplet: F0, 84 and 6C. RGB value is (240,132,108). Sum of RGB (Red+Green+Blue) = 240+132+108=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0846C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0846C is #0F7B93. Grayscale: #A1A1A1. Windows color (decimal): -1014676 or 7111920. OLE color: 7111920.
HSL color Cylindrical-coordinate representation of color #F0846C: hue angle of 10.91º degrees, saturation: 0.81, 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 #F0846C is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 108 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.06 |
| HSL | 10.91º | 0.81% | 0.68% | - |
| HSV(B) | 10.91º | 0.55% | 0.94% | - |
| XYZ | 46.89 | 36.11 | 18.69 | - |
| YUV | 161.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 108 | 0 | 0.45 | 0.55 | 0.06 | 10.91 | 0.81 | 0.68 |
| Hex | F0 | 84 | 6C | 0 | 2D | 37 | 6 | B | 51 | 44 |
| Octal | 360 | 204 | 154 | 0 | 55 | 67 | 6 | 13 | 121 | 104 |
| Binary | 11110000 | 10000100 | 1101100 | 0 | 101101 | 110111 | 110 | 1011 | 1010001 | 1000100 |
Color Harmonies of #F0846C
Complementary color
Monochromatic Colors of #F0846C
Black with #F0846C
Text Example
Text Example
White with #F0846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0846C; }
p { color: rgb(240,132,108); }
H1.HeaderClassName
{
color: #F0846C;
}
.AnyTagClassName
{
color: #F0846C;
}
</style>
background-color css
<style>
a { background-color: #F0846C; }
a { background-color: rgb(240,132,108); }
div.DivClassName
{
background-color: #F0846C;
}
.BgClassName
{
background-color: #F0846C;
}
</style>
border-color css
<style>
span { border-color: #F0846C; }
span { border-color: rgb(240,132,108); }
td.TdClassName
{
border-color: #F0846C;
}
.TagClassName
{
border-color: #F0846C;
}
</style>