Shades of Salmon #F6816A
Tints of Salmon #F6816A
RGB
CMYK
RGB Variations
Color information
#F6816A (or 0xF6816A) is known color: Salmon. HEX triplet: F6, 81 and 6A. RGB value is (246,129,106). Sum of RGB (Red+Green+Blue) = 246+129+106=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6816A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6816A is #097E95. Grayscale: #A1A1A1. Windows color (decimal): -622230 or 6980086. OLE color: 6980086.
HSL color Cylindrical-coordinate representation of color #F6816A: hue angle of 9.86º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6816A is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 106 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.04 |
| HSL | 9.86º | 0.89% | 0.69% | - |
| HSV(B) | 9.86º | 0.57% | 0.96% | - |
| XYZ | 48.46 | 36.33 | 18.09 | - |
| YUV | 161.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 106 | 0 | 0.48 | 0.57 | 0.04 | 9.86 | 0.89 | 0.69 |
| Hex | F6 | 81 | 6A | 0 | 30 | 39 | 4 | A | 59 | 45 |
| Octal | 366 | 201 | 152 | 0 | 60 | 71 | 4 | 12 | 131 | 105 |
| Binary | 11110110 | 10000001 | 1101010 | 0 | 110000 | 111001 | 100 | 1010 | 1011001 | 1000101 |
Color Harmonies of #F6816A
Complementary color
Monochromatic Colors of #F6816A
Black with #F6816A
Text Example
Text Example
White with #F6816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6816A; }
p { color: rgb(246,129,106); }
H1.HeaderClassName
{
color: #F6816A;
}
.AnyTagClassName
{
color: #F6816A;
}
</style>
background-color css
<style>
a { background-color: #F6816A; }
a { background-color: rgb(246,129,106); }
div.DivClassName
{
background-color: #F6816A;
}
.BgClassName
{
background-color: #F6816A;
}
</style>
border-color css
<style>
span { border-color: #F6816A; }
span { border-color: rgb(246,129,106); }
td.TdClassName
{
border-color: #F6816A;
}
.TagClassName
{
border-color: #F6816A;
}
</style>