Shades of Light Salmon #FAA77B
Tints of Light Salmon #FAA77B
RGB
CMYK
RGB Variations
Color information
#FAA77B (or 0xFAA77B) is known color: Light Salmon. HEX triplet: FA, A7 and 7B. RGB value is (250,167,123). Sum of RGB (Red+Green+Blue) = 250+167+123=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA77B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA77B is #055884. Grayscale: #BBBBBB. Windows color (decimal): -350341 or 8103930. OLE color: 8103930.
HSL color Cylindrical-coordinate representation of color #FAA77B: hue angle of 20.79º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAA77B is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 167 | 123 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.02 |
| HSL | 20.79º | 0.93% | 0.73% | - |
| HSV(B) | 20.79º | 0.51% | 0.98% | - |
| XYZ | 56.82 | 49.39 | 25.28 | - |
| YUV | 186.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 167 | 123 | 0 | 0.33 | 0.51 | 0.02 | 20.79 | 0.93 | 0.73 |
| Hex | FA | A7 | 7B | 0 | 21 | 33 | 2 | 15 | 5D | 49 |
| Octal | 372 | 247 | 173 | 0 | 41 | 63 | 2 | 25 | 135 | 111 |
| Binary | 11111010 | 10100111 | 1111011 | 0 | 100001 | 110011 | 10 | 10101 | 1011101 | 1001001 |
Color Harmonies of #FAA77B
Complementary color
Monochromatic Colors of #FAA77B
Black with #FAA77B
Text Example
Text Example
White with #FAA77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA77B; }
p { color: rgb(250,167,123); }
H1.HeaderClassName
{
color: #FAA77B;
}
.AnyTagClassName
{
color: #FAA77B;
}
</style>
background-color css
<style>
a { background-color: #FAA77B; }
a { background-color: rgb(250,167,123); }
div.DivClassName
{
background-color: #FAA77B;
}
.BgClassName
{
background-color: #FAA77B;
}
</style>
border-color css
<style>
span { border-color: #FAA77B; }
span { border-color: rgb(250,167,123); }
td.TdClassName
{
border-color: #FAA77B;
}
.TagClassName
{
border-color: #FAA77B;
}
</style>