Shades of Salmon #FA856E
Tints of Salmon #FA856E
RGB
CMYK
RGB Variations
Color information
#FA856E (or 0xFA856E) is known color: Salmon. HEX triplet: FA, 85 and 6E. RGB value is (250,133,110). Sum of RGB (Red+Green+Blue) = 250+133+110=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA856E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA856E is #057A91. Grayscale: #A5A5A5. Windows color (decimal): -359058 or 7243258. OLE color: 7243258.
HSL color Cylindrical-coordinate representation of color #FA856E: hue angle of 9.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA856E is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 110 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.02 |
| HSL | 9.86º | 0.93% | 0.71% | - |
| HSV(B) | 9.86º | 0.56% | 0.98% | - |
| XYZ | 50.63 | 38.22 | 19.46 | - |
| YUV | 165.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 110 | 0 | 0.47 | 0.56 | 0.02 | 9.86 | 0.93 | 0.71 |
| Hex | FA | 85 | 6E | 0 | 2F | 38 | 2 | A | 5D | 47 |
| Octal | 372 | 205 | 156 | 0 | 57 | 70 | 2 | 12 | 135 | 107 |
| Binary | 11111010 | 10000101 | 1101110 | 0 | 101111 | 111000 | 10 | 1010 | 1011101 | 1000111 |
Color Harmonies of #FA856E
Complementary color
Monochromatic Colors of #FA856E
Black with #FA856E
Text Example
Text Example
White with #FA856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA856E; }
p { color: rgb(250,133,110); }
H1.HeaderClassName
{
color: #FA856E;
}
.AnyTagClassName
{
color: #FA856E;
}
</style>
background-color css
<style>
a { background-color: #FA856E; }
a { background-color: rgb(250,133,110); }
div.DivClassName
{
background-color: #FA856E;
}
.BgClassName
{
background-color: #FA856E;
}
</style>
border-color css
<style>
span { border-color: #FA856E; }
span { border-color: rgb(250,133,110); }
td.TdClassName
{
border-color: #FA856E;
}
.TagClassName
{
border-color: #FA856E;
}
</style>