Shades of Salmon #FA7C69
Tints of Salmon #FA7C69
RGB
CMYK
RGB Variations
Color information
#FA7C69 (or 0xFA7C69) is known color: Salmon. HEX triplet: FA, 7C and 69. RGB value is (250,124,105). Sum of RGB (Red+Green+Blue) = 250+124+105=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C69 is #058396. Grayscale: #9F9F9F. Windows color (decimal): -361367 or 6913274. OLE color: 6913274.
HSL color Cylindrical-coordinate representation of color #FA7C69: hue angle of 7.86º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA7C69 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 105 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.02 |
| HSL | 7.86º | 0.94% | 0.7% | - |
| HSV(B) | 7.86º | 0.58% | 0.98% | - |
| XYZ | 49.18 | 35.76 | 17.67 | - |
| YUV | 159.51 | 97.24 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 105 | 0 | 0.50 | 0.58 | 0.02 | 7.86 | 0.94 | 0.7 |
| Hex | FA | 7C | 69 | 0 | 32 | 3A | 2 | 8 | 5E | 46 |
| Octal | 372 | 174 | 151 | 0 | 62 | 72 | 2 | 10 | 136 | 106 |
| Binary | 11111010 | 1111100 | 1101001 | 0 | 110010 | 111010 | 10 | 1000 | 1011110 | 1000110 |
Color Harmonies of #FA7C69
Complementary color
Monochromatic Colors of #FA7C69
Black with #FA7C69
Text Example
Text Example
White with #FA7C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C69; }
p { color: rgb(250,124,105); }
H1.HeaderClassName
{
color: #FA7C69;
}
.AnyTagClassName
{
color: #FA7C69;
}
</style>
background-color css
<style>
a { background-color: #FA7C69; }
a { background-color: rgb(250,124,105); }
div.DivClassName
{
background-color: #FA7C69;
}
.BgClassName
{
background-color: #FA7C69;
}
</style>
border-color css
<style>
span { border-color: #FA7C69; }
span { border-color: rgb(250,124,105); }
td.TdClassName
{
border-color: #FA7C69;
}
.TagClassName
{
border-color: #FA7C69;
}
</style>