Color Hex Logo

#fc8666 Color Hex

#FC8666
(252,134,102)
0 Favorites   0 Comments

Color spaces of #fc8666

RGB 252134102
HSL0.040.960.69
HSV13°60°99°
CMYK 0.000.470.60   0.01
XYZ51.068338.705017.3496
Yxy38.70500.47670.3613
Hunter Lab62.213337.649727.0150
CIE-Lab68.537042.097937.3259

#fc8666 color RGB value is (252,134,102).

#fc8666 hex color red value is 252, green value is 134 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #fc8666 hue: 0.04 , saturation: 0.96 and the lightness value of fc8666 is 0.69.

The process color (four color CMYK) of #fc8666 color hex is 0.00, 0.47, 0.60, 0.01. Web safe color of #fc8666 is #ff9966. Color #fc8666 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000110 01100110
Octal 374 206 146
Decimal 252 134 102
Hex FC 86 66

RGB Percentages of Color #fc8666

%51.64
%27.46
%20.90

CMYK Percentages of Color #fc8666

%0
%47
%60
%1

Triadic Colors of #fc8666

#fc8666 #66fc86 #8666fc

Analogous Colors of #fc8666

#fc8666 #fcd166 #fc6691

Monochromatic Colors of #fc8666

#fc8666

Complementary Color

#fc8666 #66dcfc

#fc8666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8666 Color CSS Codes

.mybgcolor {background-color:#fc8666; } 
.myforecolor {color:#fc8666; }
.mybordercolor {border:3px solid #fc8666; }

#fc8666 Text Font Color

<p style="color:#fc8666">Text here</p>

This sample text font color is #fc8666
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fc8666 Background Color

<div style="background-color:#fc8666">
Div content here</div>

This div background color is #fc8666


#fc8666 Border Color

<div style="border:3px solid #fc8666">
Div here</div>

This div border color is #fc8666


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,134,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc8666; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc8666;
  -webkit-box-shadow: 1px 1px 3px 2px #fc8666;
  box-shadow:         1px 1px 3px 2px #fc8666; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,134,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc8666">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fc8666;
  -webkit-box-shadow: 1px 1px 3px 2px #fc8666;
  box-shadow:         1px 1px 3px 2px #fc8666;">
Div content here</div>

This div box has shadow with color #fc8666


Comments

No comments written yet.

Please login to write comment.