Shades of Salmon #F6876C
Tints of Salmon #F6876C
RGB
CMYK
RGB Variations
Color information
#F6876C (or 0xF6876C) is known color: Salmon. HEX triplet: F6, 87 and 6C. RGB value is (246,135,108). Sum of RGB (Red+Green+Blue) = 246+135+108=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6876C is #097893. Grayscale: #A5A5A5. Windows color (decimal): -620692 or 7112694. OLE color: 7112694.
HSL color Cylindrical-coordinate representation of color #F6876C: hue angle of 11.74º 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 #F6876C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 108 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.04 |
| HSL | 11.74º | 0.88% | 0.69% | - |
| HSV(B) | 11.74º | 0.56% | 0.96% | - |
| XYZ | 49.38 | 38 | 18.92 | - |
| YUV | 165.11 | 95.77 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 108 | 0 | 0.45 | 0.56 | 0.04 | 11.74 | 0.88 | 0.69 |
| Hex | F6 | 87 | 6C | 0 | 2D | 38 | 4 | C | 58 | 45 |
| Octal | 366 | 207 | 154 | 0 | 55 | 70 | 4 | 14 | 130 | 105 |
| Binary | 11110110 | 10000111 | 1101100 | 0 | 101101 | 111000 | 100 | 1100 | 1011000 | 1000101 |
Color Harmonies of #F6876C
Complementary color
Monochromatic Colors of #F6876C
Black with #F6876C
Text Example
Text Example
White with #F6876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6876C; }
p { color: rgb(246,135,108); }
H1.HeaderClassName
{
color: #F6876C;
}
.AnyTagClassName
{
color: #F6876C;
}
</style>
background-color css
<style>
a { background-color: #F6876C; }
a { background-color: rgb(246,135,108); }
div.DivClassName
{
background-color: #F6876C;
}
.BgClassName
{
background-color: #F6876C;
}
</style>
border-color css
<style>
span { border-color: #F6876C; }
span { border-color: rgb(246,135,108); }
td.TdClassName
{
border-color: #F6876C;
}
.TagClassName
{
border-color: #F6876C;
}
</style>