Shades of Salmon #FF867D
Tints of Salmon #FF867D
RGB
CMYK
RGB Variations
Color information
#FF867D (or 0xFF867D) is known color: Salmon. HEX triplet: FF, 86 and 7D. RGB value is (255,134,125). Sum of RGB (Red+Green+Blue) = 255+134+125=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF867D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF867D is #007982. Grayscale: #A9A9A9. Windows color (decimal): -31107 or 8226559. OLE color: 8226559.
HSL color Cylindrical-coordinate representation of color #FF867D: hue angle of 4.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF867D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 125 | - |
| CMYK | 0 | 0.47 | 0.51 | 0 |
| HSL | 4.15º | 1% | 0.75% | - |
| HSV(B) | 4.15º | 0.51% | 1% | - |
| XYZ | 53.47 | 39.79 | 24.26 | - |
| YUV | 169.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 125 | 0 | 0.47 | 0.51 | 0 | 4.15 | 1 | 0.75 |
| Hex | FF | 86 | 7D | 0 | 2F | 33 | 0 | 4 | 64 | 4B |
| Octal | 377 | 206 | 175 | 0 | 57 | 63 | 0 | 4 | 144 | 113 |
| Binary | 11111111 | 10000110 | 1111101 | 0 | 101111 | 110011 | 0 | 100 | 1100100 | 1001011 |
Color Harmonies of #FF867D
Complementary color
Monochromatic Colors of #FF867D
Black with #FF867D
Text Example
Text Example
White with #FF867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF867D; }
p { color: rgb(255,134,125); }
H1.HeaderClassName
{
color: #FF867D;
}
.AnyTagClassName
{
color: #FF867D;
}
</style>
background-color css
<style>
a { background-color: #FF867D; }
a { background-color: rgb(255,134,125); }
div.DivClassName
{
background-color: #FF867D;
}
.BgClassName
{
background-color: #FF867D;
}
</style>
border-color css
<style>
span { border-color: #FF867D; }
span { border-color: rgb(255,134,125); }
td.TdClassName
{
border-color: #FF867D;
}
.TagClassName
{
border-color: #FF867D;
}
</style>