Shades of Light Salmon #FAA77E
Tints of Light Salmon #FAA77E
RGB
CMYK
RGB Variations
Color information
#FAA77E (or 0xFAA77E) is known color: Light Salmon. HEX triplet: FA, A7 and 7E. RGB value is (250,167,126). Sum of RGB (Red+Green+Blue) = 250+167+126=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 167 (65.62% from 255 or 30.76% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA77E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA77E is #055881. Grayscale: #BBBBBB. Windows color (decimal): -350338 or 8300538. OLE color: 8300538.
HSL color Cylindrical-coordinate representation of color #FAA77E: hue angle of 19.84º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAA77E is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 126 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.02 |
| HSL | 19.84º | 0.93% | 0.74% | - |
| HSV(B) | 19.84º | 0.5% | 0.98% | - |
| XYZ | 57.01 | 49.47 | 26.28 | - |
| YUV | 187.14 | 93.5 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 126 | 0 | 0.33 | 0.50 | 0.02 | 19.84 | 0.93 | 0.74 |
| Hex | FA | A7 | 7E | 0 | 21 | 32 | 2 | 14 | 5D | 4A |
| Octal | 372 | 247 | 176 | 0 | 41 | 62 | 2 | 24 | 135 | 112 |
| Binary | 11111010 | 10100111 | 1111110 | 0 | 100001 | 110010 | 10 | 10100 | 1011101 | 1001010 |
Color Harmonies of #FAA77E
Complementary color
Monochromatic Colors of #FAA77E
Black with #FAA77E
Text Example
Text Example
White with #FAA77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA77E; }
p { color: rgb(250,167,126); }
H1.HeaderClassName
{
color: #FAA77E;
}
.AnyTagClassName
{
color: #FAA77E;
}
</style>
background-color css
<style>
a { background-color: #FAA77E; }
a { background-color: rgb(250,167,126); }
div.DivClassName
{
background-color: #FAA77E;
}
.BgClassName
{
background-color: #FAA77E;
}
</style>
border-color css
<style>
span { border-color: #FAA77E; }
span { border-color: rgb(250,167,126); }
td.TdClassName
{
border-color: #FAA77E;
}
.TagClassName
{
border-color: #FAA77E;
}
</style>