Shades of Salmon #FA706E
Tints of Salmon #FA706E
RGB
CMYK
RGB Variations
Color information
#FA706E (or 0xFA706E) is known color: Salmon. HEX triplet: FA, 70 and 6E. RGB value is (250,112,110). Sum of RGB (Red+Green+Blue) = 250+112+110=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA706E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA706E is #058F91. Grayscale: #999999. Windows color (decimal): -364434 or 7237882. OLE color: 7237882.
HSL color Cylindrical-coordinate representation of color #FA706E: hue angle of 0.86º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA706E is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 110 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.02 |
| HSL | 0.86º | 0.93% | 0.71% | - |
| HSV(B) | 0.86º | 0.56% | 0.98% | - |
| XYZ | 48.03 | 33.04 | 18.6 | - |
| YUV | 153.03 | 103.72 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 110 | 0 | 0.55 | 0.56 | 0.02 | 0.86 | 0.93 | 0.71 |
| Hex | FA | 70 | 6E | 0 | 37 | 38 | 2 | 1 | 5D | 47 |
| Octal | 372 | 160 | 156 | 0 | 67 | 70 | 2 | 1 | 135 | 107 |
| Binary | 11111010 | 1110000 | 1101110 | 0 | 110111 | 111000 | 10 | 1 | 1011101 | 1000111 |
Color Harmonies of #FA706E
Complementary color
Monochromatic Colors of #FA706E
Black with #FA706E
Text Example
Text Example
White with #FA706E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA706E; }
p { color: rgb(250,112,110); }
H1.HeaderClassName
{
color: #FA706E;
}
.AnyTagClassName
{
color: #FA706E;
}
</style>
background-color css
<style>
a { background-color: #FA706E; }
a { background-color: rgb(250,112,110); }
div.DivClassName
{
background-color: #FA706E;
}
.BgClassName
{
background-color: #FA706E;
}
</style>
border-color css
<style>
span { border-color: #FA706E; }
span { border-color: rgb(250,112,110); }
td.TdClassName
{
border-color: #FA706E;
}
.TagClassName
{
border-color: #FA706E;
}
</style>