#FC8164

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

Shades of Salmon #FC8164

Tints of Salmon #FC8164

Color information

#FC8164 (or 0xFC8164) is unknown color: approx Salmon. HEX triplet: FC, 81 and 64. RGB value is (252,129,100). Sum of RGB (Red+Green+Blue) = 252+129+100=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8164 is #037E9B. Grayscale: #A2A2A2. Windows color (decimal): -229020 or 6586876. OLE color: 6586876.

HSL color Cylindrical-coordinate representation of color #FC8164: hue angle of 11.45º 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 #FC8164 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252129100-
CMYK00.490.600.01
HSL11.45º96.2%69.02%-
HSV(B)11.45º60.32%98.82%-
XYZ50.337.3216.61-
YUV162.4792.75191.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.39%
GREEN value IS 129 (50.78% from 255) = 26.82%
BLUE value IS 100 (39.45% from 255) = 20.79%
R=52.39%
G=26.82%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212910000.490.600.0111.4596.269.02
HexFC81640313C1b6045
Octal37420114406174113140105
Binary1111110010000001110010001100011111001101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC8164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC8164; }

 p { color: rgb(252,129,100); }

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

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

 a { background-color: rgb(252,129,100); }

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

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

 span { border-color: rgb(252,129,100); }

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