Shades of Salmon #FF876B
Tints of Salmon #FF876B
RGB
CMYK
RGB Variations
Color information
#FF876B (or 0xFF876B) is known color: Salmon. HEX triplet: FF, 87 and 6B. RGB value is (255,135,107). Sum of RGB (Red+Green+Blue) = 255+135+107=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF876B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF876B is #007894. Grayscale: #A7A7A7. Windows color (decimal): -30869 or 7047167. OLE color: 7047167.
HSL color Cylindrical-coordinate representation of color #FF876B: hue angle of 11.35º 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 #FF876B is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 107 | - |
| CMYK | 0 | 0.47 | 0.58 | 0 |
| HSL | 11.35º | 1% | 0.71% | - |
| HSV(B) | 11.35º | 0.58% | 1% | - |
| XYZ | 52.56 | 39.65 | 18.79 | - |
| YUV | 167.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 107 | 0 | 0.47 | 0.58 | 0 | 11.35 | 1 | 0.71 |
| Hex | FF | 87 | 6B | 0 | 2F | 3A | 0 | B | 64 | 47 |
| Octal | 377 | 207 | 153 | 0 | 57 | 72 | 0 | 13 | 144 | 107 |
| Binary | 11111111 | 10000111 | 1101011 | 0 | 101111 | 111010 | 0 | 1011 | 1100100 | 1000111 |
Color Harmonies of #FF876B
Complementary color
Monochromatic Colors of #FF876B
Black with #FF876B
Text Example
Text Example
White with #FF876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF876B; }
p { color: rgb(255,135,107); }
H1.HeaderClassName
{
color: #FF876B;
}
.AnyTagClassName
{
color: #FF876B;
}
</style>
background-color css
<style>
a { background-color: #FF876B; }
a { background-color: rgb(255,135,107); }
div.DivClassName
{
background-color: #FF876B;
}
.BgClassName
{
background-color: #FF876B;
}
</style>
border-color css
<style>
span { border-color: #FF876B; }
span { border-color: rgb(255,135,107); }
td.TdClassName
{
border-color: #FF876B;
}
.TagClassName
{
border-color: #FF876B;
}
</style>