Shades of Light Salmon #FFA180
Tints of Light Salmon #FFA180
RGB
CMYK
RGB Variations
Color information
#FFA180 (or 0xFFA180) is known color: Light Salmon. HEX triplet: FF, A1 and 80. RGB value is (255,161,128). Sum of RGB (Red+Green+Blue) = 255+161+128=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 161 (63.28% from 255 or 29.60% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA180 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA180 is #005E7F. Grayscale: #B9B9B9. Windows color (decimal): -24192 or 8430079. OLE color: 8430079.
HSL color Cylindrical-coordinate representation of color #FFA180: hue angle of 15.59º 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 #FFA180 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 128 | - |
| CMYK | 0 | 0.37 | 0.50 | 0 |
| HSL | 15.59º | 1% | 0.75% | - |
| HSV(B) | 15.59º | 0.5% | 1% | - |
| XYZ | 57.88 | 48.31 | 26.7 | - |
| YUV | 185.34 | 95.64 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 128 | 0 | 0.37 | 0.50 | 0 | 15.59 | 1 | 0.75 |
| Hex | FF | A1 | 80 | 0 | 25 | 32 | 0 | 10 | 64 | 4B |
| Octal | 377 | 241 | 200 | 0 | 45 | 62 | 0 | 20 | 144 | 113 |
| Binary | 11111111 | 10100001 | 10000000 | 0 | 100101 | 110010 | 0 | 10000 | 1100100 | 1001011 |
Color Harmonies of #FFA180
Complementary color
Monochromatic Colors of #FFA180
Black with #FFA180
Text Example
Text Example
White with #FFA180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA180; }
p { color: rgb(255,161,128); }
H1.HeaderClassName
{
color: #FFA180;
}
.AnyTagClassName
{
color: #FFA180;
}
</style>
background-color css
<style>
a { background-color: #FFA180; }
a { background-color: rgb(255,161,128); }
div.DivClassName
{
background-color: #FFA180;
}
.BgClassName
{
background-color: #FFA180;
}
</style>
border-color css
<style>
span { border-color: #FFA180; }
span { border-color: rgb(255,161,128); }
td.TdClassName
{
border-color: #FFA180;
}
.TagClassName
{
border-color: #FFA180;
}
</style>