Shades of Light Salmon #FFA97E
Tints of Light Salmon #FFA97E
RGB
CMYK
RGB Variations
Color information
#FFA97E (or 0xFFA97E) is known color: Light Salmon. HEX triplet: FF, A9 and 7E. RGB value is (255,169,126). Sum of RGB (Red+Green+Blue) = 255+169+126=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA97E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA97E is #005681. Grayscale: #BEBEBE. Windows color (decimal): -22146 or 8301055. OLE color: 8301055.
HSL color Cylindrical-coordinate representation of color #FFA97E: hue angle of 20º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFA97E is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 126 | - |
| CMYK | 0 | 0.34 | 0.51 | 0 |
| HSL | 20º | 1% | 0.75% | - |
| HSV(B) | 20º | 0.51% | 1% | - |
| XYZ | 59.19 | 51.14 | 26.49 | - |
| YUV | 189.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 126 | 0 | 0.34 | 0.51 | 0 | 20 | 1 | 0.75 |
| Hex | FF | A9 | 7E | 0 | 22 | 33 | 0 | 14 | 64 | 4B |
| Octal | 377 | 251 | 176 | 0 | 42 | 63 | 0 | 24 | 144 | 113 |
| Binary | 11111111 | 10101001 | 1111110 | 0 | 100010 | 110011 | 0 | 10100 | 1100100 | 1001011 |
Color Harmonies of #FFA97E
Complementary color
Monochromatic Colors of #FFA97E
Black with #FFA97E
Text Example
Text Example
White with #FFA97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA97E; }
p { color: rgb(255,169,126); }
H1.HeaderClassName
{
color: #FFA97E;
}
.AnyTagClassName
{
color: #FFA97E;
}
</style>
background-color css
<style>
a { background-color: #FFA97E; }
a { background-color: rgb(255,169,126); }
div.DivClassName
{
background-color: #FFA97E;
}
.BgClassName
{
background-color: #FFA97E;
}
</style>
border-color css
<style>
span { border-color: #FFA97E; }
span { border-color: rgb(255,169,126); }
td.TdClassName
{
border-color: #FFA97E;
}
.TagClassName
{
border-color: #FFA97E;
}
</style>