Shades of Salmon #FF856D
Tints of Salmon #FF856D
RGB
CMYK
RGB Variations
Color information
#FF856D (or 0xFF856D) is known color: Salmon. HEX triplet: FF, 85 and 6D. RGB value is (255,133,109). Sum of RGB (Red+Green+Blue) = 255+133+109=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF856D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF856D is #007A92. Grayscale: #A6A6A6. Windows color (decimal): -31379 or 7177727. OLE color: 7177727.
HSL color Cylindrical-coordinate representation of color #FF856D: hue angle of 9.86º 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 #FF856D is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 109 | - |
| CMYK | 0 | 0.48 | 0.57 | 0 |
| HSL | 9.86º | 1% | 0.71% | - |
| HSV(B) | 9.86º | 0.57% | 1% | - |
| XYZ | 52.39 | 39.14 | 19.26 | - |
| YUV | 166.74 | 95.42 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 109 | 0 | 0.48 | 0.57 | 0 | 9.86 | 1 | 0.71 |
| Hex | FF | 85 | 6D | 0 | 30 | 39 | 0 | A | 64 | 47 |
| Octal | 377 | 205 | 155 | 0 | 60 | 71 | 0 | 12 | 144 | 107 |
| Binary | 11111111 | 10000101 | 1101101 | 0 | 110000 | 111001 | 0 | 1010 | 1100100 | 1000111 |
Color Harmonies of #FF856D
Complementary color
Monochromatic Colors of #FF856D
Black with #FF856D
Text Example
Text Example
White with #FF856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF856D; }
p { color: rgb(255,133,109); }
H1.HeaderClassName
{
color: #FF856D;
}
.AnyTagClassName
{
color: #FF856D;
}
</style>
background-color css
<style>
a { background-color: #FF856D; }
a { background-color: rgb(255,133,109); }
div.DivClassName
{
background-color: #FF856D;
}
.BgClassName
{
background-color: #FF856D;
}
</style>
border-color css
<style>
span { border-color: #FF856D; }
span { border-color: rgb(255,133,109); }
td.TdClassName
{
border-color: #FF856D;
}
.TagClassName
{
border-color: #FF856D;
}
</style>