Shades of Salmon #FA8564
Tints of Salmon #FA8564
RGB
CMYK
RGB Variations
Color information
#FA8564 (or 0xFA8564) is known color: Salmon. HEX triplet: FA, 85 and 64. RGB value is (250,133,100). Sum of RGB (Red+Green+Blue) = 250+133+100=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8564 is #057A9B. Grayscale: #A4A4A4. Windows color (decimal): -359068 or 6587898. OLE color: 6587898.
HSL color Cylindrical-coordinate representation of color #FA8564: hue angle of 13.2º 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 #FA8564 is Cyan = 0, Magento = 0.47, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 100 | - |
| CMYK | 0 | 0.47 | 0.6 | 0.02 |
| HSL | 13.2º | 0.94% | 0.69% | - |
| HSV(B) | 13.2º | 0.6% | 0.98% | - |
| XYZ | 50.11 | 38.02 | 16.75 | - |
| YUV | 164.22 | 91.76 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 100 | 0 | 0.47 | 0.6 | 0.02 | 13.2 | 0.94 | 0.69 |
| Hex | FA | 85 | 64 | 0 | 2F | 3C | 2 | D | 5E | 45 |
| Octal | 372 | 205 | 144 | 0 | 57 | 74 | 2 | 15 | 136 | 105 |
| Binary | 11111010 | 10000101 | 1100100 | 0 | 101111 | 111100 | 10 | 1101 | 1011110 | 1000101 |
Color Harmonies of #FA8564
Complementary color
Monochromatic Colors of #FA8564
Black with #FA8564
Text Example
Text Example
White with #FA8564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8564; }
p { color: rgb(250,133,100); }
H1.HeaderClassName
{
color: #FA8564;
}
.AnyTagClassName
{
color: #FA8564;
}
</style>
background-color css
<style>
a { background-color: #FA8564; }
a { background-color: rgb(250,133,100); }
div.DivClassName
{
background-color: #FA8564;
}
.BgClassName
{
background-color: #FA8564;
}
</style>
border-color css
<style>
span { border-color: #FA8564; }
span { border-color: rgb(250,133,100); }
td.TdClassName
{
border-color: #FA8564;
}
.TagClassName
{
border-color: #FA8564;
}
</style>