Shades of Salmon #F6886E
Tints of Salmon #F6886E
RGB
CMYK
RGB Variations
Color information
#F6886E (or 0xF6886E) is known color: Salmon. HEX triplet: F6, 88 and 6E. RGB value is (246,136,110). Sum of RGB (Red+Green+Blue) = 246+136+110=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6886E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6886E is #097791. Grayscale: #A6A6A6. Windows color (decimal): -620434 or 7244022. OLE color: 7244022.
HSL color Cylindrical-coordinate representation of color #F6886E: hue angle of 11.47º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F6886E is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 110 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.04 |
| HSL | 11.47º | 0.88% | 0.7% | - |
| HSV(B) | 11.47º | 0.55% | 0.96% | - |
| XYZ | 49.62 | 38.33 | 19.53 | - |
| YUV | 165.93 | 96.44 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 110 | 0 | 0.45 | 0.55 | 0.04 | 11.47 | 0.88 | 0.7 |
| Hex | F6 | 88 | 6E | 0 | 2D | 37 | 4 | B | 58 | 46 |
| Octal | 366 | 210 | 156 | 0 | 55 | 67 | 4 | 13 | 130 | 106 |
| Binary | 11110110 | 10001000 | 1101110 | 0 | 101101 | 110111 | 100 | 1011 | 1011000 | 1000110 |
Color Harmonies of #F6886E
Complementary color
Monochromatic Colors of #F6886E
Black with #F6886E
Text Example
Text Example
White with #F6886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6886E; }
p { color: rgb(246,136,110); }
H1.HeaderClassName
{
color: #F6886E;
}
.AnyTagClassName
{
color: #F6886E;
}
</style>
background-color css
<style>
a { background-color: #F6886E; }
a { background-color: rgb(246,136,110); }
div.DivClassName
{
background-color: #F6886E;
}
.BgClassName
{
background-color: #F6886E;
}
</style>
border-color css
<style>
span { border-color: #F6886E; }
span { border-color: rgb(246,136,110); }
td.TdClassName
{
border-color: #F6886E;
}
.TagClassName
{
border-color: #F6886E;
}
</style>