Shades of Light Salmon #FFA97C
Tints of Light Salmon #FFA97C
RGB
CMYK
RGB Variations
Color information
#FFA97C (or 0xFFA97C) is known color: Light Salmon. HEX triplet: FF, A9 and 7C. RGB value is (255,169,124). Sum of RGB (Red+Green+Blue) = 255+169+124=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA97C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA97C is #005683. Grayscale: #BDBDBD. Windows color (decimal): -22148 or 8169983. OLE color: 8169983.
HSL color Cylindrical-coordinate representation of color #FFA97C: hue angle of 20.61º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFA97C is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 124 | - |
| CMYK | 0 | 0.34 | 0.51 | 0 |
| HSL | 20.61º | 1% | 0.74% | - |
| HSV(B) | 20.61º | 0.51% | 1% | - |
| XYZ | 59.07 | 51.09 | 25.82 | - |
| YUV | 189.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 124 | 0 | 0.34 | 0.51 | 0 | 20.61 | 1 | 0.74 |
| Hex | FF | A9 | 7C | 0 | 22 | 33 | 0 | 15 | 64 | 4A |
| Octal | 377 | 251 | 174 | 0 | 42 | 63 | 0 | 25 | 144 | 112 |
| Binary | 11111111 | 10101001 | 1111100 | 0 | 100010 | 110011 | 0 | 10101 | 1100100 | 1001010 |
Color Harmonies of #FFA97C
Complementary color
Monochromatic Colors of #FFA97C
Black with #FFA97C
Text Example
Text Example
White with #FFA97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA97C; }
p { color: rgb(255,169,124); }
H1.HeaderClassName
{
color: #FFA97C;
}
.AnyTagClassName
{
color: #FFA97C;
}
</style>
background-color css
<style>
a { background-color: #FFA97C; }
a { background-color: rgb(255,169,124); }
div.DivClassName
{
background-color: #FFA97C;
}
.BgClassName
{
background-color: #FFA97C;
}
</style>
border-color css
<style>
span { border-color: #FFA97C; }
span { border-color: rgb(255,169,124); }
td.TdClassName
{
border-color: #FFA97C;
}
.TagClassName
{
border-color: #FFA97C;
}
</style>