#FC8668

Color #FC8668 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FC8668

Tints of Salmon #FC8668

Color information

#FC8668 (or 0xFC8668) is unknown color: approx Salmon. HEX triplet: FC, 86 and 68. RGB value is (252,134,104). Sum of RGB (Red+Green+Blue) = 252+134+104=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8668 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8668 is #037997. Grayscale: #A6A6A6. Windows color (decimal): -227736 or 6850300. OLE color: 6850300.

HSL color Cylindrical-coordinate representation of color #FC8668: hue angle of 12.16º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC8668 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB252134104-
CMYK00.470.590.01
HSL12.16º96.1%69.8%-
HSV(B)12.16º58.73%98.82%-
XYZ51.1738.7517.88-
YUV165.8693.09189.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 51.43%
GREEN value IS 134 (52.73% from 255) = 27.35%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=51.43%
G=27.35%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25213410400.470.590.0112.1696.169.8
HexFC866802F3B1c6046
Octal37420615005773114140106
Binary1111110010000110110100001011111110111110011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8668; }

 p { color: rgb(252,134,104); }

 H1.HeaderClassName
 {
   color: #FC8668;
 }
 .AnyTagClassName
 {
   color: #FC8668;
 }
</style>
background-color css

<style>
 a { background-color: #FC8668; }

 a { background-color: rgb(252,134,104); }

 div.DivClassName
 {
   background-color: #FC8668;
 }
 .BgClassName
 {
   background-color: #FC8668;
 }
</style>
border-color css

<style>
 span { border-color: #FC8668; }

 span { border-color: rgb(252,134,104); }

 td.TdClassName
 {
   border-color: #FC8668;
 }
 .TagClassName
 {
   border-color: #FC8668;
 }
</style>