Shades of Salmon #FF856B
Tints of Salmon #FF856B
RGB
CMYK
RGB Variations
Color information
#FF856B (or 0xFF856B) is known color: Salmon. HEX triplet: FF, 85 and 6B. RGB value is (255,133,107). Sum of RGB (Red+Green+Blue) = 255+133+107=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF856B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF856B is #007A94. Grayscale: #A6A6A6. Windows color (decimal): -31381 or 7046655. OLE color: 7046655.
HSL color Cylindrical-coordinate representation of color #FF856B: hue angle of 10.54º 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 #FF856B is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 107 | - |
| CMYK | 0 | 0.48 | 0.58 | 0 |
| HSL | 10.54º | 1% | 0.71% | - |
| HSV(B) | 10.54º | 0.58% | 1% | - |
| XYZ | 52.28 | 39.1 | 18.7 | - |
| YUV | 166.51 | 94.42 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 107 | 0 | 0.48 | 0.58 | 0 | 10.54 | 1 | 0.71 |
| Hex | FF | 85 | 6B | 0 | 30 | 3A | 0 | B | 64 | 47 |
| Octal | 377 | 205 | 153 | 0 | 60 | 72 | 0 | 13 | 144 | 107 |
| Binary | 11111111 | 10000101 | 1101011 | 0 | 110000 | 111010 | 0 | 1011 | 1100100 | 1000111 |
Color Harmonies of #FF856B
Complementary color
Monochromatic Colors of #FF856B
Black with #FF856B
Text Example
Text Example
White with #FF856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF856B; }
p { color: rgb(255,133,107); }
H1.HeaderClassName
{
color: #FF856B;
}
.AnyTagClassName
{
color: #FF856B;
}
</style>
background-color css
<style>
a { background-color: #FF856B; }
a { background-color: rgb(255,133,107); }
div.DivClassName
{
background-color: #FF856B;
}
.BgClassName
{
background-color: #FF856B;
}
</style>
border-color css
<style>
span { border-color: #FF856B; }
span { border-color: rgb(255,133,107); }
td.TdClassName
{
border-color: #FF856B;
}
.TagClassName
{
border-color: #FF856B;
}
</style>