Shades of Light Salmon #FA9E7A
Tints of Light Salmon #FA9E7A
RGB
CMYK
RGB Variations
Color information
#FA9E7A (or 0xFA9E7A) is known color: Light Salmon. HEX triplet: FA, 9E and 7A. RGB value is (250,158,122). Sum of RGB (Red+Green+Blue) = 250+158+122=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E7A is #056185. Grayscale: #B5B5B5. Windows color (decimal): -352646 or 8036090. OLE color: 8036090.
HSL color Cylindrical-coordinate representation of color #FA9E7A: hue angle of 16.88º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA9E7A is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 122 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.02 |
| HSL | 16.88º | 0.93% | 0.73% | - |
| HSV(B) | 16.88º | 0.51% | 0.98% | - |
| XYZ | 55.16 | 46.18 | 24.42 | - |
| YUV | 181.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 122 | 0 | 0.37 | 0.51 | 0.02 | 16.88 | 0.93 | 0.73 |
| Hex | FA | 9E | 7A | 0 | 25 | 33 | 2 | 11 | 5D | 49 |
| Octal | 372 | 236 | 172 | 0 | 45 | 63 | 2 | 21 | 135 | 111 |
| Binary | 11111010 | 10011110 | 1111010 | 0 | 100101 | 110011 | 10 | 10001 | 1011101 | 1001001 |
Color Harmonies of #FA9E7A
Complementary color
Monochromatic Colors of #FA9E7A
Black with #FA9E7A
Text Example
Text Example
White with #FA9E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E7A; }
p { color: rgb(250,158,122); }
H1.HeaderClassName
{
color: #FA9E7A;
}
.AnyTagClassName
{
color: #FA9E7A;
}
</style>
background-color css
<style>
a { background-color: #FA9E7A; }
a { background-color: rgb(250,158,122); }
div.DivClassName
{
background-color: #FA9E7A;
}
.BgClassName
{
background-color: #FA9E7A;
}
</style>
border-color css
<style>
span { border-color: #FA9E7A; }
span { border-color: rgb(250,158,122); }
td.TdClassName
{
border-color: #FA9E7A;
}
.TagClassName
{
border-color: #FA9E7A;
}
</style>