Shades of Light Salmon #FFA97B
Tints of Light Salmon #FFA97B
RGB
CMYK
RGB Variations
Color information
#FFA97B (or 0xFFA97B) is known color: Light Salmon. HEX triplet: FF, A9 and 7B. RGB value is (255,169,123). Sum of RGB (Red+Green+Blue) = 255+169+123=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA97B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA97B is #005684. Grayscale: #BDBDBD. Windows color (decimal): -22149 or 8104447. OLE color: 8104447.
HSL color Cylindrical-coordinate representation of color #FFA97B: hue angle of 20.91º 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 #FFA97B is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 123 | - |
| CMYK | 0 | 0.34 | 0.52 | 0 |
| HSL | 20.91º | 1% | 0.74% | - |
| HSV(B) | 20.91º | 0.52% | 1% | - |
| XYZ | 59 | 51.07 | 25.49 | - |
| YUV | 189.47 | 90.49 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 123 | 0 | 0.34 | 0.52 | 0 | 20.91 | 1 | 0.74 |
| Hex | FF | A9 | 7B | 0 | 22 | 34 | 0 | 15 | 64 | 4A |
| Octal | 377 | 251 | 173 | 0 | 42 | 64 | 0 | 25 | 144 | 112 |
| Binary | 11111111 | 10101001 | 1111011 | 0 | 100010 | 110100 | 0 | 10101 | 1100100 | 1001010 |
Color Harmonies of #FFA97B
Complementary color
Monochromatic Colors of #FFA97B
Black with #FFA97B
Text Example
Text Example
White with #FFA97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA97B; }
p { color: rgb(255,169,123); }
H1.HeaderClassName
{
color: #FFA97B;
}
.AnyTagClassName
{
color: #FFA97B;
}
</style>
background-color css
<style>
a { background-color: #FFA97B; }
a { background-color: rgb(255,169,123); }
div.DivClassName
{
background-color: #FFA97B;
}
.BgClassName
{
background-color: #FFA97B;
}
</style>
border-color css
<style>
span { border-color: #FFA97B; }
span { border-color: rgb(255,169,123); }
td.TdClassName
{
border-color: #FFA97B;
}
.TagClassName
{
border-color: #FFA97B;
}
</style>