Shades of Light Salmon #FA9C7B
Tints of Light Salmon #FA9C7B
RGB
CMYK
RGB Variations
Color information
#FA9C7B (or 0xFA9C7B) is known color: Light Salmon. HEX triplet: FA, 9C and 7B. RGB value is (250,156,123). Sum of RGB (Red+Green+Blue) = 250+156+123=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9C7B is #056384. Grayscale: #B4B4B4. Windows color (decimal): -353157 or 8101114. OLE color: 8101114.
HSL color Cylindrical-coordinate representation of color #FA9C7B: hue angle of 15.59º 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 #FA9C7B is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 156 | 123 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.02 |
| HSL | 15.59º | 0.93% | 0.73% | - |
| HSV(B) | 15.59º | 0.51% | 0.98% | - |
| XYZ | 54.89 | 45.53 | 24.63 | - |
| YUV | 180.34 | 95.64 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 156 | 123 | 0 | 0.38 | 0.51 | 0.02 | 15.59 | 0.93 | 0.73 |
| Hex | FA | 9C | 7B | 0 | 26 | 33 | 2 | 10 | 5D | 49 |
| Octal | 372 | 234 | 173 | 0 | 46 | 63 | 2 | 20 | 135 | 111 |
| Binary | 11111010 | 10011100 | 1111011 | 0 | 100110 | 110011 | 10 | 10000 | 1011101 | 1001001 |
Color Harmonies of #FA9C7B
Complementary color
Monochromatic Colors of #FA9C7B
Black with #FA9C7B
Text Example
Text Example
White with #FA9C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9C7B; }
p { color: rgb(250,156,123); }
H1.HeaderClassName
{
color: #FA9C7B;
}
.AnyTagClassName
{
color: #FA9C7B;
}
</style>
background-color css
<style>
a { background-color: #FA9C7B; }
a { background-color: rgb(250,156,123); }
div.DivClassName
{
background-color: #FA9C7B;
}
.BgClassName
{
background-color: #FA9C7B;
}
</style>
border-color css
<style>
span { border-color: #FA9C7B; }
span { border-color: rgb(250,156,123); }
td.TdClassName
{
border-color: #FA9C7B;
}
.TagClassName
{
border-color: #FA9C7B;
}
</style>