Shades of Light Salmon #FFA281
Tints of Light Salmon #FFA281
RGB
CMYK
RGB Variations
Color information
#FFA281 (or 0xFFA281) is known color: Light Salmon. HEX triplet: FF, A2 and 81. RGB value is (255,162,129). Sum of RGB (Red+Green+Blue) = 255+162+129=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 129 (50.78% from 255 or 23.63% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA281 is #005D7E. Grayscale: #BABABA. Windows color (decimal): -23935 or 8495871. OLE color: 8495871.
HSL color Cylindrical-coordinate representation of color #FFA281: hue angle of 15.71º 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 #FFA281 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 129 | - |
| CMYK | 0 | 0.36 | 0.49 | 0 |
| HSL | 15.71º | 1% | 0.75% | - |
| HSV(B) | 15.71º | 0.49% | 1% | - |
| XYZ | 58.12 | 48.69 | 27.1 | - |
| YUV | 186.05 | 95.81 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 129 | 0 | 0.36 | 0.49 | 0 | 15.71 | 1 | 0.75 |
| Hex | FF | A2 | 81 | 0 | 24 | 31 | 0 | 10 | 64 | 4B |
| Octal | 377 | 242 | 201 | 0 | 44 | 61 | 0 | 20 | 144 | 113 |
| Binary | 11111111 | 10100010 | 10000001 | 0 | 100100 | 110001 | 0 | 10000 | 1100100 | 1001011 |
Color Harmonies of #FFA281
Complementary color
Monochromatic Colors of #FFA281
Black with #FFA281
Text Example
Text Example
White with #FFA281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA281; }
p { color: rgb(255,162,129); }
H1.HeaderClassName
{
color: #FFA281;
}
.AnyTagClassName
{
color: #FFA281;
}
</style>
background-color css
<style>
a { background-color: #FFA281; }
a { background-color: rgb(255,162,129); }
div.DivClassName
{
background-color: #FFA281;
}
.BgClassName
{
background-color: #FFA281;
}
</style>
border-color css
<style>
span { border-color: #FFA281; }
span { border-color: rgb(255,162,129); }
td.TdClassName
{
border-color: #FFA281;
}
.TagClassName
{
border-color: #FFA281;
}
</style>