Shades of Light Salmon #FAA57E
Tints of Light Salmon #FAA57E
RGB
CMYK
RGB Variations
Color information
#FAA57E (or 0xFAA57E) is known color: Light Salmon. HEX triplet: FA, A5 and 7E. RGB value is (250,165,126). Sum of RGB (Red+Green+Blue) = 250+165+126=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA57E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA57E is #055A81. Grayscale: #BABABA. Windows color (decimal): -350850 or 8300026. OLE color: 8300026.
HSL color Cylindrical-coordinate representation of color #FAA57E: hue angle of 18.87º 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 #FAA57E is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 126 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.02 |
| HSL | 18.87º | 0.93% | 0.74% | - |
| HSV(B) | 18.87º | 0.5% | 0.98% | - |
| XYZ | 56.65 | 48.74 | 26.16 | - |
| YUV | 185.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 126 | 0 | 0.34 | 0.50 | 0.02 | 18.87 | 0.93 | 0.74 |
| Hex | FA | A5 | 7E | 0 | 22 | 32 | 2 | 13 | 5D | 4A |
| Octal | 372 | 245 | 176 | 0 | 42 | 62 | 2 | 23 | 135 | 112 |
| Binary | 11111010 | 10100101 | 1111110 | 0 | 100010 | 110010 | 10 | 10011 | 1011101 | 1001010 |
Color Harmonies of #FAA57E
Complementary color
Monochromatic Colors of #FAA57E
Black with #FAA57E
Text Example
Text Example
White with #FAA57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA57E; }
p { color: rgb(250,165,126); }
H1.HeaderClassName
{
color: #FAA57E;
}
.AnyTagClassName
{
color: #FAA57E;
}
</style>
background-color css
<style>
a { background-color: #FAA57E; }
a { background-color: rgb(250,165,126); }
div.DivClassName
{
background-color: #FAA57E;
}
.BgClassName
{
background-color: #FAA57E;
}
</style>
border-color css
<style>
span { border-color: #FAA57E; }
span { border-color: rgb(250,165,126); }
td.TdClassName
{
border-color: #FAA57E;
}
.TagClassName
{
border-color: #FAA57E;
}
</style>