Shades of Salmon #FA7C68
Tints of Salmon #FA7C68
RGB
CMYK
RGB Variations
Color information
#FA7C68 (or 0xFA7C68) is known color: Salmon. HEX triplet: FA, 7C and 68. RGB value is (250,124,104). Sum of RGB (Red+Green+Blue) = 250+124+104=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C68 is #058397. Grayscale: #9F9F9F. Windows color (decimal): -361368 or 6847738. OLE color: 6847738.
HSL color Cylindrical-coordinate representation of color #FA7C68: hue angle of 8.22º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA7C68 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 104 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.02 |
| HSL | 8.22º | 0.94% | 0.69% | - |
| HSV(B) | 8.22º | 0.58% | 0.98% | - |
| XYZ | 49.13 | 35.74 | 17.41 | - |
| YUV | 159.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 104 | 0 | 0.50 | 0.58 | 0.02 | 8.22 | 0.94 | 0.69 |
| Hex | FA | 7C | 68 | 0 | 32 | 3A | 2 | 8 | 5E | 45 |
| Octal | 372 | 174 | 150 | 0 | 62 | 72 | 2 | 10 | 136 | 105 |
| Binary | 11111010 | 1111100 | 1101000 | 0 | 110010 | 111010 | 10 | 1000 | 1011110 | 1000101 |
Color Harmonies of #FA7C68
Complementary color
Monochromatic Colors of #FA7C68
Black with #FA7C68
Text Example
Text Example
White with #FA7C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C68; }
p { color: rgb(250,124,104); }
H1.HeaderClassName
{
color: #FA7C68;
}
.AnyTagClassName
{
color: #FA7C68;
}
</style>
background-color css
<style>
a { background-color: #FA7C68; }
a { background-color: rgb(250,124,104); }
div.DivClassName
{
background-color: #FA7C68;
}
.BgClassName
{
background-color: #FA7C68;
}
</style>
border-color css
<style>
span { border-color: #FA7C68; }
span { border-color: rgb(250,124,104); }
td.TdClassName
{
border-color: #FA7C68;
}
.TagClassName
{
border-color: #FA7C68;
}
</style>