Shades of Light Salmon #FA9E7F
Tints of Light Salmon #FA9E7F
RGB
CMYK
RGB Variations
Color information
#FA9E7F (or 0xFA9E7F) is known color: Light Salmon. HEX triplet: FA, 9E and 7F. RGB value is (250,158,127). Sum of RGB (Red+Green+Blue) = 250+158+127=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E7F is #056180. Grayscale: #B6B6B6. Windows color (decimal): -352641 or 8363770. OLE color: 8363770.
HSL color Cylindrical-coordinate representation of color #FA9E7F: hue angle of 15.12º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA9E7F is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 127 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.02 |
| HSL | 15.12º | 0.92% | 0.74% | - |
| HSV(B) | 15.12º | 0.49% | 0.98% | - |
| XYZ | 55.48 | 46.31 | 26.09 | - |
| YUV | 181.97 | 96.98 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 127 | 0 | 0.37 | 0.49 | 0.02 | 15.12 | 0.92 | 0.74 |
| Hex | FA | 9E | 7F | 0 | 25 | 31 | 2 | F | 5C | 4A |
| Octal | 372 | 236 | 177 | 0 | 45 | 61 | 2 | 17 | 134 | 112 |
| Binary | 11111010 | 10011110 | 1111111 | 0 | 100101 | 110001 | 10 | 1111 | 1011100 | 1001010 |
Color Harmonies of #FA9E7F
Complementary color
Monochromatic Colors of #FA9E7F
Black with #FA9E7F
Text Example
Text Example
White with #FA9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E7F; }
p { color: rgb(250,158,127); }
H1.HeaderClassName
{
color: #FA9E7F;
}
.AnyTagClassName
{
color: #FA9E7F;
}
</style>
background-color css
<style>
a { background-color: #FA9E7F; }
a { background-color: rgb(250,158,127); }
div.DivClassName
{
background-color: #FA9E7F;
}
.BgClassName
{
background-color: #FA9E7F;
}
</style>
border-color css
<style>
span { border-color: #FA9E7F; }
span { border-color: rgb(250,158,127); }
td.TdClassName
{
border-color: #FA9E7F;
}
.TagClassName
{
border-color: #FA9E7F;
}
</style>