Shades of Light Salmon #FAA980
Tints of Light Salmon #FAA980
RGB
CMYK
RGB Variations
Color information
#FAA980 (or 0xFAA980) is known color: Light Salmon. HEX triplet: FA, A9 and 80. RGB value is (250,169,128). Sum of RGB (Red+Green+Blue) = 250+169+128=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA980 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA980 is #05567F. Grayscale: #BCBCBC. Windows color (decimal): -349824 or 8432122. OLE color: 8432122.
HSL color Cylindrical-coordinate representation of color #FAA980: hue angle of 20.16º 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 #FAA980 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 128 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.02 |
| HSL | 20.16º | 0.92% | 0.74% | - |
| HSV(B) | 20.16º | 0.49% | 0.98% | - |
| XYZ | 57.51 | 50.26 | 27.09 | - |
| YUV | 188.55 | 93.84 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 128 | 0 | 0.32 | 0.49 | 0.02 | 20.16 | 0.92 | 0.74 |
| Hex | FA | A9 | 80 | 0 | 20 | 31 | 2 | 14 | 5C | 4A |
| Octal | 372 | 251 | 200 | 0 | 40 | 61 | 2 | 24 | 134 | 112 |
| Binary | 11111010 | 10101001 | 10000000 | 0 | 100000 | 110001 | 10 | 10100 | 1011100 | 1001010 |
Color Harmonies of #FAA980
Complementary color
Monochromatic Colors of #FAA980
Black with #FAA980
Text Example
Text Example
White with #FAA980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA980; }
p { color: rgb(250,169,128); }
H1.HeaderClassName
{
color: #FAA980;
}
.AnyTagClassName
{
color: #FAA980;
}
</style>
background-color css
<style>
a { background-color: #FAA980; }
a { background-color: rgb(250,169,128); }
div.DivClassName
{
background-color: #FAA980;
}
.BgClassName
{
background-color: #FAA980;
}
</style>
border-color css
<style>
span { border-color: #FAA980; }
span { border-color: rgb(250,169,128); }
td.TdClassName
{
border-color: #FAA980;
}
.TagClassName
{
border-color: #FAA980;
}
</style>