Shades of Salmon #FA7A6B
Tints of Salmon #FA7A6B
RGB
CMYK
RGB Variations
Color information
#FA7A6B (or 0xFA7A6B) is known color: Salmon. HEX triplet: FA, 7A and 6B. RGB value is (250,122,107). Sum of RGB (Red+Green+Blue) = 250+122+107=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A6B is #058594. Grayscale: #9E9E9E. Windows color (decimal): -361877 or 7043834. OLE color: 7043834.
HSL color Cylindrical-coordinate representation of color #FA7A6B: hue angle of 6.29º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA7A6B is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 107 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.02 |
| HSL | 6.29º | 0.93% | 0.7% | - |
| HSV(B) | 6.29º | 0.57% | 0.98% | - |
| XYZ | 49.04 | 35.3 | 18.14 | - |
| YUV | 158.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 107 | 0 | 0.51 | 0.57 | 0.02 | 6.29 | 0.93 | 0.7 |
| Hex | FA | 7A | 6B | 0 | 33 | 39 | 2 | 6 | 5D | 46 |
| Octal | 372 | 172 | 153 | 0 | 63 | 71 | 2 | 6 | 135 | 106 |
| Binary | 11111010 | 1111010 | 1101011 | 0 | 110011 | 111001 | 10 | 110 | 1011101 | 1000110 |
Color Harmonies of #FA7A6B
Complementary color
Monochromatic Colors of #FA7A6B
Black with #FA7A6B
Text Example
Text Example
White with #FA7A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A6B; }
p { color: rgb(250,122,107); }
H1.HeaderClassName
{
color: #FA7A6B;
}
.AnyTagClassName
{
color: #FA7A6B;
}
</style>
background-color css
<style>
a { background-color: #FA7A6B; }
a { background-color: rgb(250,122,107); }
div.DivClassName
{
background-color: #FA7A6B;
}
.BgClassName
{
background-color: #FA7A6B;
}
</style>
border-color css
<style>
span { border-color: #FA7A6B; }
span { border-color: rgb(250,122,107); }
td.TdClassName
{
border-color: #FA7A6B;
}
.TagClassName
{
border-color: #FA7A6B;
}
</style>