Shades of Light Salmon #FFA581
Tints of Light Salmon #FFA581
RGB
CMYK
RGB Variations
Color information
#FFA581 (or 0xFFA581) is known color: Light Salmon. HEX triplet: FF, A5 and 81. RGB value is (255,165,129). Sum of RGB (Red+Green+Blue) = 255+165+129=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA581 is #005A7E. Grayscale: #BCBCBC. Windows color (decimal): -23167 or 8496639. OLE color: 8496639.
HSL color Cylindrical-coordinate representation of color #FFA581: hue angle of 17.14º 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 #FFA581 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 129 | - |
| CMYK | 0 | 0.35 | 0.49 | 0 |
| HSL | 17.14º | 1% | 0.75% | - |
| HSV(B) | 17.14º | 0.49% | 1% | - |
| XYZ | 58.66 | 49.76 | 27.28 | - |
| YUV | 187.81 | 94.82 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 129 | 0 | 0.35 | 0.49 | 0 | 17.14 | 1 | 0.75 |
| Hex | FF | A5 | 81 | 0 | 23 | 31 | 0 | 11 | 64 | 4B |
| Octal | 377 | 245 | 201 | 0 | 43 | 61 | 0 | 21 | 144 | 113 |
| Binary | 11111111 | 10100101 | 10000001 | 0 | 100011 | 110001 | 0 | 10001 | 1100100 | 1001011 |
Color Harmonies of #FFA581
Complementary color
Monochromatic Colors of #FFA581
Black with #FFA581
Text Example
Text Example
White with #FFA581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA581; }
p { color: rgb(255,165,129); }
H1.HeaderClassName
{
color: #FFA581;
}
.AnyTagClassName
{
color: #FFA581;
}
</style>
background-color css
<style>
a { background-color: #FFA581; }
a { background-color: rgb(255,165,129); }
div.DivClassName
{
background-color: #FFA581;
}
.BgClassName
{
background-color: #FFA581;
}
</style>
border-color css
<style>
span { border-color: #FFA581; }
span { border-color: rgb(255,165,129); }
td.TdClassName
{
border-color: #FFA581;
}
.TagClassName
{
border-color: #FFA581;
}
</style>