Shades of Salmon #FF866D
Tints of Salmon #FF866D
RGB
CMYK
RGB Variations
Color information
#FF866D (or 0xFF866D) is known color: Salmon. HEX triplet: FF, 86 and 6D. RGB value is (255,134,109). Sum of RGB (Red+Green+Blue) = 255+134+109=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF866D is #007992. Grayscale: #A7A7A7. Windows color (decimal): -31123 or 7177983. OLE color: 7177983.
HSL color Cylindrical-coordinate representation of color #FF866D: hue angle of 10.27º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF866D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 109 | - |
| CMYK | 0 | 0.47 | 0.57 | 0 |
| HSL | 10.27º | 1% | 0.71% | - |
| HSV(B) | 10.27º | 0.57% | 1% | - |
| XYZ | 52.53 | 39.41 | 19.31 | - |
| YUV | 167.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 109 | 0 | 0.47 | 0.57 | 0 | 10.27 | 1 | 0.71 |
| Hex | FF | 86 | 6D | 0 | 2F | 39 | 0 | A | 64 | 47 |
| Octal | 377 | 206 | 155 | 0 | 57 | 71 | 0 | 12 | 144 | 107 |
| Binary | 11111111 | 10000110 | 1101101 | 0 | 101111 | 111001 | 0 | 1010 | 1100100 | 1000111 |
Color Harmonies of #FF866D
Complementary color
Monochromatic Colors of #FF866D
Black with #FF866D
Text Example
Text Example
White with #FF866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF866D; }
p { color: rgb(255,134,109); }
H1.HeaderClassName
{
color: #FF866D;
}
.AnyTagClassName
{
color: #FF866D;
}
</style>
background-color css
<style>
a { background-color: #FF866D; }
a { background-color: rgb(255,134,109); }
div.DivClassName
{
background-color: #FF866D;
}
.BgClassName
{
background-color: #FF866D;
}
</style>
border-color css
<style>
span { border-color: #FF866D; }
span { border-color: rgb(255,134,109); }
td.TdClassName
{
border-color: #FF866D;
}
.TagClassName
{
border-color: #FF866D;
}
</style>