Shades of Light Salmon #FA9F7E
Tints of Light Salmon #FA9F7E
RGB
CMYK
RGB Variations
Color information
#FA9F7E (or 0xFA9F7E) is known color: Light Salmon. HEX triplet: FA, 9F and 7E. RGB value is (250,159,126). Sum of RGB (Red+Green+Blue) = 250+159+126=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F7E is #056081. Grayscale: #B6B6B6. Windows color (decimal): -352386 or 8298490. OLE color: 8298490.
HSL color Cylindrical-coordinate representation of color #FA9F7E: hue angle of 15.97º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA9F7E is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 126 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.02 |
| HSL | 15.97º | 0.93% | 0.74% | - |
| HSV(B) | 15.97º | 0.5% | 0.98% | - |
| XYZ | 55.59 | 46.63 | 25.81 | - |
| YUV | 182.45 | 96.15 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 126 | 0 | 0.36 | 0.50 | 0.02 | 15.97 | 0.93 | 0.74 |
| Hex | FA | 9F | 7E | 0 | 24 | 32 | 2 | 10 | 5D | 4A |
| Octal | 372 | 237 | 176 | 0 | 44 | 62 | 2 | 20 | 135 | 112 |
| Binary | 11111010 | 10011111 | 1111110 | 0 | 100100 | 110010 | 10 | 10000 | 1011101 | 1001010 |
Color Harmonies of #FA9F7E
Complementary color
Monochromatic Colors of #FA9F7E
Black with #FA9F7E
Text Example
Text Example
White with #FA9F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F7E; }
p { color: rgb(250,159,126); }
H1.HeaderClassName
{
color: #FA9F7E;
}
.AnyTagClassName
{
color: #FA9F7E;
}
</style>
background-color css
<style>
a { background-color: #FA9F7E; }
a { background-color: rgb(250,159,126); }
div.DivClassName
{
background-color: #FA9F7E;
}
.BgClassName
{
background-color: #FA9F7E;
}
</style>
border-color css
<style>
span { border-color: #FA9F7E; }
span { border-color: rgb(250,159,126); }
td.TdClassName
{
border-color: #FA9F7E;
}
.TagClassName
{
border-color: #FA9F7E;
}
</style>