Shades of Salmon #FC866E
Tints of Salmon #FC866E
RGB
CMYK
RGB Variations
Color information
#FC866E (or 0xFC866E) is known color: Salmon. HEX triplet: FC, 86 and 6E. RGB value is (252,134,110). Sum of RGB (Red+Green+Blue) = 252+134+110=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC866E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC866E is #037991. Grayscale: #A6A6A6. Windows color (decimal): -227730 or 7243516. OLE color: 7243516.
HSL color Cylindrical-coordinate representation of color #FC866E: hue angle of 10.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC866E is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 110 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.01 |
| HSL | 10.14º | 0.96% | 0.71% | - |
| HSV(B) | 10.14º | 0.56% | 0.99% | - |
| XYZ | 51.48 | 38.87 | 19.54 | - |
| YUV | 166.55 | 96.09 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 110 | 0 | 0.47 | 0.56 | 0.01 | 10.14 | 0.96 | 0.71 |
| Hex | FC | 86 | 6E | 0 | 2F | 38 | 1 | A | 60 | 47 |
| Octal | 374 | 206 | 156 | 0 | 57 | 70 | 1 | 12 | 140 | 107 |
| Binary | 11111100 | 10000110 | 1101110 | 0 | 101111 | 111000 | 1 | 1010 | 1100000 | 1000111 |
Color Harmonies of #FC866E
Complementary color
Monochromatic Colors of #FC866E
Black with #FC866E
Text Example
Text Example
White with #FC866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC866E; }
p { color: rgb(252,134,110); }
H1.HeaderClassName
{
color: #FC866E;
}
.AnyTagClassName
{
color: #FC866E;
}
</style>
background-color css
<style>
a { background-color: #FC866E; }
a { background-color: rgb(252,134,110); }
div.DivClassName
{
background-color: #FC866E;
}
.BgClassName
{
background-color: #FC866E;
}
</style>
border-color css
<style>
span { border-color: #FC866E; }
span { border-color: rgb(252,134,110); }
td.TdClassName
{
border-color: #FC866E;
}
.TagClassName
{
border-color: #FC866E;
}
</style>