Shades of Light Salmon #FAA17A
Tints of Light Salmon #FAA17A
RGB
CMYK
RGB Variations
Color information
#FAA17A (or 0xFAA17A) is known color: Light Salmon. HEX triplet: FA, A1 and 7A. RGB value is (250,161,122). Sum of RGB (Red+Green+Blue) = 250+161+122=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA17A is #055E85. Grayscale: #B7B7B7. Windows color (decimal): -351878 or 8036858. OLE color: 8036858.
HSL color Cylindrical-coordinate representation of color #FAA17A: hue angle of 18.28º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAA17A is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 122 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 18.28º | 0.93% | 0.73% | - |
| HSV(B) | 18.28º | 0.51% | 0.98% | - |
| XYZ | 55.68 | 47.22 | 24.59 | - |
| YUV | 183.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 122 | 0 | 0.36 | 0.51 | 0.02 | 18.28 | 0.93 | 0.73 |
| Hex | FA | A1 | 7A | 0 | 24 | 33 | 2 | 12 | 5D | 49 |
| Octal | 372 | 241 | 172 | 0 | 44 | 63 | 2 | 22 | 135 | 111 |
| Binary | 11111010 | 10100001 | 1111010 | 0 | 100100 | 110011 | 10 | 10010 | 1011101 | 1001001 |
Color Harmonies of #FAA17A
Complementary color
Monochromatic Colors of #FAA17A
Black with #FAA17A
Text Example
Text Example
White with #FAA17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA17A; }
p { color: rgb(250,161,122); }
H1.HeaderClassName
{
color: #FAA17A;
}
.AnyTagClassName
{
color: #FAA17A;
}
</style>
background-color css
<style>
a { background-color: #FAA17A; }
a { background-color: rgb(250,161,122); }
div.DivClassName
{
background-color: #FAA17A;
}
.BgClassName
{
background-color: #FAA17A;
}
</style>
border-color css
<style>
span { border-color: #FAA17A; }
span { border-color: rgb(250,161,122); }
td.TdClassName
{
border-color: #FAA17A;
}
.TagClassName
{
border-color: #FAA17A;
}
</style>