Shades of Light Salmon #FAA27C
Tints of Light Salmon #FAA27C
RGB
CMYK
RGB Variations
Color information
#FAA27C (or 0xFAA27C) is known color: Light Salmon. HEX triplet: FA, A2 and 7C. RGB value is (250,162,124). Sum of RGB (Red+Green+Blue) = 250+162+124=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA27C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA27C is #055D83. Grayscale: #B8B8B8. Windows color (decimal): -351620 or 8168186. OLE color: 8168186.
HSL color Cylindrical-coordinate representation of color #FAA27C: hue angle of 18.1º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAA27C is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 124 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.02 |
| HSL | 18.1º | 0.93% | 0.73% | - |
| HSV(B) | 18.1º | 0.5% | 0.98% | - |
| XYZ | 55.98 | 47.62 | 25.31 | - |
| YUV | 183.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 124 | 0 | 0.35 | 0.50 | 0.02 | 18.1 | 0.93 | 0.73 |
| Hex | FA | A2 | 7C | 0 | 23 | 32 | 2 | 12 | 5D | 49 |
| Octal | 372 | 242 | 174 | 0 | 43 | 62 | 2 | 22 | 135 | 111 |
| Binary | 11111010 | 10100010 | 1111100 | 0 | 100011 | 110010 | 10 | 10010 | 1011101 | 1001001 |
Color Harmonies of #FAA27C
Complementary color
Monochromatic Colors of #FAA27C
Black with #FAA27C
Text Example
Text Example
White with #FAA27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA27C; }
p { color: rgb(250,162,124); }
H1.HeaderClassName
{
color: #FAA27C;
}
.AnyTagClassName
{
color: #FAA27C;
}
</style>
background-color css
<style>
a { background-color: #FAA27C; }
a { background-color: rgb(250,162,124); }
div.DivClassName
{
background-color: #FAA27C;
}
.BgClassName
{
background-color: #FAA27C;
}
</style>
border-color css
<style>
span { border-color: #FAA27C; }
span { border-color: rgb(250,162,124); }
td.TdClassName
{
border-color: #FAA27C;
}
.TagClassName
{
border-color: #FAA27C;
}
</style>