Shades of Salmon #FA806A
Tints of Salmon #FA806A
RGB
CMYK
RGB Variations
Color information
#FA806A (or 0xFA806A) is known color: Salmon. HEX triplet: FA, 80 and 6A. RGB value is (250,128,106). Sum of RGB (Red+Green+Blue) = 250+128+106=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA806A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA806A is #057F95. Grayscale: #A2A2A2. Windows color (decimal): -360342 or 6979834. OLE color: 6979834.
HSL color Cylindrical-coordinate representation of color #FA806A: hue angle of 9.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA806A is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 106 | - |
| CMYK | 0 | 0.49 | 0.58 | 0.02 |
| HSL | 9.17º | 0.94% | 0.7% | - |
| HSV(B) | 9.17º | 0.58% | 0.98% | - |
| XYZ | 49.75 | 36.8 | 18.12 | - |
| YUV | 161.97 | 96.42 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 106 | 0 | 0.49 | 0.58 | 0.02 | 9.17 | 0.94 | 0.7 |
| Hex | FA | 80 | 6A | 0 | 31 | 3A | 2 | 9 | 5E | 46 |
| Octal | 372 | 200 | 152 | 0 | 61 | 72 | 2 | 11 | 136 | 106 |
| Binary | 11111010 | 10000000 | 1101010 | 0 | 110001 | 111010 | 10 | 1001 | 1011110 | 1000110 |
Color Harmonies of #FA806A
Complementary color
Monochromatic Colors of #FA806A
Black with #FA806A
Text Example
Text Example
White with #FA806A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA806A; }
p { color: rgb(250,128,106); }
H1.HeaderClassName
{
color: #FA806A;
}
.AnyTagClassName
{
color: #FA806A;
}
</style>
background-color css
<style>
a { background-color: #FA806A; }
a { background-color: rgb(250,128,106); }
div.DivClassName
{
background-color: #FA806A;
}
.BgClassName
{
background-color: #FA806A;
}
</style>
border-color css
<style>
span { border-color: #FA806A; }
span { border-color: rgb(250,128,106); }
td.TdClassName
{
border-color: #FA806A;
}
.TagClassName
{
border-color: #FA806A;
}
</style>