Shades of Salmon #FA8266
Tints of Salmon #FA8266
RGB
CMYK
RGB Variations
Color information
#FA8266 (or 0xFA8266) is known color: Salmon. HEX triplet: FA, 82 and 66. RGB value is (250,130,102). Sum of RGB (Red+Green+Blue) = 250+130+102=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8266 is #057D99. Grayscale: #A2A2A2. Windows color (decimal): -359834 or 6718202. OLE color: 6718202.
HSL color Cylindrical-coordinate representation of color #FA8266: hue angle of 11.35º 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 #FA8266 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 130 | 102 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.02 |
| HSL | 11.35º | 0.94% | 0.69% | - |
| HSV(B) | 11.35º | 0.59% | 0.98% | - |
| XYZ | 49.81 | 37.25 | 17.14 | - |
| YUV | 162.69 | 93.76 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 130 | 102 | 0 | 0.48 | 0.59 | 0.02 | 11.35 | 0.94 | 0.69 |
| Hex | FA | 82 | 66 | 0 | 30 | 3B | 2 | B | 5E | 45 |
| Octal | 372 | 202 | 146 | 0 | 60 | 73 | 2 | 13 | 136 | 105 |
| Binary | 11111010 | 10000010 | 1100110 | 0 | 110000 | 111011 | 10 | 1011 | 1011110 | 1000101 |
Color Harmonies of #FA8266
Complementary color
Monochromatic Colors of #FA8266
Black with #FA8266
Text Example
Text Example
White with #FA8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8266; }
p { color: rgb(250,130,102); }
H1.HeaderClassName
{
color: #FA8266;
}
.AnyTagClassName
{
color: #FA8266;
}
</style>
background-color css
<style>
a { background-color: #FA8266; }
a { background-color: rgb(250,130,102); }
div.DivClassName
{
background-color: #FA8266;
}
.BgClassName
{
background-color: #FA8266;
}
</style>
border-color css
<style>
span { border-color: #FA8266; }
span { border-color: rgb(250,130,102); }
td.TdClassName
{
border-color: #FA8266;
}
.TagClassName
{
border-color: #FA8266;
}
</style>