Shades of Salmon #FF806E
Tints of Salmon #FF806E
RGB
CMYK
RGB Variations
Color information
#FF806E (or 0xFF806E) is known color: Salmon. HEX triplet: FF, 80 and 6E. RGB value is (255,128,110). Sum of RGB (Red+Green+Blue) = 255+128+110=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF806E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF806E is #007F91. Grayscale: #A4A4A4. Windows color (decimal): -32658 or 7241983. OLE color: 7241983.
HSL color Cylindrical-coordinate representation of color #FF806E: hue angle of 7.45º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF806E is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 128 | 110 | - |
| CMYK | 0 | 0.50 | 0.57 | 0 |
| HSL | 7.45º | 1% | 0.72% | - |
| HSV(B) | 7.45º | 0.57% | 1% | - |
| XYZ | 51.77 | 37.82 | 19.32 | - |
| YUV | 163.92 | 97.58 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 128 | 110 | 0 | 0.50 | 0.57 | 0 | 7.45 | 1 | 0.72 |
| Hex | FF | 80 | 6E | 0 | 32 | 39 | 0 | 7 | 64 | 48 |
| Octal | 377 | 200 | 156 | 0 | 62 | 71 | 0 | 7 | 144 | 110 |
| Binary | 11111111 | 10000000 | 1101110 | 0 | 110010 | 111001 | 0 | 111 | 1100100 | 1001000 |
Color Harmonies of #FF806E
Complementary color
Monochromatic Colors of #FF806E
Black with #FF806E
Text Example
Text Example
White with #FF806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF806E; }
p { color: rgb(255,128,110); }
H1.HeaderClassName
{
color: #FF806E;
}
.AnyTagClassName
{
color: #FF806E;
}
</style>
background-color css
<style>
a { background-color: #FF806E; }
a { background-color: rgb(255,128,110); }
div.DivClassName
{
background-color: #FF806E;
}
.BgClassName
{
background-color: #FF806E;
}
</style>
border-color css
<style>
span { border-color: #FF806E; }
span { border-color: rgb(255,128,110); }
td.TdClassName
{
border-color: #FF806E;
}
.TagClassName
{
border-color: #FF806E;
}
</style>