Shades of Salmon #FA7E6D
Tints of Salmon #FA7E6D
RGB
CMYK
RGB Variations
Color information
#FA7E6D (or 0xFA7E6D) is known color: Salmon. HEX triplet: FA, 7E and 6D. RGB value is (250,126,109). Sum of RGB (Red+Green+Blue) = 250+126+109=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E6D is #058192. Grayscale: #A1A1A1. Windows color (decimal): -360851 or 7175930. OLE color: 7175930.
HSL color Cylindrical-coordinate representation of color #FA7E6D: hue angle of 7.23º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA7E6D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 109 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.02 |
| HSL | 7.23º | 0.93% | 0.7% | - |
| HSV(B) | 7.23º | 0.56% | 0.98% | - |
| XYZ | 49.65 | 36.35 | 18.87 | - |
| YUV | 161.14 | 98.58 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 109 | 0 | 0.50 | 0.56 | 0.02 | 7.23 | 0.93 | 0.7 |
| Hex | FA | 7E | 6D | 0 | 32 | 38 | 2 | 7 | 5D | 46 |
| Octal | 372 | 176 | 155 | 0 | 62 | 70 | 2 | 7 | 135 | 106 |
| Binary | 11111010 | 1111110 | 1101101 | 0 | 110010 | 111000 | 10 | 111 | 1011101 | 1000110 |
Color Harmonies of #FA7E6D
Complementary color
Monochromatic Colors of #FA7E6D
Black with #FA7E6D
Text Example
Text Example
White with #FA7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7E6D; }
p { color: rgb(250,126,109); }
H1.HeaderClassName
{
color: #FA7E6D;
}
.AnyTagClassName
{
color: #FA7E6D;
}
</style>
background-color css
<style>
a { background-color: #FA7E6D; }
a { background-color: rgb(250,126,109); }
div.DivClassName
{
background-color: #FA7E6D;
}
.BgClassName
{
background-color: #FA7E6D;
}
</style>
border-color css
<style>
span { border-color: #FA7E6D; }
span { border-color: rgb(250,126,109); }
td.TdClassName
{
border-color: #FA7E6D;
}
.TagClassName
{
border-color: #FA7E6D;
}
</style>