Shades of Salmon #FF856C
Tints of Salmon #FF856C
RGB
CMYK
RGB Variations
Color information
#FF856C (or 0xFF856C) is known color: Salmon. HEX triplet: FF, 85 and 6C. RGB value is (255,133,108). Sum of RGB (Red+Green+Blue) = 255+133+108=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 108 (42.58% from 255 or 21.77% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF856C is #007A93. Grayscale: #A6A6A6. Windows color (decimal): -31380 or 7112191. OLE color: 7112191.
HSL color Cylindrical-coordinate representation of color #FF856C: hue angle of 10.2º 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 #FF856C is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 108 | - |
| CMYK | 0 | 0.48 | 0.58 | 0 |
| HSL | 10.2º | 1% | 0.71% | - |
| HSV(B) | 10.2º | 0.58% | 1% | - |
| XYZ | 52.33 | 39.12 | 18.98 | - |
| YUV | 166.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 108 | 0 | 0.48 | 0.58 | 0 | 10.2 | 1 | 0.71 |
| Hex | FF | 85 | 6C | 0 | 30 | 3A | 0 | A | 64 | 47 |
| Octal | 377 | 205 | 154 | 0 | 60 | 72 | 0 | 12 | 144 | 107 |
| Binary | 11111111 | 10000101 | 1101100 | 0 | 110000 | 111010 | 0 | 1010 | 1100100 | 1000111 |
Color Harmonies of #FF856C
Complementary color
Monochromatic Colors of #FF856C
Black with #FF856C
Text Example
Text Example
White with #FF856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF856C; }
p { color: rgb(255,133,108); }
H1.HeaderClassName
{
color: #FF856C;
}
.AnyTagClassName
{
color: #FF856C;
}
</style>
background-color css
<style>
a { background-color: #FF856C; }
a { background-color: rgb(255,133,108); }
div.DivClassName
{
background-color: #FF856C;
}
.BgClassName
{
background-color: #FF856C;
}
</style>
border-color css
<style>
span { border-color: #FF856C; }
span { border-color: rgb(255,133,108); }
td.TdClassName
{
border-color: #FF856C;
}
.TagClassName
{
border-color: #FF856C;
}
</style>