Shades of Light Salmon #FFA481
Tints of Light Salmon #FFA481
RGB
CMYK
RGB Variations
Color information
#FFA481 (or 0xFFA481) is known color: Light Salmon. HEX triplet: FF, A4 and 81. RGB value is (255,164,129). Sum of RGB (Red+Green+Blue) = 255+164+129=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA481 is #005B7E. Grayscale: #BBBBBB. Windows color (decimal): -23423 or 8496383. OLE color: 8496383.
HSL color Cylindrical-coordinate representation of color #FFA481: hue angle of 16.67º 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 #FFA481 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 129 | - |
| CMYK | 0 | 0.36 | 0.49 | 0 |
| HSL | 16.67º | 1% | 0.75% | - |
| HSV(B) | 16.67º | 0.49% | 1% | - |
| XYZ | 58.48 | 49.4 | 27.22 | - |
| YUV | 187.22 | 95.15 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 129 | 0 | 0.36 | 0.49 | 0 | 16.67 | 1 | 0.75 |
| Hex | FF | A4 | 81 | 0 | 24 | 31 | 0 | 11 | 64 | 4B |
| Octal | 377 | 244 | 201 | 0 | 44 | 61 | 0 | 21 | 144 | 113 |
| Binary | 11111111 | 10100100 | 10000001 | 0 | 100100 | 110001 | 0 | 10001 | 1100100 | 1001011 |
Color Harmonies of #FFA481
Complementary color
Monochromatic Colors of #FFA481
Black with #FFA481
Text Example
Text Example
White with #FFA481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA481; }
p { color: rgb(255,164,129); }
H1.HeaderClassName
{
color: #FFA481;
}
.AnyTagClassName
{
color: #FFA481;
}
</style>
background-color css
<style>
a { background-color: #FFA481; }
a { background-color: rgb(255,164,129); }
div.DivClassName
{
background-color: #FFA481;
}
.BgClassName
{
background-color: #FFA481;
}
</style>
border-color css
<style>
span { border-color: #FFA481; }
span { border-color: rgb(255,164,129); }
td.TdClassName
{
border-color: #FFA481;
}
.TagClassName
{
border-color: #FFA481;
}
</style>