Shades of Salmon #FA8A7E
Tints of Salmon #FA8A7E
RGB
CMYK
RGB Variations
Color information
#FA8A7E (or 0xFA8A7E) is known color: Salmon. HEX triplet: FA, 8A and 7E. RGB value is (250,138,126). Sum of RGB (Red+Green+Blue) = 250+138+126=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A7E is #057581. Grayscale: #AAAAAA. Windows color (decimal): -357762 or 8293114. OLE color: 8293114.
HSL color Cylindrical-coordinate representation of color #FA8A7E: hue angle of 5.81º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA8A7E is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 126 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.02 |
| HSL | 5.81º | 0.93% | 0.74% | - |
| HSV(B) | 5.81º | 0.5% | 0.98% | - |
| XYZ | 52.28 | 40.01 | 24.71 | - |
| YUV | 170.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 126 | 0 | 0.45 | 0.50 | 0.02 | 5.81 | 0.93 | 0.74 |
| Hex | FA | 8A | 7E | 0 | 2D | 32 | 2 | 6 | 5D | 4A |
| Octal | 372 | 212 | 176 | 0 | 55 | 62 | 2 | 6 | 135 | 112 |
| Binary | 11111010 | 10001010 | 1111110 | 0 | 101101 | 110010 | 10 | 110 | 1011101 | 1001010 |
Color Harmonies of #FA8A7E
Complementary color
Monochromatic Colors of #FA8A7E
Black with #FA8A7E
Text Example
Text Example
White with #FA8A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A7E; }
p { color: rgb(250,138,126); }
H1.HeaderClassName
{
color: #FA8A7E;
}
.AnyTagClassName
{
color: #FA8A7E;
}
</style>
background-color css
<style>
a { background-color: #FA8A7E; }
a { background-color: rgb(250,138,126); }
div.DivClassName
{
background-color: #FA8A7E;
}
.BgClassName
{
background-color: #FA8A7E;
}
</style>
border-color css
<style>
span { border-color: #FA8A7E; }
span { border-color: rgb(250,138,126); }
td.TdClassName
{
border-color: #FA8A7E;
}
.TagClassName
{
border-color: #FA8A7E;
}
</style>