Color Hex Logo

#fca04c Color Hex

#FCA04C
(252,160,76)
0 Favorites   0 Comments

Color spaces of #fca04c

RGB 25216076
HSL0.080.970.64
HSV29°70°99°
CMYK 0.000.370.70   0.01
XYZ54.020246.358912.9385
Yxy46.35890.47670.4091
Hunter Lab68.087422.468236.3944
CIE-Lab73.777827.194156.4627

#fca04c color RGB value is (252,160,76).

#fca04c hex color red value is 252, green value is 160 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fca04c hue: 0.08 , saturation: 0.97 and the lightness value of fca04c is 0.64.

The process color (four color CMYK) of #fca04c color hex is 0.00, 0.37, 0.70, 0.01. Web safe color of #fca04c is #ff9933. Color #fca04c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 01001100
Octal 374 240 114
Decimal 252 160 76
Hex FC A0 4C

RGB Percentages of Color #fca04c

%51.64
%32.79
%15.57

CMYK Percentages of Color #fca04c

%0
%37
%70
%1

Triadic Colors of #fca04c

#fca04c #4cfca0 #a04cfc

Analogous Colors of #fca04c

#fca04c #fcf84c #fc4c50

Monochromatic Colors of #fca04c

#fca04c

Complementary Color

#fca04c #4ca8fc

#fca04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca04c Color CSS Codes

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

#fca04c Text Font Color

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

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


#fca04c Background Color

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

This div background color is #fca04c


#fca04c Border Color

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

This div border color is #fca04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca04c


Comments

No comments written yet.

Please login to write comment.