Shades of Light Salmon #FAA076
Tints of Light Salmon #FAA076
RGB
CMYK
RGB Variations
Color information
#FAA076 (or 0xFAA076) is known color: Light Salmon. HEX triplet: FA, A0 and 76. RGB value is (250,160,118). Sum of RGB (Red+Green+Blue) = 250+160+118=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 118 (46.48% from 255 or 22.35% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA076 is #055F89. Grayscale: #B6B6B6. Windows color (decimal): -352138 or 7774458. OLE color: 7774458.
HSL color Cylindrical-coordinate representation of color #FAA076: hue angle of 19.09º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FAA076 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 118 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.02 |
| HSL | 19.09º | 0.93% | 0.72% | - |
| HSV(B) | 19.09º | 0.53% | 0.98% | - |
| XYZ | 55.27 | 46.77 | 23.25 | - |
| YUV | 182.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 118 | 0 | 0.36 | 0.53 | 0.02 | 19.09 | 0.93 | 0.72 |
| Hex | FA | A0 | 76 | 0 | 24 | 35 | 2 | 13 | 5D | 48 |
| Octal | 372 | 240 | 166 | 0 | 44 | 65 | 2 | 23 | 135 | 110 |
| Binary | 11111010 | 10100000 | 1110110 | 0 | 100100 | 110101 | 10 | 10011 | 1011101 | 1001000 |
Color Harmonies of #FAA076
Complementary color
Monochromatic Colors of #FAA076
Black with #FAA076
Text Example
Text Example
White with #FAA076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA076; }
p { color: rgb(250,160,118); }
H1.HeaderClassName
{
color: #FAA076;
}
.AnyTagClassName
{
color: #FAA076;
}
</style>
background-color css
<style>
a { background-color: #FAA076; }
a { background-color: rgb(250,160,118); }
div.DivClassName
{
background-color: #FAA076;
}
.BgClassName
{
background-color: #FAA076;
}
</style>
border-color css
<style>
span { border-color: #FAA076; }
span { border-color: rgb(250,160,118); }
td.TdClassName
{
border-color: #FAA076;
}
.TagClassName
{
border-color: #FAA076;
}
</style>