Shades of Salmon #FF876D
Tints of Salmon #FF876D
RGB
CMYK
RGB Variations
Color information
#FF876D (or 0xFF876D) is known color: Salmon. HEX triplet: FF, 87 and 6D. RGB value is (255,135,109). Sum of RGB (Red+Green+Blue) = 255+135+109=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF876D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF876D is #007892. Grayscale: #A8A8A8. Windows color (decimal): -30867 or 7178239. OLE color: 7178239.
HSL color Cylindrical-coordinate representation of color #FF876D: hue angle of 10.68º 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 #FF876D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 135 | 109 | - |
| CMYK | 0 | 0.47 | 0.57 | 0 |
| HSL | 10.68º | 1% | 0.71% | - |
| HSV(B) | 10.68º | 0.57% | 1% | - |
| XYZ | 52.66 | 39.69 | 19.35 | - |
| YUV | 167.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 135 | 109 | 0 | 0.47 | 0.57 | 0 | 10.68 | 1 | 0.71 |
| Hex | FF | 87 | 6D | 0 | 2F | 39 | 0 | B | 64 | 47 |
| Octal | 377 | 207 | 155 | 0 | 57 | 71 | 0 | 13 | 144 | 107 |
| Binary | 11111111 | 10000111 | 1101101 | 0 | 101111 | 111001 | 0 | 1011 | 1100100 | 1000111 |
Color Harmonies of #FF876D
Complementary color
Monochromatic Colors of #FF876D
Black with #FF876D
Text Example
Text Example
White with #FF876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF876D; }
p { color: rgb(255,135,109); }
H1.HeaderClassName
{
color: #FF876D;
}
.AnyTagClassName
{
color: #FF876D;
}
</style>
background-color css
<style>
a { background-color: #FF876D; }
a { background-color: rgb(255,135,109); }
div.DivClassName
{
background-color: #FF876D;
}
.BgClassName
{
background-color: #FF876D;
}
</style>
border-color css
<style>
span { border-color: #FF876D; }
span { border-color: rgb(255,135,109); }
td.TdClassName
{
border-color: #FF876D;
}
.TagClassName
{
border-color: #FF876D;
}
</style>