Shades of Salmon #FA7C6D
Tints of Salmon #FA7C6D
RGB
CMYK
RGB Variations
Color information
#FA7C6D (or 0xFA7C6D) is known color: Salmon. HEX triplet: FA, 7C and 6D. RGB value is (250,124,109). Sum of RGB (Red+Green+Blue) = 250+124+109=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C6D is #058392. Grayscale: #A0A0A0. Windows color (decimal): -361363 or 7175418. OLE color: 7175418.
HSL color Cylindrical-coordinate representation of color #FA7C6D: hue angle of 6.38º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA7C6D is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 109 | - |
| CMYK | 0 | 0.50 | 0.56 | 0.02 |
| HSL | 6.38º | 0.93% | 0.7% | - |
| HSV(B) | 6.38º | 0.56% | 0.98% | - |
| XYZ | 49.39 | 35.84 | 18.78 | - |
| YUV | 159.96 | 99.24 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 109 | 0 | 0.50 | 0.56 | 0.02 | 6.38 | 0.93 | 0.7 |
| Hex | FA | 7C | 6D | 0 | 32 | 38 | 2 | 6 | 5D | 46 |
| Octal | 372 | 174 | 155 | 0 | 62 | 70 | 2 | 6 | 135 | 106 |
| Binary | 11111010 | 1111100 | 1101101 | 0 | 110010 | 111000 | 10 | 110 | 1011101 | 1000110 |
Color Harmonies of #FA7C6D
Complementary color
Monochromatic Colors of #FA7C6D
Black with #FA7C6D
Text Example
Text Example
White with #FA7C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C6D; }
p { color: rgb(250,124,109); }
H1.HeaderClassName
{
color: #FA7C6D;
}
.AnyTagClassName
{
color: #FA7C6D;
}
</style>
background-color css
<style>
a { background-color: #FA7C6D; }
a { background-color: rgb(250,124,109); }
div.DivClassName
{
background-color: #FA7C6D;
}
.BgClassName
{
background-color: #FA7C6D;
}
</style>
border-color css
<style>
span { border-color: #FA7C6D; }
span { border-color: rgb(250,124,109); }
td.TdClassName
{
border-color: #FA7C6D;
}
.TagClassName
{
border-color: #FA7C6D;
}
</style>