Shades of Salmon #FF867C
Tints of Salmon #FF867C
RGB
CMYK
RGB Variations
Color information
#FF867C (or 0xFF867C) is known color: Salmon. HEX triplet: FF, 86 and 7C. RGB value is (255,134,124). Sum of RGB (Red+Green+Blue) = 255+134+124=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 124 (48.83% from 255 or 24.17% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF867C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF867C is #007983. Grayscale: #A9A9A9. Windows color (decimal): -31108 or 8161023. OLE color: 8161023.
HSL color Cylindrical-coordinate representation of color #FF867C: hue angle of 4.58º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF867C is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 124 | - |
| CMYK | 0 | 0.47 | 0.51 | 0 |
| HSL | 4.58º | 1% | 0.74% | - |
| HSV(B) | 4.58º | 0.51% | 1% | - |
| XYZ | 53.4 | 39.77 | 23.93 | - |
| YUV | 169.04 | 102.59 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 124 | 0 | 0.47 | 0.51 | 0 | 4.58 | 1 | 0.74 |
| Hex | FF | 86 | 7C | 0 | 2F | 33 | 0 | 5 | 64 | 4A |
| Octal | 377 | 206 | 174 | 0 | 57 | 63 | 0 | 5 | 144 | 112 |
| Binary | 11111111 | 10000110 | 1111100 | 0 | 101111 | 110011 | 0 | 101 | 1100100 | 1001010 |
Color Harmonies of #FF867C
Complementary color
Monochromatic Colors of #FF867C
Black with #FF867C
Text Example
Text Example
White with #FF867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF867C; }
p { color: rgb(255,134,124); }
H1.HeaderClassName
{
color: #FF867C;
}
.AnyTagClassName
{
color: #FF867C;
}
</style>
background-color css
<style>
a { background-color: #FF867C; }
a { background-color: rgb(255,134,124); }
div.DivClassName
{
background-color: #FF867C;
}
.BgClassName
{
background-color: #FF867C;
}
</style>
border-color css
<style>
span { border-color: #FF867C; }
span { border-color: rgb(255,134,124); }
td.TdClassName
{
border-color: #FF867C;
}
.TagClassName
{
border-color: #FF867C;
}
</style>