Shades of Salmon #FA796A
Tints of Salmon #FA796A
RGB
CMYK
RGB Variations
Color information
#FA796A (or 0xFA796A) is known color: Salmon. HEX triplet: FA, 79 and 6A. RGB value is (250,121,106). Sum of RGB (Red+Green+Blue) = 250+121+106=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA796A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA796A is #058695. Grayscale: #9E9E9E. Windows color (decimal): -362134 or 6978042. OLE color: 6978042.
HSL color Cylindrical-coordinate representation of color #FA796A: hue angle of 6.25º 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 #FA796A is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 106 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.02 |
| HSL | 6.25º | 0.94% | 0.7% | - |
| HSV(B) | 6.25º | 0.58% | 0.98% | - |
| XYZ | 48.86 | 35.04 | 17.82 | - |
| YUV | 157.86 | 98.74 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 106 | 0 | 0.52 | 0.58 | 0.02 | 6.25 | 0.94 | 0.7 |
| Hex | FA | 79 | 6A | 0 | 34 | 3A | 2 | 6 | 5E | 46 |
| Octal | 372 | 171 | 152 | 0 | 64 | 72 | 2 | 6 | 136 | 106 |
| Binary | 11111010 | 1111001 | 1101010 | 0 | 110100 | 111010 | 10 | 110 | 1011110 | 1000110 |
Color Harmonies of #FA796A
Complementary color
Monochromatic Colors of #FA796A
Black with #FA796A
Text Example
Text Example
White with #FA796A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA796A; }
p { color: rgb(250,121,106); }
H1.HeaderClassName
{
color: #FA796A;
}
.AnyTagClassName
{
color: #FA796A;
}
</style>
background-color css
<style>
a { background-color: #FA796A; }
a { background-color: rgb(250,121,106); }
div.DivClassName
{
background-color: #FA796A;
}
.BgClassName
{
background-color: #FA796A;
}
</style>
border-color css
<style>
span { border-color: #FA796A; }
span { border-color: rgb(250,121,106); }
td.TdClassName
{
border-color: #FA796A;
}
.TagClassName
{
border-color: #FA796A;
}
</style>