Shades of Light Salmon #FFA781
Tints of Light Salmon #FFA781
RGB
CMYK
RGB Variations
Color information
#FFA781 (or 0xFFA781) is known color: Light Salmon. HEX triplet: FF, A7 and 81. RGB value is (255,167,129). Sum of RGB (Red+Green+Blue) = 255+167+129=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 129 (50.78% from 255 or 23.41% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA781 is #00587E. Grayscale: #BDBDBD. Windows color (decimal): -22655 or 8497151. OLE color: 8497151.
HSL color Cylindrical-coordinate representation of color #FFA781: hue angle of 18.1º 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 #FFA781 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 129 | - |
| CMYK | 0 | 0.35 | 0.49 | 0 |
| HSL | 18.1º | 1% | 0.75% | - |
| HSV(B) | 18.1º | 0.49% | 1% | - |
| XYZ | 59.02 | 50.48 | 27.4 | - |
| YUV | 188.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 129 | 0 | 0.35 | 0.49 | 0 | 18.1 | 1 | 0.75 |
| Hex | FF | A7 | 81 | 0 | 23 | 31 | 0 | 12 | 64 | 4B |
| Octal | 377 | 247 | 201 | 0 | 43 | 61 | 0 | 22 | 144 | 113 |
| Binary | 11111111 | 10100111 | 10000001 | 0 | 100011 | 110001 | 0 | 10010 | 1100100 | 1001011 |
Color Harmonies of #FFA781
Complementary color
Monochromatic Colors of #FFA781
Black with #FFA781
Text Example
Text Example
White with #FFA781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA781; }
p { color: rgb(255,167,129); }
H1.HeaderClassName
{
color: #FFA781;
}
.AnyTagClassName
{
color: #FFA781;
}
</style>
background-color css
<style>
a { background-color: #FFA781; }
a { background-color: rgb(255,167,129); }
div.DivClassName
{
background-color: #FFA781;
}
.BgClassName
{
background-color: #FFA781;
}
</style>
border-color css
<style>
span { border-color: #FFA781; }
span { border-color: rgb(255,167,129); }
td.TdClassName
{
border-color: #FFA781;
}
.TagClassName
{
border-color: #FFA781;
}
</style>