Color Hex Logo

#fca866 Color Hex

#FCA866
(252,168,102)
0 Favorites   0 Comments

Color spaces of #fca866

RGB 252168102
HSL0.070.960.69
HSV26°60°99°
CMYK 0.000.330.60   0.01
XYZ56.545849.660019.1754
Yxy49.66000.45100.3961
Hunter Lab70.469919.908233.1956
CIE-Lab75.860124.575246.2745

#fca866 color RGB value is (252,168,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 01100110
Octal 374 250 146
Decimal 252 168 102
Hex FC A8 66

RGB Percentages of Color #fca866

%48.28
%32.18
%19.54

CMYK Percentages of Color #fca866

%0
%33
%60
%1

Triadic Colors of #fca866

#fca866 #66fca8 #a866fc

Analogous Colors of #fca866

#fca866 #fcf366 #fc666f

Monochromatic Colors of #fca866

#fca866

Complementary Color

#fca866 #66bafc

#fca866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca866 Color CSS Codes

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

#fca866 Text Font Color

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

This sample text font color is #fca866
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.


#fca866 Background Color

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

This div background color is #fca866


#fca866 Border Color

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

This div border color is #fca866


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,168,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 #fca866">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca866


Comments

No comments written yet.

Please login to write comment.