Shades of Salmon #FA856F
Tints of Salmon #FA856F
RGB
CMYK
RGB Variations
Color information
#FA856F (or 0xFA856F) is known color: Salmon. HEX triplet: FA, 85 and 6F. RGB value is (250,133,111). Sum of RGB (Red+Green+Blue) = 250+133+111=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA856F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA856F is #057A90. Grayscale: #A5A5A5. Windows color (decimal): -359057 or 7308794. OLE color: 7308794.
HSL color Cylindrical-coordinate representation of color #FA856F: hue angle of 9.5º 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 #FA856F is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 111 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.02 |
| HSL | 9.5º | 0.93% | 0.71% | - |
| HSV(B) | 9.5º | 0.56% | 0.98% | - |
| XYZ | 50.68 | 38.25 | 19.75 | - |
| YUV | 165.48 | 97.26 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 111 | 0 | 0.47 | 0.56 | 0.02 | 9.5 | 0.93 | 0.71 |
| Hex | FA | 85 | 6F | 0 | 2F | 38 | 2 | 9 | 5D | 47 |
| Octal | 372 | 205 | 157 | 0 | 57 | 70 | 2 | 11 | 135 | 107 |
| Binary | 11111010 | 10000101 | 1101111 | 0 | 101111 | 111000 | 10 | 1001 | 1011101 | 1000111 |
Color Harmonies of #FA856F
Complementary color
Monochromatic Colors of #FA856F
Black with #FA856F
Text Example
Text Example
White with #FA856F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA856F; }
p { color: rgb(250,133,111); }
H1.HeaderClassName
{
color: #FA856F;
}
.AnyTagClassName
{
color: #FA856F;
}
</style>
background-color css
<style>
a { background-color: #FA856F; }
a { background-color: rgb(250,133,111); }
div.DivClassName
{
background-color: #FA856F;
}
.BgClassName
{
background-color: #FA856F;
}
</style>
border-color css
<style>
span { border-color: #FA856F; }
span { border-color: rgb(250,133,111); }
td.TdClassName
{
border-color: #FA856F;
}
.TagClassName
{
border-color: #FA856F;
}
</style>