Color Hex Logo

#fca84e Color Hex

#FCA84E
(252,168,78)
0 Favorites   0 Comments

Color spaces of #fca84e

RGB 25216878
HSL0.090.970.65
HSV31°69°99°
CMYK 0.000.330.69   0.01
XYZ55.522749.250813.7877
Yxy49.25080.46830.4154
Hunter Lab70.178918.408837.4768
CIE-Lab75.607123.114157.5108

#fca84e color RGB value is (252,168,78).

#fca84e hex color red value is 252, green value is 168 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fca84e hue: 0.09 , saturation: 0.97 and the lightness value of fca84e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 01001110
Octal 374 250 116
Decimal 252 168 78
Hex FC A8 4E

RGB Percentages of Color #fca84e

%50.60
%33.73
%15.66

CMYK Percentages of Color #fca84e

%0
%33
%69
%1

Triadic Colors of #fca84e

#fca84e #4efca8 #a84efc

Analogous Colors of #fca84e

#fca84e #f9fc4e #fc514e

Monochromatic Colors of #fca84e

#fca84e

Complementary Color

#fca84e #4ea2fc

#fca84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca84e Color CSS Codes

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

#fca84e Text Font Color

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

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


#fca84e Background Color

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

This div background color is #fca84e


#fca84e Border Color

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

This div border color is #fca84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca84e


Comments

No comments written yet.

Please login to write comment.