Shades of Salmon #FB856C
Tints of Salmon #FB856C
RGB
CMYK
RGB Variations
Color information
#FB856C (or 0xFB856C) is known color: Salmon. HEX triplet: FB, 85 and 6C. RGB value is (251,133,108). Sum of RGB (Red+Green+Blue) = 251+133+108=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB856C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB856C is #047A93. Grayscale: #A5A5A5. Windows color (decimal): -293524 or 7112187. OLE color: 7112187.
HSL color Cylindrical-coordinate representation of color #FB856C: hue angle of 10.49º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FB856C is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 108 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.02 |
| HSL | 10.49º | 0.95% | 0.7% | - |
| HSV(B) | 10.49º | 0.57% | 0.98% | - |
| XYZ | 50.88 | 38.37 | 18.91 | - |
| YUV | 165.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 108 | 0 | 0.47 | 0.57 | 0.02 | 10.49 | 0.95 | 0.7 |
| Hex | FB | 85 | 6C | 0 | 2F | 39 | 2 | A | 5F | 46 |
| Octal | 373 | 205 | 154 | 0 | 57 | 71 | 2 | 12 | 137 | 106 |
| Binary | 11111011 | 10000101 | 1101100 | 0 | 101111 | 111001 | 10 | 1010 | 1011111 | 1000110 |
Color Harmonies of #FB856C
Complementary color
Monochromatic Colors of #FB856C
Black with #FB856C
Text Example
Text Example
White with #FB856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB856C; }
p { color: rgb(251,133,108); }
H1.HeaderClassName
{
color: #FB856C;
}
.AnyTagClassName
{
color: #FB856C;
}
</style>
background-color css
<style>
a { background-color: #FB856C; }
a { background-color: rgb(251,133,108); }
div.DivClassName
{
background-color: #FB856C;
}
.BgClassName
{
background-color: #FB856C;
}
</style>
border-color css
<style>
span { border-color: #FB856C; }
span { border-color: rgb(251,133,108); }
td.TdClassName
{
border-color: #FB856C;
}
.TagClassName
{
border-color: #FB856C;
}
</style>