Shades of Salmon #FA786C
Tints of Salmon #FA786C
RGB
CMYK
RGB Variations
Color information
#FA786C (or 0xFA786C) is known color: Salmon. HEX triplet: FA, 78 and 6C. RGB value is (250,120,108). Sum of RGB (Red+Green+Blue) = 250+120+108=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA786C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA786C is #058793. Grayscale: #9D9D9D. Windows color (decimal): -362388 or 7108858. OLE color: 7108858.
HSL color Cylindrical-coordinate representation of color #FA786C: hue angle of 5.07º degrees, saturation: 0.93, 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 #FA786C is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 108 | - |
| CMYK | 0 | 0.52 | 0.57 | 0.02 |
| HSL | 5.07º | 0.93% | 0.7% | - |
| HSV(B) | 5.07º | 0.57% | 0.98% | - |
| XYZ | 48.85 | 34.84 | 18.34 | - |
| YUV | 157.5 | 100.07 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 108 | 0 | 0.52 | 0.57 | 0.02 | 5.07 | 0.93 | 0.7 |
| Hex | FA | 78 | 6C | 0 | 34 | 39 | 2 | 5 | 5D | 46 |
| Octal | 372 | 170 | 154 | 0 | 64 | 71 | 2 | 5 | 135 | 106 |
| Binary | 11111010 | 1111000 | 1101100 | 0 | 110100 | 111001 | 10 | 101 | 1011101 | 1000110 |
Color Harmonies of #FA786C
Complementary color
Monochromatic Colors of #FA786C
Black with #FA786C
Text Example
Text Example
White with #FA786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA786C; }
p { color: rgb(250,120,108); }
H1.HeaderClassName
{
color: #FA786C;
}
.AnyTagClassName
{
color: #FA786C;
}
</style>
background-color css
<style>
a { background-color: #FA786C; }
a { background-color: rgb(250,120,108); }
div.DivClassName
{
background-color: #FA786C;
}
.BgClassName
{
background-color: #FA786C;
}
</style>
border-color css
<style>
span { border-color: #FA786C; }
span { border-color: rgb(250,120,108); }
td.TdClassName
{
border-color: #FA786C;
}
.TagClassName
{
border-color: #FA786C;
}
</style>