Shades of Light Salmon #FA9F7B
Tints of Light Salmon #FA9F7B
RGB
CMYK
RGB Variations
Color information
#FA9F7B (or 0xFA9F7B) is known color: Light Salmon. HEX triplet: FA, 9F and 7B. RGB value is (250,159,123). Sum of RGB (Red+Green+Blue) = 250+159+123=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9F7B is #056084. Grayscale: #B6B6B6. Windows color (decimal): -352389 or 8101882. OLE color: 8101882.
HSL color Cylindrical-coordinate representation of color #FA9F7B: hue angle of 17.01º 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 #FA9F7B is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 123 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.02 |
| HSL | 17.01º | 0.93% | 0.73% | - |
| HSV(B) | 17.01º | 0.51% | 0.98% | - |
| XYZ | 55.4 | 46.55 | 24.8 | - |
| YUV | 182.11 | 94.65 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 123 | 0 | 0.36 | 0.51 | 0.02 | 17.01 | 0.93 | 0.73 |
| Hex | FA | 9F | 7B | 0 | 24 | 33 | 2 | 11 | 5D | 49 |
| Octal | 372 | 237 | 173 | 0 | 44 | 63 | 2 | 21 | 135 | 111 |
| Binary | 11111010 | 10011111 | 1111011 | 0 | 100100 | 110011 | 10 | 10001 | 1011101 | 1001001 |
Color Harmonies of #FA9F7B
Complementary color
Monochromatic Colors of #FA9F7B
Black with #FA9F7B
Text Example
Text Example
White with #FA9F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F7B; }
p { color: rgb(250,159,123); }
H1.HeaderClassName
{
color: #FA9F7B;
}
.AnyTagClassName
{
color: #FA9F7B;
}
</style>
background-color css
<style>
a { background-color: #FA9F7B; }
a { background-color: rgb(250,159,123); }
div.DivClassName
{
background-color: #FA9F7B;
}
.BgClassName
{
background-color: #FA9F7B;
}
</style>
border-color css
<style>
span { border-color: #FA9F7B; }
span { border-color: rgb(250,159,123); }
td.TdClassName
{
border-color: #FA9F7B;
}
.TagClassName
{
border-color: #FA9F7B;
}
</style>