Shades of Light Salmon #FFA789
Tints of Light Salmon #FFA789
RGB
CMYK
RGB Variations
Color information
#FFA789 (or 0xFFA789) is known color: Light Salmon. HEX triplet: FF, A7 and 89. RGB value is (255,167,137). Sum of RGB (Red+Green+Blue) = 255+167+137=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 137 (53.91% from 255 or 24.51% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA789 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA789 is #005876. Grayscale: #BEBEBE. Windows color (decimal): -22647 or 9021439. OLE color: 9021439.
HSL color Cylindrical-coordinate representation of color #FFA789: hue angle of 15.25º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFA789 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 137 | - |
| CMYK | 0 | 0.35 | 0.46 | 0 |
| HSL | 15.25º | 1% | 0.77% | - |
| HSV(B) | 15.25º | 0.46% | 1% | - |
| XYZ | 59.57 | 50.7 | 30.31 | - |
| YUV | 189.89 | 98.15 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 137 | 0 | 0.35 | 0.46 | 0 | 15.25 | 1 | 0.77 |
| Hex | FF | A7 | 89 | 0 | 23 | 2E | 0 | F | 64 | 4D |
| Octal | 377 | 247 | 211 | 0 | 43 | 56 | 0 | 17 | 144 | 115 |
| Binary | 11111111 | 10100111 | 10001001 | 0 | 100011 | 101110 | 0 | 1111 | 1100100 | 1001101 |
Color Harmonies of #FFA789
Complementary color
Monochromatic Colors of #FFA789
Black with #FFA789
Text Example
Text Example
White with #FFA789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA789; }
p { color: rgb(255,167,137); }
H1.HeaderClassName
{
color: #FFA789;
}
.AnyTagClassName
{
color: #FFA789;
}
</style>
background-color css
<style>
a { background-color: #FFA789; }
a { background-color: rgb(255,167,137); }
div.DivClassName
{
background-color: #FFA789;
}
.BgClassName
{
background-color: #FFA789;
}
</style>
border-color css
<style>
span { border-color: #FFA789; }
span { border-color: rgb(255,167,137); }
td.TdClassName
{
border-color: #FFA789;
}
.TagClassName
{
border-color: #FFA789;
}
</style>