Shades of Salmon #FA8566
Tints of Salmon #FA8566
RGB
CMYK
RGB Variations
Color information
#FA8566 (or 0xFA8566) is known color: Salmon. HEX triplet: FA, 85 and 66. RGB value is (250,133,102). Sum of RGB (Red+Green+Blue) = 250+133+102=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8566 is #057A99. Grayscale: #A4A4A4. Windows color (decimal): -359066 or 6718970. OLE color: 6718970.
HSL color Cylindrical-coordinate representation of color #FA8566: hue angle of 12.57º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA8566 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 102 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.02 |
| HSL | 12.57º | 0.94% | 0.69% | - |
| HSV(B) | 12.57º | 0.59% | 0.98% | - |
| XYZ | 50.21 | 38.06 | 17.27 | - |
| YUV | 164.45 | 92.76 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 102 | 0 | 0.47 | 0.59 | 0.02 | 12.57 | 0.94 | 0.69 |
| Hex | FA | 85 | 66 | 0 | 2F | 3B | 2 | D | 5E | 45 |
| Octal | 372 | 205 | 146 | 0 | 57 | 73 | 2 | 15 | 136 | 105 |
| Binary | 11111010 | 10000101 | 1100110 | 0 | 101111 | 111011 | 10 | 1101 | 1011110 | 1000101 |
Color Harmonies of #FA8566
Complementary color
Monochromatic Colors of #FA8566
Black with #FA8566
Text Example
Text Example
White with #FA8566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8566; }
p { color: rgb(250,133,102); }
H1.HeaderClassName
{
color: #FA8566;
}
.AnyTagClassName
{
color: #FA8566;
}
</style>
background-color css
<style>
a { background-color: #FA8566; }
a { background-color: rgb(250,133,102); }
div.DivClassName
{
background-color: #FA8566;
}
.BgClassName
{
background-color: #FA8566;
}
</style>
border-color css
<style>
span { border-color: #FA8566; }
span { border-color: rgb(250,133,102); }
td.TdClassName
{
border-color: #FA8566;
}
.TagClassName
{
border-color: #FA8566;
}
</style>