Shades of Salmon #FC8266
Tints of Salmon #FC8266
RGB
CMYK
RGB Variations
Color information
#FC8266 (or 0xFC8266) is known color: Salmon. HEX triplet: FC, 82 and 66. RGB value is (252,130,102). Sum of RGB (Red+Green+Blue) = 252+130+102=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8266 is #037D99. Grayscale: #A3A3A3. Windows color (decimal): -228762 or 6718204. OLE color: 6718204.
HSL color Cylindrical-coordinate representation of color #FC8266: hue angle of 11.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC8266 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 102 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.01 |
| HSL | 11.2º | 0.96% | 0.69% | - |
| HSV(B) | 11.2º | 0.6% | 0.99% | - |
| XYZ | 50.53 | 37.62 | 17.17 | - |
| YUV | 163.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 102 | 0 | 0.48 | 0.60 | 0.01 | 11.2 | 0.96 | 0.69 |
| Hex | FC | 82 | 66 | 0 | 30 | 3C | 1 | B | 60 | 45 |
| Octal | 374 | 202 | 146 | 0 | 60 | 74 | 1 | 13 | 140 | 105 |
| Binary | 11111100 | 10000010 | 1100110 | 0 | 110000 | 111100 | 1 | 1011 | 1100000 | 1000101 |
Color Harmonies of #FC8266
Complementary color
Monochromatic Colors of #FC8266
Black with #FC8266
Text Example
Text Example
White with #FC8266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8266; }
p { color: rgb(252,130,102); }
H1.HeaderClassName
{
color: #FC8266;
}
.AnyTagClassName
{
color: #FC8266;
}
</style>
background-color css
<style>
a { background-color: #FC8266; }
a { background-color: rgb(252,130,102); }
div.DivClassName
{
background-color: #FC8266;
}
.BgClassName
{
background-color: #FC8266;
}
</style>
border-color css
<style>
span { border-color: #FC8266; }
span { border-color: rgb(252,130,102); }
td.TdClassName
{
border-color: #FC8266;
}
.TagClassName
{
border-color: #FC8266;
}
</style>