Shades of Salmon #FA766A
Tints of Salmon #FA766A
RGB
CMYK
RGB Variations
Color information
#FA766A (or 0xFA766A) is known color: Salmon. HEX triplet: FA, 76 and 6A. RGB value is (250,118,106). Sum of RGB (Red+Green+Blue) = 250+118+106=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 118 (46.48% from 255 or 24.89% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA766A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA766A is #058995. Grayscale: #9C9C9C. Windows color (decimal): -362902 or 6977274. OLE color: 6977274.
HSL color Cylindrical-coordinate representation of color #FA766A: hue angle of 5º 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 #FA766A is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 106 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.02 |
| HSL | 5º | 0.94% | 0.7% | - |
| HSV(B) | 5º | 0.58% | 0.98% | - |
| XYZ | 48.5 | 34.32 | 17.7 | - |
| YUV | 156.1 | 99.73 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 106 | 0 | 0.53 | 0.58 | 0.02 | 5 | 0.94 | 0.7 |
| Hex | FA | 76 | 6A | 0 | 35 | 3A | 2 | 5 | 5E | 46 |
| Octal | 372 | 166 | 152 | 0 | 65 | 72 | 2 | 5 | 136 | 106 |
| Binary | 11111010 | 1110110 | 1101010 | 0 | 110101 | 111010 | 10 | 101 | 1011110 | 1000110 |
Color Harmonies of #FA766A
Complementary color
Monochromatic Colors of #FA766A
Black with #FA766A
Text Example
Text Example
White with #FA766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA766A; }
p { color: rgb(250,118,106); }
H1.HeaderClassName
{
color: #FA766A;
}
.AnyTagClassName
{
color: #FA766A;
}
</style>
background-color css
<style>
a { background-color: #FA766A; }
a { background-color: rgb(250,118,106); }
div.DivClassName
{
background-color: #FA766A;
}
.BgClassName
{
background-color: #FA766A;
}
</style>
border-color css
<style>
span { border-color: #FA766A; }
span { border-color: rgb(250,118,106); }
td.TdClassName
{
border-color: #FA766A;
}
.TagClassName
{
border-color: #FA766A;
}
</style>