Shades of Light Salmon #FFA381
Tints of Light Salmon #FFA381
RGB
CMYK
RGB Variations
Color information
#FFA381 (or 0xFFA381) is known color: Light Salmon. HEX triplet: FF, A3 and 81. RGB value is (255,163,129). Sum of RGB (Red+Green+Blue) = 255+163+129=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA381 is #005C7E. Grayscale: #BABABA. Windows color (decimal): -23679 or 8496127. OLE color: 8496127.
HSL color Cylindrical-coordinate representation of color #FFA381: hue angle of 16.19º 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 #FFA381 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 129 | - |
| CMYK | 0 | 0.36 | 0.49 | 0 |
| HSL | 16.19º | 1% | 0.75% | - |
| HSV(B) | 16.19º | 0.49% | 1% | - |
| XYZ | 58.3 | 49.04 | 27.16 | - |
| YUV | 186.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 129 | 0 | 0.36 | 0.49 | 0 | 16.19 | 1 | 0.75 |
| Hex | FF | A3 | 81 | 0 | 24 | 31 | 0 | 10 | 64 | 4B |
| Octal | 377 | 243 | 201 | 0 | 44 | 61 | 0 | 20 | 144 | 113 |
| Binary | 11111111 | 10100011 | 10000001 | 0 | 100100 | 110001 | 0 | 10000 | 1100100 | 1001011 |
Color Harmonies of #FFA381
Complementary color
Monochromatic Colors of #FFA381
Black with #FFA381
Text Example
Text Example
White with #FFA381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA381; }
p { color: rgb(255,163,129); }
H1.HeaderClassName
{
color: #FFA381;
}
.AnyTagClassName
{
color: #FFA381;
}
</style>
background-color css
<style>
a { background-color: #FFA381; }
a { background-color: rgb(255,163,129); }
div.DivClassName
{
background-color: #FFA381;
}
.BgClassName
{
background-color: #FFA381;
}
</style>
border-color css
<style>
span { border-color: #FFA381; }
span { border-color: rgb(255,163,129); }
td.TdClassName
{
border-color: #FFA381;
}
.TagClassName
{
border-color: #FFA381;
}
</style>