Shades of Light Salmon #FAA082
Tints of Light Salmon #FAA082
RGB
CMYK
RGB Variations
Color information
#FAA082 (or 0xFAA082) is known color: Light Salmon. HEX triplet: FA, A0 and 82. RGB value is (250,160,130). Sum of RGB (Red+Green+Blue) = 250+160+130=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA082 is #055F7D. Grayscale: #B7B7B7. Windows color (decimal): -352126 or 8560890. OLE color: 8560890.
HSL color Cylindrical-coordinate representation of color #FAA082: hue angle of 15º 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 #FAA082 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 130 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.02 |
| HSL | 15º | 0.92% | 0.75% | - |
| HSV(B) | 15º | 0.48% | 0.98% | - |
| XYZ | 56.02 | 47.08 | 27.25 | - |
| YUV | 183.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 130 | 0 | 0.36 | 0.48 | 0.02 | 15 | 0.92 | 0.75 |
| Hex | FA | A0 | 82 | 0 | 24 | 30 | 2 | F | 5C | 4B |
| Octal | 372 | 240 | 202 | 0 | 44 | 60 | 2 | 17 | 134 | 113 |
| Binary | 11111010 | 10100000 | 10000010 | 0 | 100100 | 110000 | 10 | 1111 | 1011100 | 1001011 |
Color Harmonies of #FAA082
Complementary color
Monochromatic Colors of #FAA082
Black with #FAA082
Text Example
Text Example
White with #FAA082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA082; }
p { color: rgb(250,160,130); }
H1.HeaderClassName
{
color: #FAA082;
}
.AnyTagClassName
{
color: #FAA082;
}
</style>
background-color css
<style>
a { background-color: #FAA082; }
a { background-color: rgb(250,160,130); }
div.DivClassName
{
background-color: #FAA082;
}
.BgClassName
{
background-color: #FAA082;
}
</style>
border-color css
<style>
span { border-color: #FAA082; }
span { border-color: rgb(250,160,130); }
td.TdClassName
{
border-color: #FAA082;
}
.TagClassName
{
border-color: #FAA082;
}
</style>