Shades of Light Salmon #FAA982
Tints of Light Salmon #FAA982
RGB
CMYK
RGB Variations
Color information
#FAA982 (or 0xFAA982) is known color: Light Salmon. HEX triplet: FA, A9 and 82. RGB value is (250,169,130). Sum of RGB (Red+Green+Blue) = 250+169+130=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA982 is #05567D. Grayscale: #BDBDBD. Windows color (decimal): -349822 or 8563194. OLE color: 8563194.
HSL color Cylindrical-coordinate representation of color #FAA982: hue angle of 19.5º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAA982 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 130 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.02 |
| HSL | 19.5º | 0.92% | 0.75% | - |
| HSV(B) | 19.5º | 0.48% | 0.98% | - |
| XYZ | 57.64 | 50.31 | 27.79 | - |
| YUV | 188.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 130 | 0 | 0.32 | 0.48 | 0.02 | 19.5 | 0.92 | 0.75 |
| Hex | FA | A9 | 82 | 0 | 20 | 30 | 2 | 14 | 5C | 4B |
| Octal | 372 | 251 | 202 | 0 | 40 | 60 | 2 | 24 | 134 | 113 |
| Binary | 11111010 | 10101001 | 10000010 | 0 | 100000 | 110000 | 10 | 10100 | 1011100 | 1001011 |
Color Harmonies of #FAA982
Complementary color
Monochromatic Colors of #FAA982
Black with #FAA982
Text Example
Text Example
White with #FAA982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA982; }
p { color: rgb(250,169,130); }
H1.HeaderClassName
{
color: #FAA982;
}
.AnyTagClassName
{
color: #FAA982;
}
</style>
background-color css
<style>
a { background-color: #FAA982; }
a { background-color: rgb(250,169,130); }
div.DivClassName
{
background-color: #FAA982;
}
.BgClassName
{
background-color: #FAA982;
}
</style>
border-color css
<style>
span { border-color: #FAA982; }
span { border-color: rgb(250,169,130); }
td.TdClassName
{
border-color: #FAA982;
}
.TagClassName
{
border-color: #FAA982;
}
</style>