Shades of Light Salmon #FFA181
Tints of Light Salmon #FFA181
RGB
CMYK
RGB Variations
Color information
#FFA181 (or 0xFFA181) is known color: Light Salmon. HEX triplet: FF, A1 and 81. RGB value is (255,161,129). Sum of RGB (Red+Green+Blue) = 255+161+129=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 129 (50.78% from 255 or 23.67% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA181 is #005E7E. Grayscale: #B9B9B9. Windows color (decimal): -24191 or 8495615. OLE color: 8495615.
HSL color Cylindrical-coordinate representation of color #FFA181: hue angle of 15.24º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FFA181 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 129 | - |
| CMYK | 0 | 0.37 | 0.49 | 0 |
| HSL | 15.24º | 1% | 0.75% | - |
| HSV(B) | 15.24º | 0.49% | 1% | - |
| XYZ | 57.95 | 48.33 | 27.04 | - |
| YUV | 185.46 | 96.14 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 129 | 0 | 0.37 | 0.49 | 0 | 15.24 | 1 | 0.75 |
| Hex | FF | A1 | 81 | 0 | 25 | 31 | 0 | F | 64 | 4B |
| Octal | 377 | 241 | 201 | 0 | 45 | 61 | 0 | 17 | 144 | 113 |
| Binary | 11111111 | 10100001 | 10000001 | 0 | 100101 | 110001 | 0 | 1111 | 1100100 | 1001011 |
Color Harmonies of #FFA181
Complementary color
Monochromatic Colors of #FFA181
Black with #FFA181
Text Example
Text Example
White with #FFA181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA181; }
p { color: rgb(255,161,129); }
H1.HeaderClassName
{
color: #FFA181;
}
.AnyTagClassName
{
color: #FFA181;
}
</style>
background-color css
<style>
a { background-color: #FFA181; }
a { background-color: rgb(255,161,129); }
div.DivClassName
{
background-color: #FFA181;
}
.BgClassName
{
background-color: #FFA181;
}
</style>
border-color css
<style>
span { border-color: #FFA181; }
span { border-color: rgb(255,161,129); }
td.TdClassName
{
border-color: #FFA181;
}
.TagClassName
{
border-color: #FFA181;
}
</style>