Shades of Light Salmon #FFA981
Tints of Light Salmon #FFA981
RGB
CMYK
RGB Variations
Color information
#FFA981 (or 0xFFA981) is known color: Light Salmon. HEX triplet: FF, A9 and 81. RGB value is (255,169,129). Sum of RGB (Red+Green+Blue) = 255+169+129=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA981 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA981 is #00567E. Grayscale: #BEBEBE. Windows color (decimal): -22143 or 8497663. OLE color: 8497663.
HSL color Cylindrical-coordinate representation of color #FFA981: hue angle of 19.05º 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 #FFA981 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 129 | - |
| CMYK | 0 | 0.34 | 0.49 | 0 |
| HSL | 19.05º | 1% | 0.75% | - |
| HSV(B) | 19.05º | 0.49% | 1% | - |
| XYZ | 59.39 | 51.22 | 27.53 | - |
| YUV | 190.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 129 | 0 | 0.34 | 0.49 | 0 | 19.05 | 1 | 0.75 |
| Hex | FF | A9 | 81 | 0 | 22 | 31 | 0 | 13 | 64 | 4B |
| Octal | 377 | 251 | 201 | 0 | 42 | 61 | 0 | 23 | 144 | 113 |
| Binary | 11111111 | 10101001 | 10000001 | 0 | 100010 | 110001 | 0 | 10011 | 1100100 | 1001011 |
Color Harmonies of #FFA981
Complementary color
Monochromatic Colors of #FFA981
Black with #FFA981
Text Example
Text Example
White with #FFA981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA981; }
p { color: rgb(255,169,129); }
H1.HeaderClassName
{
color: #FFA981;
}
.AnyTagClassName
{
color: #FFA981;
}
</style>
background-color css
<style>
a { background-color: #FFA981; }
a { background-color: rgb(255,169,129); }
div.DivClassName
{
background-color: #FFA981;
}
.BgClassName
{
background-color: #FFA981;
}
</style>
border-color css
<style>
span { border-color: #FFA981; }
span { border-color: rgb(255,169,129); }
td.TdClassName
{
border-color: #FFA981;
}
.TagClassName
{
border-color: #FFA981;
}
</style>