Shades of Light Salmon #FFA97A
Tints of Light Salmon #FFA97A
RGB
CMYK
RGB Variations
Color information
#FFA97A (or 0xFFA97A) is known color: Light Salmon. HEX triplet: FF, A9 and 7A. RGB value is (255,169,122). Sum of RGB (Red+Green+Blue) = 255+169+122=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA97A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA97A is #005685. Grayscale: #BDBDBD. Windows color (decimal): -22150 or 8038911. OLE color: 8038911.
HSL color Cylindrical-coordinate representation of color #FFA97A: hue angle of 21.2º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FFA97A is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 122 | - |
| CMYK | 0 | 0.34 | 0.52 | 0 |
| HSL | 21.2º | 1% | 0.74% | - |
| HSV(B) | 21.2º | 0.52% | 1% | - |
| XYZ | 58.94 | 51.04 | 25.16 | - |
| YUV | 189.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 122 | 0 | 0.34 | 0.52 | 0 | 21.2 | 1 | 0.74 |
| Hex | FF | A9 | 7A | 0 | 22 | 34 | 0 | 15 | 64 | 4A |
| Octal | 377 | 251 | 172 | 0 | 42 | 64 | 0 | 25 | 144 | 112 |
| Binary | 11111111 | 10101001 | 1111010 | 0 | 100010 | 110100 | 0 | 10101 | 1100100 | 1001010 |
Color Harmonies of #FFA97A
Complementary color
Monochromatic Colors of #FFA97A
Black with #FFA97A
Text Example
Text Example
White with #FFA97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA97A; }
p { color: rgb(255,169,122); }
H1.HeaderClassName
{
color: #FFA97A;
}
.AnyTagClassName
{
color: #FFA97A;
}
</style>
background-color css
<style>
a { background-color: #FFA97A; }
a { background-color: rgb(255,169,122); }
div.DivClassName
{
background-color: #FFA97A;
}
.BgClassName
{
background-color: #FFA97A;
}
</style>
border-color css
<style>
span { border-color: #FFA97A; }
span { border-color: rgb(255,169,122); }
td.TdClassName
{
border-color: #FFA97A;
}
.TagClassName
{
border-color: #FFA97A;
}
</style>