Shades of Light Salmon #FFA080
Tints of Light Salmon #FFA080
RGB
CMYK
RGB Variations
Color information
#FFA080 (or 0xFFA080) is known color: Light Salmon. HEX triplet: FF, A0 and 80. RGB value is (255,160,128). Sum of RGB (Red+Green+Blue) = 255+160+128=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA080 is #005F7F. Grayscale: #B8B8B8. Windows color (decimal): -24448 or 8429823. OLE color: 8429823.
HSL color Cylindrical-coordinate representation of color #FFA080: hue angle of 15.12º 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 #FFA080 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 128 | - |
| CMYK | 0 | 0.37 | 0.50 | 0 |
| HSL | 15.12º | 1% | 0.75% | - |
| HSV(B) | 15.12º | 0.5% | 1% | - |
| XYZ | 57.71 | 47.96 | 26.64 | - |
| YUV | 184.76 | 95.97 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 128 | 0 | 0.37 | 0.50 | 0 | 15.12 | 1 | 0.75 |
| Hex | FF | A0 | 80 | 0 | 25 | 32 | 0 | F | 64 | 4B |
| Octal | 377 | 240 | 200 | 0 | 45 | 62 | 0 | 17 | 144 | 113 |
| Binary | 11111111 | 10100000 | 10000000 | 0 | 100101 | 110010 | 0 | 1111 | 1100100 | 1001011 |
Color Harmonies of #FFA080
Complementary color
Monochromatic Colors of #FFA080
Black with #FFA080
Text Example
Text Example
White with #FFA080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA080; }
p { color: rgb(255,160,128); }
H1.HeaderClassName
{
color: #FFA080;
}
.AnyTagClassName
{
color: #FFA080;
}
</style>
background-color css
<style>
a { background-color: #FFA080; }
a { background-color: rgb(255,160,128); }
div.DivClassName
{
background-color: #FFA080;
}
.BgClassName
{
background-color: #FFA080;
}
</style>
border-color css
<style>
span { border-color: #FFA080; }
span { border-color: rgb(255,160,128); }
td.TdClassName
{
border-color: #FFA080;
}
.TagClassName
{
border-color: #FFA080;
}
</style>