Shades of Salmon #FA7E68
Tints of Salmon #FA7E68
RGB
CMYK
RGB Variations
Color information
#FA7E68 (or 0xFA7E68) is known color: Salmon. HEX triplet: FA, 7E and 68. RGB value is (250,126,104). Sum of RGB (Red+Green+Blue) = 250+126+104=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7E68 is #058197. Grayscale: #A0A0A0. Windows color (decimal): -360856 or 6848250. OLE color: 6848250.
HSL color Cylindrical-coordinate representation of color #FA7E68: hue angle of 9.04º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA7E68 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 104 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.02 |
| HSL | 9.04º | 0.94% | 0.69% | - |
| HSV(B) | 9.04º | 0.58% | 0.98% | - |
| XYZ | 49.38 | 36.25 | 17.49 | - |
| YUV | 160.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 104 | 0 | 0.50 | 0.58 | 0.02 | 9.04 | 0.94 | 0.69 |
| Hex | FA | 7E | 68 | 0 | 32 | 3A | 2 | 9 | 5E | 45 |
| Octal | 372 | 176 | 150 | 0 | 62 | 72 | 2 | 11 | 136 | 105 |
| Binary | 11111010 | 1111110 | 1101000 | 0 | 110010 | 111010 | 10 | 1001 | 1011110 | 1000101 |
Color Harmonies of #FA7E68
Complementary color
Monochromatic Colors of #FA7E68
Black with #FA7E68
Text Example
Text Example
White with #FA7E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7E68; }
p { color: rgb(250,126,104); }
H1.HeaderClassName
{
color: #FA7E68;
}
.AnyTagClassName
{
color: #FA7E68;
}
</style>
background-color css
<style>
a { background-color: #FA7E68; }
a { background-color: rgb(250,126,104); }
div.DivClassName
{
background-color: #FA7E68;
}
.BgClassName
{
background-color: #FA7E68;
}
</style>
border-color css
<style>
span { border-color: #FA7E68; }
span { border-color: rgb(250,126,104); }
td.TdClassName
{
border-color: #FA7E68;
}
.TagClassName
{
border-color: #FA7E68;
}
</style>