Shades of Light Salmon #FAA17B
Tints of Light Salmon #FAA17B
RGB
CMYK
RGB Variations
Color information
#FAA17B (or 0xFAA17B) is known color: Light Salmon. HEX triplet: FA, A1 and 7B. RGB value is (250,161,123). Sum of RGB (Red+Green+Blue) = 250+161+123=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA17B is #055E84. Grayscale: #B7B7B7. Windows color (decimal): -351877 or 8102394. OLE color: 8102394.
HSL color Cylindrical-coordinate representation of color #FAA17B: hue angle of 17.95º 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 #FAA17B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 123 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 17.95º | 0.93% | 0.73% | - |
| HSV(B) | 17.95º | 0.51% | 0.98% | - |
| XYZ | 55.74 | 47.24 | 24.92 | - |
| YUV | 183.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 123 | 0 | 0.36 | 0.51 | 0.02 | 17.95 | 0.93 | 0.73 |
| Hex | FA | A1 | 7B | 0 | 24 | 33 | 2 | 12 | 5D | 49 |
| Octal | 372 | 241 | 173 | 0 | 44 | 63 | 2 | 22 | 135 | 111 |
| Binary | 11111010 | 10100001 | 1111011 | 0 | 100100 | 110011 | 10 | 10010 | 1011101 | 1001001 |
Color Harmonies of #FAA17B
Complementary color
Monochromatic Colors of #FAA17B
Black with #FAA17B
Text Example
Text Example
White with #FAA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA17B; }
p { color: rgb(250,161,123); }
H1.HeaderClassName
{
color: #FAA17B;
}
.AnyTagClassName
{
color: #FAA17B;
}
</style>
background-color css
<style>
a { background-color: #FAA17B; }
a { background-color: rgb(250,161,123); }
div.DivClassName
{
background-color: #FAA17B;
}
.BgClassName
{
background-color: #FAA17B;
}
</style>
border-color css
<style>
span { border-color: #FAA17B; }
span { border-color: rgb(250,161,123); }
td.TdClassName
{
border-color: #FAA17B;
}
.TagClassName
{
border-color: #FAA17B;
}
</style>