Shades of Light Salmon #FAA679
Tints of Light Salmon #FAA679
RGB
CMYK
RGB Variations
Color information
#FAA679 (or 0xFAA679) is known color: Light Salmon. HEX triplet: FA, A6 and 79. RGB value is (250,166,121). Sum of RGB (Red+Green+Blue) = 250+166+121=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 121 (47.66% from 255 or 22.53% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA679 is #055986. Grayscale: #BABABA. Windows color (decimal): -350599 or 7972602. OLE color: 7972602.
HSL color Cylindrical-coordinate representation of color #FAA679: hue angle of 20.93º 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 #FAA679 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 121 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.02 |
| HSL | 20.93º | 0.93% | 0.73% | - |
| HSV(B) | 20.93º | 0.52% | 0.98% | - |
| XYZ | 56.51 | 48.98 | 24.56 | - |
| YUV | 185.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 121 | 0 | 0.34 | 0.52 | 0.02 | 20.93 | 0.93 | 0.73 |
| Hex | FA | A6 | 79 | 0 | 22 | 34 | 2 | 15 | 5D | 49 |
| Octal | 372 | 246 | 171 | 0 | 42 | 64 | 2 | 25 | 135 | 111 |
| Binary | 11111010 | 10100110 | 1111001 | 0 | 100010 | 110100 | 10 | 10101 | 1011101 | 1001001 |
Color Harmonies of #FAA679
Complementary color
Monochromatic Colors of #FAA679
Black with #FAA679
Text Example
Text Example
White with #FAA679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA679; }
p { color: rgb(250,166,121); }
H1.HeaderClassName
{
color: #FAA679;
}
.AnyTagClassName
{
color: #FAA679;
}
</style>
background-color css
<style>
a { background-color: #FAA679; }
a { background-color: rgb(250,166,121); }
div.DivClassName
{
background-color: #FAA679;
}
.BgClassName
{
background-color: #FAA679;
}
</style>
border-color css
<style>
span { border-color: #FAA679; }
span { border-color: rgb(250,166,121); }
td.TdClassName
{
border-color: #FAA679;
}
.TagClassName
{
border-color: #FAA679;
}
</style>