Shades of Salmon #FA786A
Tints of Salmon #FA786A
RGB
CMYK
RGB Variations
Color information
#FA786A (or 0xFA786A) is known color: Salmon. HEX triplet: FA, 78 and 6A. RGB value is (250,120,106). Sum of RGB (Red+Green+Blue) = 250+120+106=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA786A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA786A is #058795. Grayscale: #9D9D9D. Windows color (decimal): -362390 or 6977786. OLE color: 6977786.
HSL color Cylindrical-coordinate representation of color #FA786A: hue angle of 5.83º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA786A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 106 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.02 |
| HSL | 5.83º | 0.94% | 0.7% | - |
| HSV(B) | 5.83º | 0.58% | 0.98% | - |
| XYZ | 48.74 | 34.8 | 17.78 | - |
| YUV | 157.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 106 | 0 | 0.52 | 0.58 | 0.02 | 5.83 | 0.94 | 0.7 |
| Hex | FA | 78 | 6A | 0 | 34 | 3A | 2 | 6 | 5E | 46 |
| Octal | 372 | 170 | 152 | 0 | 64 | 72 | 2 | 6 | 136 | 106 |
| Binary | 11111010 | 1111000 | 1101010 | 0 | 110100 | 111010 | 10 | 110 | 1011110 | 1000110 |
Color Harmonies of #FA786A
Complementary color
Monochromatic Colors of #FA786A
Black with #FA786A
Text Example
Text Example
White with #FA786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA786A; }
p { color: rgb(250,120,106); }
H1.HeaderClassName
{
color: #FA786A;
}
.AnyTagClassName
{
color: #FA786A;
}
</style>
background-color css
<style>
a { background-color: #FA786A; }
a { background-color: rgb(250,120,106); }
div.DivClassName
{
background-color: #FA786A;
}
.BgClassName
{
background-color: #FA786A;
}
</style>
border-color css
<style>
span { border-color: #FA786A; }
span { border-color: rgb(250,120,106); }
td.TdClassName
{
border-color: #FA786A;
}
.TagClassName
{
border-color: #FA786A;
}
</style>