Shades of Salmon #FA8164
Tints of Salmon #FA8164
RGB
CMYK
RGB Variations
Color information
#FA8164 (or 0xFA8164) is known color: Salmon. HEX triplet: FA, 81 and 64. RGB value is (250,129,100). Sum of RGB (Red+Green+Blue) = 250+129+100=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8164 is #057E9B. Grayscale: #A2A2A2. Windows color (decimal): -360092 or 6586874. OLE color: 6586874.
HSL color Cylindrical-coordinate representation of color #FA8164: hue angle of 11.6º 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 #FA8164 is Cyan = 0, Magento = 0.48, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 100 | - |
| CMYK | 0 | 0.48 | 0.6 | 0.02 |
| HSL | 11.6º | 0.94% | 0.69% | - |
| HSV(B) | 11.6º | 0.6% | 0.98% | - |
| XYZ | 49.57 | 36.94 | 16.57 | - |
| YUV | 161.87 | 93.09 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 100 | 0 | 0.48 | 0.6 | 0.02 | 11.6 | 0.94 | 0.69 |
| Hex | FA | 81 | 64 | 0 | 30 | 3C | 2 | C | 5E | 45 |
| Octal | 372 | 201 | 144 | 0 | 60 | 74 | 2 | 14 | 136 | 105 |
| Binary | 11111010 | 10000001 | 1100100 | 0 | 110000 | 111100 | 10 | 1100 | 1011110 | 1000101 |
Color Harmonies of #FA8164
Complementary color
Monochromatic Colors of #FA8164
Black with #FA8164
Text Example
Text Example
White with #FA8164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8164; }
p { color: rgb(250,129,100); }
H1.HeaderClassName
{
color: #FA8164;
}
.AnyTagClassName
{
color: #FA8164;
}
</style>
background-color css
<style>
a { background-color: #FA8164; }
a { background-color: rgb(250,129,100); }
div.DivClassName
{
background-color: #FA8164;
}
.BgClassName
{
background-color: #FA8164;
}
</style>
border-color css
<style>
span { border-color: #FA8164; }
span { border-color: rgb(250,129,100); }
td.TdClassName
{
border-color: #FA8164;
}
.TagClassName
{
border-color: #FA8164;
}
</style>