Shades of Salmon #FC8665
Tints of Salmon #FC8665
RGB
CMYK
RGB Variations
Color information
#FC8665 (or 0xFC8665) is known color: Salmon. HEX triplet: FC, 86 and 65. RGB value is (252,134,101). Sum of RGB (Red+Green+Blue) = 252+134+101=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8665 is #03799A. Grayscale: #A5A5A5. Windows color (decimal): -227739 or 6653692. OLE color: 6653692.
HSL color Cylindrical-coordinate representation of color #FC8665: hue angle of 13.11º 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 #FC8665 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 101 | - |
| CMYK | 0 | 0.47 | 0.60 | 0.01 |
| HSL | 13.11º | 0.96% | 0.69% | - |
| HSV(B) | 13.11º | 0.6% | 0.99% | - |
| XYZ | 51.02 | 38.69 | 17.09 | - |
| YUV | 165.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 101 | 0 | 0.47 | 0.60 | 0.01 | 13.11 | 0.96 | 0.69 |
| Hex | FC | 86 | 65 | 0 | 2F | 3C | 1 | D | 60 | 45 |
| Octal | 374 | 206 | 145 | 0 | 57 | 74 | 1 | 15 | 140 | 105 |
| Binary | 11111100 | 10000110 | 1100101 | 0 | 101111 | 111100 | 1 | 1101 | 1100000 | 1000101 |
Color Harmonies of #FC8665
Complementary color
Monochromatic Colors of #FC8665
Black with #FC8665
Text Example
Text Example
White with #FC8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8665; }
p { color: rgb(252,134,101); }
H1.HeaderClassName
{
color: #FC8665;
}
.AnyTagClassName
{
color: #FC8665;
}
</style>
background-color css
<style>
a { background-color: #FC8665; }
a { background-color: rgb(252,134,101); }
div.DivClassName
{
background-color: #FC8665;
}
.BgClassName
{
background-color: #FC8665;
}
</style>
border-color css
<style>
span { border-color: #FC8665; }
span { border-color: rgb(252,134,101); }
td.TdClassName
{
border-color: #FC8665;
}
.TagClassName
{
border-color: #FC8665;
}
</style>