Color Hex Logo

#fca84d Color Hex

#FCA84D
(252,168,77)
0 Favorites   0 Comments

Color spaces of #fca84d

RGB 25216877
HSL0.090.970.65
HSV31°69°99°
CMYK 0.000.330.69   0.01
XYZ55.487149.236513.6003
Yxy49.23650.46890.4161
Hunter Lab70.168718.356637.6264
CIE-Lab75.598223.062957.9527

#fca84d color RGB value is (252,168,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 01001101
Octal 374 250 115
Decimal 252 168 77
Hex FC A8 4D

RGB Percentages of Color #fca84d

%50.70
%33.80
%15.49

CMYK Percentages of Color #fca84d

%0
%33
%69
%1

Triadic Colors of #fca84d

#fca84d #4dfca8 #a84dfc

Analogous Colors of #fca84d

#fca84d #f9fc4d #fc504d

Monochromatic Colors of #fca84d

#fca84d

Complementary Color

#fca84d #4da1fc

#fca84d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca84d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca84d Color CSS Codes

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

#fca84d Text Font Color

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

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


#fca84d Background Color

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

This div background color is #fca84d


#fca84d Border Color

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

This div border color is #fca84d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca84d

Related Colors


Comments

No comments written yet.

Please login to write comment.