Shades of Salmon #FC866D
Tints of Salmon #FC866D
RGB
CMYK
RGB Variations
Color information
#FC866D (or 0xFC866D) is known color: Salmon. HEX triplet: FC, 86 and 6D. RGB value is (252,134,109). Sum of RGB (Red+Green+Blue) = 252+134+109=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC866D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC866D is #037992. Grayscale: #A6A6A6. Windows color (decimal): -227731 or 7177980. OLE color: 7177980.
HSL color Cylindrical-coordinate representation of color #FC866D: hue angle of 10.49º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC866D is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 109 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.01 |
| HSL | 10.49º | 0.96% | 0.71% | - |
| HSV(B) | 10.49º | 0.57% | 0.99% | - |
| XYZ | 51.43 | 38.85 | 19.26 | - |
| YUV | 166.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 109 | 0 | 0.47 | 0.57 | 0.01 | 10.49 | 0.96 | 0.71 |
| Hex | FC | 86 | 6D | 0 | 2F | 39 | 1 | A | 60 | 47 |
| Octal | 374 | 206 | 155 | 0 | 57 | 71 | 1 | 12 | 140 | 107 |
| Binary | 11111100 | 10000110 | 1101101 | 0 | 101111 | 111001 | 1 | 1010 | 1100000 | 1000111 |
Color Harmonies of #FC866D
Complementary color
Monochromatic Colors of #FC866D
Black with #FC866D
Text Example
Text Example
White with #FC866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC866D; }
p { color: rgb(252,134,109); }
H1.HeaderClassName
{
color: #FC866D;
}
.AnyTagClassName
{
color: #FC866D;
}
</style>
background-color css
<style>
a { background-color: #FC866D; }
a { background-color: rgb(252,134,109); }
div.DivClassName
{
background-color: #FC866D;
}
.BgClassName
{
background-color: #FC866D;
}
</style>
border-color css
<style>
span { border-color: #FC866D; }
span { border-color: rgb(252,134,109); }
td.TdClassName
{
border-color: #FC866D;
}
.TagClassName
{
border-color: #FC866D;
}
</style>