Shades of Salmon #FF866B
Tints of Salmon #FF866B
RGB
CMYK
RGB Variations
Color information
#FF866B (or 0xFF866B) is known color: Salmon. HEX triplet: FF, 86 and 6B. RGB value is (255,134,107). Sum of RGB (Red+Green+Blue) = 255+134+107=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 107 (42.19% from 255 or 21.57% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF866B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF866B is #007994. Grayscale: #A7A7A7. Windows color (decimal): -31125 or 7046911. OLE color: 7046911.
HSL color Cylindrical-coordinate representation of color #FF866B: hue angle of 10.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF866B is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 107 | - |
| CMYK | 0 | 0.47 | 0.58 | 0 |
| HSL | 10.95º | 1% | 0.71% | - |
| HSV(B) | 10.95º | 0.58% | 1% | - |
| XYZ | 52.42 | 39.37 | 18.75 | - |
| YUV | 167.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 107 | 0 | 0.47 | 0.58 | 0 | 10.95 | 1 | 0.71 |
| Hex | FF | 86 | 6B | 0 | 2F | 3A | 0 | B | 64 | 47 |
| Octal | 377 | 206 | 153 | 0 | 57 | 72 | 0 | 13 | 144 | 107 |
| Binary | 11111111 | 10000110 | 1101011 | 0 | 101111 | 111010 | 0 | 1011 | 1100100 | 1000111 |
Color Harmonies of #FF866B
Complementary color
Monochromatic Colors of #FF866B
Black with #FF866B
Text Example
Text Example
White with #FF866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF866B; }
p { color: rgb(255,134,107); }
H1.HeaderClassName
{
color: #FF866B;
}
.AnyTagClassName
{
color: #FF866B;
}
</style>
background-color css
<style>
a { background-color: #FF866B; }
a { background-color: rgb(255,134,107); }
div.DivClassName
{
background-color: #FF866B;
}
.BgClassName
{
background-color: #FF866B;
}
</style>
border-color css
<style>
span { border-color: #FF866B; }
span { border-color: rgb(255,134,107); }
td.TdClassName
{
border-color: #FF866B;
}
.TagClassName
{
border-color: #FF866B;
}
</style>