Shades of Light Salmon #FAA07B
Tints of Light Salmon #FAA07B
RGB
CMYK
RGB Variations
Color information
#FAA07B (or 0xFAA07B) is known color: Light Salmon. HEX triplet: FA, A0 and 7B. RGB value is (250,160,123). Sum of RGB (Red+Green+Blue) = 250+160+123=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA07B is #055F84. Grayscale: #B6B6B6. Windows color (decimal): -352133 or 8102138. OLE color: 8102138.
HSL color Cylindrical-coordinate representation of color #FAA07B: hue angle of 17.48º 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 #FAA07B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 123 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 17.48º | 0.93% | 0.73% | - |
| HSV(B) | 17.48º | 0.51% | 0.98% | - |
| XYZ | 55.57 | 46.9 | 24.86 | - |
| YUV | 182.69 | 94.32 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 123 | 0 | 0.36 | 0.51 | 0.02 | 17.48 | 0.93 | 0.73 |
| Hex | FA | A0 | 7B | 0 | 24 | 33 | 2 | 11 | 5D | 49 |
| Octal | 372 | 240 | 173 | 0 | 44 | 63 | 2 | 21 | 135 | 111 |
| Binary | 11111010 | 10100000 | 1111011 | 0 | 100100 | 110011 | 10 | 10001 | 1011101 | 1001001 |
Color Harmonies of #FAA07B
Complementary color
Monochromatic Colors of #FAA07B
Black with #FAA07B
Text Example
Text Example
White with #FAA07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA07B; }
p { color: rgb(250,160,123); }
H1.HeaderClassName
{
color: #FAA07B;
}
.AnyTagClassName
{
color: #FAA07B;
}
</style>
background-color css
<style>
a { background-color: #FAA07B; }
a { background-color: rgb(250,160,123); }
div.DivClassName
{
background-color: #FAA07B;
}
.BgClassName
{
background-color: #FAA07B;
}
</style>
border-color css
<style>
span { border-color: #FAA07B; }
span { border-color: rgb(250,160,123); }
td.TdClassName
{
border-color: #FAA07B;
}
.TagClassName
{
border-color: #FAA07B;
}
</style>