Color Hex Logo

#fca04a Color Hex

#FCA04A
(252,160,74)
0 Favorites   0 Comments

Color spaces of #fca04a

RGB 25216074
HSL0.080.970.64
HSV29°71°99°
CMYK 0.000.370.71   0.01
XYZ53.951746.331512.5779
Yxy46.33150.47800.4105
Hunter Lab68.067222.365636.6911
CIE-Lab73.760127.095257.3543

#fca04a color RGB value is (252,160,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 01001010
Octal 374 240 112
Decimal 252 160 74
Hex FC A0 4A

RGB Percentages of Color #fca04a

%51.85
%32.92
%15.23

CMYK Percentages of Color #fca04a

%0
%37
%71
%1

Triadic Colors of #fca04a

#fca04a #4afca0 #a04afc

Analogous Colors of #fca04a

#fca04a #fcf94a #fc4a4d

Monochromatic Colors of #fca04a

#fca04a

Complementary Color

#fca04a #4aa6fc

#fca04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca04a Color CSS Codes

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

#fca04a Text Font Color

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

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


#fca04a Background Color

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

This div background color is #fca04a


#fca04a Border Color

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

This div border color is #fca04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca04a

Related Colors


Comments

No comments written yet.

Please login to write comment.