Shades of Light Salmon #FAA279
Tints of Light Salmon #FAA279
RGB
CMYK
RGB Variations
Color information
#FAA279 (or 0xFAA279) is known color: Light Salmon. HEX triplet: FA, A2 and 79. RGB value is (250,162,121). Sum of RGB (Red+Green+Blue) = 250+162+121=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 121 (47.66% from 255 or 22.70% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA279 is #055D86. Grayscale: #B7B7B7. Windows color (decimal): -351623 or 7971578. OLE color: 7971578.
HSL color Cylindrical-coordinate representation of color #FAA279: hue angle of 19.07º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAA279 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 121 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.02 |
| HSL | 19.07º | 0.93% | 0.73% | - |
| HSV(B) | 19.07º | 0.52% | 0.98% | - |
| XYZ | 55.8 | 47.55 | 24.33 | - |
| YUV | 183.64 | 92.65 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 121 | 0 | 0.35 | 0.52 | 0.02 | 19.07 | 0.93 | 0.73 |
| Hex | FA | A2 | 79 | 0 | 23 | 34 | 2 | 13 | 5D | 49 |
| Octal | 372 | 242 | 171 | 0 | 43 | 64 | 2 | 23 | 135 | 111 |
| Binary | 11111010 | 10100010 | 1111001 | 0 | 100011 | 110100 | 10 | 10011 | 1011101 | 1001001 |
Color Harmonies of #FAA279
Complementary color
Monochromatic Colors of #FAA279
Black with #FAA279
Text Example
Text Example
White with #FAA279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA279; }
p { color: rgb(250,162,121); }
H1.HeaderClassName
{
color: #FAA279;
}
.AnyTagClassName
{
color: #FAA279;
}
</style>
background-color css
<style>
a { background-color: #FAA279; }
a { background-color: rgb(250,162,121); }
div.DivClassName
{
background-color: #FAA279;
}
.BgClassName
{
background-color: #FAA279;
}
</style>
border-color css
<style>
span { border-color: #FAA279; }
span { border-color: rgb(250,162,121); }
td.TdClassName
{
border-color: #FAA279;
}
.TagClassName
{
border-color: #FAA279;
}
</style>