Shades of Salmon #FA786F
Tints of Salmon #FA786F
RGB
CMYK
RGB Variations
Color information
#FA786F (or 0xFA786F) is known color: Salmon. HEX triplet: FA, 78 and 6F. RGB value is (250,120,111). Sum of RGB (Red+Green+Blue) = 250+120+111=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 111 (43.75% from 255 or 23.08% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA786F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA786F is #058790. Grayscale: #9E9E9E. Windows color (decimal): -362385 or 7305466. OLE color: 7305466.
HSL color Cylindrical-coordinate representation of color #FA786F: hue angle of 3.88º 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 #FA786F is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 111 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.02 |
| HSL | 3.88º | 0.93% | 0.71% | - |
| HSV(B) | 3.88º | 0.56% | 0.98% | - |
| XYZ | 49.01 | 34.9 | 19.19 | - |
| YUV | 157.84 | 101.57 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 111 | 0 | 0.52 | 0.56 | 0.02 | 3.88 | 0.93 | 0.71 |
| Hex | FA | 78 | 6F | 0 | 34 | 38 | 2 | 4 | 5D | 47 |
| Octal | 372 | 170 | 157 | 0 | 64 | 70 | 2 | 4 | 135 | 107 |
| Binary | 11111010 | 1111000 | 1101111 | 0 | 110100 | 111000 | 10 | 100 | 1011101 | 1000111 |
Color Harmonies of #FA786F
Complementary color
Monochromatic Colors of #FA786F
Black with #FA786F
Text Example
Text Example
White with #FA786F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA786F; }
p { color: rgb(250,120,111); }
H1.HeaderClassName
{
color: #FA786F;
}
.AnyTagClassName
{
color: #FA786F;
}
</style>
background-color css
<style>
a { background-color: #FA786F; }
a { background-color: rgb(250,120,111); }
div.DivClassName
{
background-color: #FA786F;
}
.BgClassName
{
background-color: #FA786F;
}
</style>
border-color css
<style>
span { border-color: #FA786F; }
span { border-color: rgb(250,120,111); }
td.TdClassName
{
border-color: #FA786F;
}
.TagClassName
{
border-color: #FA786F;
}
</style>