Shades of Salmon #F6856C
Tints of Salmon #F6856C
RGB
CMYK
RGB Variations
Color information
#F6856C (or 0xF6856C) is known color: Salmon. HEX triplet: F6, 85 and 6C. RGB value is (246,133,108). Sum of RGB (Red+Green+Blue) = 246+133+108=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6856C is #097A93. Grayscale: #A4A4A4. Windows color (decimal): -621204 or 7112182. OLE color: 7112182.
HSL color Cylindrical-coordinate representation of color #F6856C: hue angle of 10.87º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6856C is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 133 | 108 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.04 |
| HSL | 10.87º | 0.88% | 0.69% | - |
| HSV(B) | 10.87º | 0.56% | 0.96% | - |
| XYZ | 49.1 | 37.45 | 18.83 | - |
| YUV | 163.94 | 96.44 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 133 | 108 | 0 | 0.46 | 0.56 | 0.04 | 10.87 | 0.88 | 0.69 |
| Hex | F6 | 85 | 6C | 0 | 2E | 38 | 4 | B | 58 | 45 |
| Octal | 366 | 205 | 154 | 0 | 56 | 70 | 4 | 13 | 130 | 105 |
| Binary | 11110110 | 10000101 | 1101100 | 0 | 101110 | 111000 | 100 | 1011 | 1011000 | 1000101 |
Color Harmonies of #F6856C
Complementary color
Monochromatic Colors of #F6856C
Black with #F6856C
Text Example
Text Example
White with #F6856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6856C; }
p { color: rgb(246,133,108); }
H1.HeaderClassName
{
color: #F6856C;
}
.AnyTagClassName
{
color: #F6856C;
}
</style>
background-color css
<style>
a { background-color: #F6856C; }
a { background-color: rgb(246,133,108); }
div.DivClassName
{
background-color: #F6856C;
}
.BgClassName
{
background-color: #F6856C;
}
</style>
border-color css
<style>
span { border-color: #F6856C; }
span { border-color: rgb(246,133,108); }
td.TdClassName
{
border-color: #F6856C;
}
.TagClassName
{
border-color: #F6856C;
}
</style>