Shades of Salmon #FA8764
Tints of Salmon #FA8764
RGB
CMYK
RGB Variations
Color information
#FA8764 (or 0xFA8764) is known color: Salmon. HEX triplet: FA, 87 and 64. RGB value is (250,135,100). Sum of RGB (Red+Green+Blue) = 250+135+100=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8764 is #05789B. Grayscale: #A5A5A5. Windows color (decimal): -358556 or 6588410. OLE color: 6588410.
HSL color Cylindrical-coordinate representation of color #FA8764: hue angle of 14º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA8764 is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 100 | - |
| CMYK | 0 | 0.46 | 0.6 | 0.02 |
| HSL | 14º | 0.94% | 0.69% | - |
| HSV(B) | 14º | 0.6% | 0.98% | - |
| XYZ | 50.39 | 38.57 | 16.85 | - |
| YUV | 165.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 100 | 0 | 0.46 | 0.6 | 0.02 | 14 | 0.94 | 0.69 |
| Hex | FA | 87 | 64 | 0 | 2E | 3C | 2 | E | 5E | 45 |
| Octal | 372 | 207 | 144 | 0 | 56 | 74 | 2 | 16 | 136 | 105 |
| Binary | 11111010 | 10000111 | 1100100 | 0 | 101110 | 111100 | 10 | 1110 | 1011110 | 1000101 |
Color Harmonies of #FA8764
Complementary color
Monochromatic Colors of #FA8764
Black with #FA8764
Text Example
Text Example
White with #FA8764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8764; }
p { color: rgb(250,135,100); }
H1.HeaderClassName
{
color: #FA8764;
}
.AnyTagClassName
{
color: #FA8764;
}
</style>
background-color css
<style>
a { background-color: #FA8764; }
a { background-color: rgb(250,135,100); }
div.DivClassName
{
background-color: #FA8764;
}
.BgClassName
{
background-color: #FA8764;
}
</style>
border-color css
<style>
span { border-color: #FA8764; }
span { border-color: rgb(250,135,100); }
td.TdClassName
{
border-color: #FA8764;
}
.TagClassName
{
border-color: #FA8764;
}
</style>