Shades of Salmon #FF856F
Tints of Salmon #FF856F
RGB
CMYK
RGB Variations
Color information
#FF856F (or 0xFF856F) is known color: Salmon. HEX triplet: FF, 85 and 6F. RGB value is (255,133,111). Sum of RGB (Red+Green+Blue) = 255+133+111=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF856F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF856F is #007A90. Grayscale: #A7A7A7. Windows color (decimal): -31377 or 7308799. OLE color: 7308799.
HSL color Cylindrical-coordinate representation of color #FF856F: hue angle of 9.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF856F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 111 | - |
| CMYK | 0 | 0.48 | 0.56 | 0 |
| HSL | 9.17º | 1% | 0.72% | - |
| HSV(B) | 9.17º | 0.56% | 1% | - |
| XYZ | 52.5 | 39.18 | 19.84 | - |
| YUV | 166.97 | 96.42 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 111 | 0 | 0.48 | 0.56 | 0 | 9.17 | 1 | 0.72 |
| Hex | FF | 85 | 6F | 0 | 30 | 38 | 0 | 9 | 64 | 48 |
| Octal | 377 | 205 | 157 | 0 | 60 | 70 | 0 | 11 | 144 | 110 |
| Binary | 11111111 | 10000101 | 1101111 | 0 | 110000 | 111000 | 0 | 1001 | 1100100 | 1001000 |
Color Harmonies of #FF856F
Complementary color
Monochromatic Colors of #FF856F
Black with #FF856F
Text Example
Text Example
White with #FF856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF856F; }
p { color: rgb(255,133,111); }
H1.HeaderClassName
{
color: #FF856F;
}
.AnyTagClassName
{
color: #FF856F;
}
</style>
background-color css
<style>
a { background-color: #FF856F; }
a { background-color: rgb(255,133,111); }
div.DivClassName
{
background-color: #FF856F;
}
.BgClassName
{
background-color: #FF856F;
}
</style>
border-color css
<style>
span { border-color: #FF856F; }
span { border-color: rgb(255,133,111); }
td.TdClassName
{
border-color: #FF856F;
}
.TagClassName
{
border-color: #FF856F;
}
</style>