Shades of Light Salmon #FFA780
Tints of Light Salmon #FFA780
RGB
CMYK
RGB Variations
Color information
#FFA780 (or 0xFFA780) is known color: Light Salmon. HEX triplet: FF, A7 and 80. RGB value is (255,167,128). Sum of RGB (Red+Green+Blue) = 255+167+128=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA780 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA780 is #00587F. Grayscale: #BDBDBD. Windows color (decimal): -22656 or 8431615. OLE color: 8431615.
HSL color Cylindrical-coordinate representation of color #FFA780: hue angle of 18.43º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FFA780 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 128 | - |
| CMYK | 0 | 0.35 | 0.50 | 0 |
| HSL | 18.43º | 1% | 0.75% | - |
| HSV(B) | 18.43º | 0.5% | 1% | - |
| XYZ | 58.96 | 50.46 | 27.05 | - |
| YUV | 188.87 | 93.65 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 128 | 0 | 0.35 | 0.50 | 0 | 18.43 | 1 | 0.75 |
| Hex | FF | A7 | 80 | 0 | 23 | 32 | 0 | 12 | 64 | 4B |
| Octal | 377 | 247 | 200 | 0 | 43 | 62 | 0 | 22 | 144 | 113 |
| Binary | 11111111 | 10100111 | 10000000 | 0 | 100011 | 110010 | 0 | 10010 | 1100100 | 1001011 |
Color Harmonies of #FFA780
Complementary color
Monochromatic Colors of #FFA780
Black with #FFA780
Text Example
Text Example
White with #FFA780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA780; }
p { color: rgb(255,167,128); }
H1.HeaderClassName
{
color: #FFA780;
}
.AnyTagClassName
{
color: #FFA780;
}
</style>
background-color css
<style>
a { background-color: #FFA780; }
a { background-color: rgb(255,167,128); }
div.DivClassName
{
background-color: #FFA780;
}
.BgClassName
{
background-color: #FFA780;
}
</style>
border-color css
<style>
span { border-color: #FFA780; }
span { border-color: rgb(255,167,128); }
td.TdClassName
{
border-color: #FFA780;
}
.TagClassName
{
border-color: #FFA780;
}
</style>