Shades of Light Salmon #FFA076
Tints of Light Salmon #FFA076
RGB
CMYK
RGB Variations
Color information
#FFA076 (or 0xFFA076) is known color: Light Salmon. HEX triplet: FF, A0 and 76. RGB value is (255,160,118). Sum of RGB (Red+Green+Blue) = 255+160+118=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA076 is #005F89. Grayscale: #B7B7B7. Windows color (decimal): -24458 or 7774463. OLE color: 7774463.
HSL color Cylindrical-coordinate representation of color #FFA076: hue angle of 18.39º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FFA076 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 118 | - |
| CMYK | 0 | 0.37 | 0.54 | 0 |
| HSL | 18.39º | 1% | 0.73% | - |
| HSV(B) | 18.39º | 0.54% | 1% | - |
| XYZ | 57.08 | 47.71 | 23.34 | - |
| YUV | 183.62 | 90.97 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 118 | 0 | 0.37 | 0.54 | 0 | 18.39 | 1 | 0.73 |
| Hex | FF | A0 | 76 | 0 | 25 | 36 | 0 | 12 | 64 | 49 |
| Octal | 377 | 240 | 166 | 0 | 45 | 66 | 0 | 22 | 144 | 111 |
| Binary | 11111111 | 10100000 | 1110110 | 0 | 100101 | 110110 | 0 | 10010 | 1100100 | 1001001 |
Color Harmonies of #FFA076
Complementary color
Monochromatic Colors of #FFA076
Black with #FFA076
Text Example
Text Example
White with #FFA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA076; }
p { color: rgb(255,160,118); }
H1.HeaderClassName
{
color: #FFA076;
}
.AnyTagClassName
{
color: #FFA076;
}
</style>
background-color css
<style>
a { background-color: #FFA076; }
a { background-color: rgb(255,160,118); }
div.DivClassName
{
background-color: #FFA076;
}
.BgClassName
{
background-color: #FFA076;
}
</style>
border-color css
<style>
span { border-color: #FFA076; }
span { border-color: rgb(255,160,118); }
td.TdClassName
{
border-color: #FFA076;
}
.TagClassName
{
border-color: #FFA076;
}
</style>