Shades of Salmon #FA8C7A
Tints of Salmon #FA8C7A
RGB
CMYK
RGB Variations
Color information
#FA8C7A (or 0xFA8C7A) is known color: Salmon. HEX triplet: FA, 8C and 7A. RGB value is (250,140,122). Sum of RGB (Red+Green+Blue) = 250+140+122=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C7A is #057385. Grayscale: #ABABAB. Windows color (decimal): -357254 or 8031482. OLE color: 8031482.
HSL color Cylindrical-coordinate representation of color #FA8C7A: hue angle of 8.44º 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 #FA8C7A is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 122 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.02 |
| HSL | 8.44º | 0.93% | 0.73% | - |
| HSV(B) | 8.44º | 0.51% | 0.98% | - |
| XYZ | 52.32 | 40.49 | 23.47 | - |
| YUV | 170.84 | 100.44 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 122 | 0 | 0.44 | 0.51 | 0.02 | 8.44 | 0.93 | 0.73 |
| Hex | FA | 8C | 7A | 0 | 2C | 33 | 2 | 8 | 5D | 49 |
| Octal | 372 | 214 | 172 | 0 | 54 | 63 | 2 | 10 | 135 | 111 |
| Binary | 11111010 | 10001100 | 1111010 | 0 | 101100 | 110011 | 10 | 1000 | 1011101 | 1001001 |
Color Harmonies of #FA8C7A
Complementary color
Monochromatic Colors of #FA8C7A
Black with #FA8C7A
Text Example
Text Example
White with #FA8C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C7A; }
p { color: rgb(250,140,122); }
H1.HeaderClassName
{
color: #FA8C7A;
}
.AnyTagClassName
{
color: #FA8C7A;
}
</style>
background-color css
<style>
a { background-color: #FA8C7A; }
a { background-color: rgb(250,140,122); }
div.DivClassName
{
background-color: #FA8C7A;
}
.BgClassName
{
background-color: #FA8C7A;
}
</style>
border-color css
<style>
span { border-color: #FA8C7A; }
span { border-color: rgb(250,140,122); }
td.TdClassName
{
border-color: #FA8C7A;
}
.TagClassName
{
border-color: #FA8C7A;
}
</style>