Shades of Light Salmon #FAA17C
Tints of Light Salmon #FAA17C
RGB
CMYK
RGB Variations
Color information
#FAA17C (or 0xFAA17C) is known color: Light Salmon. HEX triplet: FA, A1 and 7C. RGB value is (250,161,124). Sum of RGB (Red+Green+Blue) = 250+161+124=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA17C is #055E83. Grayscale: #B7B7B7. Windows color (decimal): -351876 or 8167930. OLE color: 8167930.
HSL color Cylindrical-coordinate representation of color #FAA17C: hue angle of 17.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAA17C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 124 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.02 |
| HSL | 17.62º | 0.93% | 0.73% | - |
| HSV(B) | 17.62º | 0.5% | 0.98% | - |
| XYZ | 55.81 | 47.27 | 25.25 | - |
| YUV | 183.39 | 94.49 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 124 | 0 | 0.36 | 0.50 | 0.02 | 17.62 | 0.93 | 0.73 |
| Hex | FA | A1 | 7C | 0 | 24 | 32 | 2 | 12 | 5D | 49 |
| Octal | 372 | 241 | 174 | 0 | 44 | 62 | 2 | 22 | 135 | 111 |
| Binary | 11111010 | 10100001 | 1111100 | 0 | 100100 | 110010 | 10 | 10010 | 1011101 | 1001001 |
Color Harmonies of #FAA17C
Complementary color
Monochromatic Colors of #FAA17C
Black with #FAA17C
Text Example
Text Example
White with #FAA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA17C; }
p { color: rgb(250,161,124); }
H1.HeaderClassName
{
color: #FAA17C;
}
.AnyTagClassName
{
color: #FAA17C;
}
</style>
background-color css
<style>
a { background-color: #FAA17C; }
a { background-color: rgb(250,161,124); }
div.DivClassName
{
background-color: #FAA17C;
}
.BgClassName
{
background-color: #FAA17C;
}
</style>
border-color css
<style>
span { border-color: #FAA17C; }
span { border-color: rgb(250,161,124); }
td.TdClassName
{
border-color: #FAA17C;
}
.TagClassName
{
border-color: #FAA17C;
}
</style>