Shades of Salmon #F6886F
Tints of Salmon #F6886F
RGB
CMYK
RGB Variations
Color information
#F6886F (or 0xF6886F) is known color: Salmon. HEX triplet: F6, 88 and 6F. RGB value is (246,136,111). Sum of RGB (Red+Green+Blue) = 246+136+111=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F6886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6886F is #097790. Grayscale: #A6A6A6. Windows color (decimal): -620433 or 7309558. OLE color: 7309558.
HSL color Cylindrical-coordinate representation of color #F6886F: hue angle of 11.11º 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 #F6886F is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 136 | 111 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.04 |
| HSL | 11.11º | 0.88% | 0.7% | - |
| HSV(B) | 11.11º | 0.55% | 0.96% | - |
| XYZ | 49.68 | 38.35 | 19.82 | - |
| YUV | 166.04 | 96.94 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 136 | 111 | 0 | 0.45 | 0.55 | 0.04 | 11.11 | 0.88 | 0.7 |
| Hex | F6 | 88 | 6F | 0 | 2D | 37 | 4 | B | 58 | 46 |
| Octal | 366 | 210 | 157 | 0 | 55 | 67 | 4 | 13 | 130 | 106 |
| Binary | 11110110 | 10001000 | 1101111 | 0 | 101101 | 110111 | 100 | 1011 | 1011000 | 1000110 |
Color Harmonies of #F6886F
Complementary color
Monochromatic Colors of #F6886F
Black with #F6886F
Text Example
Text Example
White with #F6886F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6886F; }
p { color: rgb(246,136,111); }
H1.HeaderClassName
{
color: #F6886F;
}
.AnyTagClassName
{
color: #F6886F;
}
</style>
background-color css
<style>
a { background-color: #F6886F; }
a { background-color: rgb(246,136,111); }
div.DivClassName
{
background-color: #F6886F;
}
.BgClassName
{
background-color: #F6886F;
}
</style>
border-color css
<style>
span { border-color: #F6886F; }
span { border-color: rgb(246,136,111); }
td.TdClassName
{
border-color: #F6886F;
}
.TagClassName
{
border-color: #F6886F;
}
</style>