Color Hex Logo

#fca029 Color Hex

#FCA029
(252,160,41)
0 Favorites   0 Comments

Color spaces of #fca029

RGB 25216041
HSL0.090.970.57
HSV34°84°99°
CMYK 0.000.370.84   0.01
XYZ53.115945.99728.1766
Yxy45.99720.49510.4287
Hunter Lab67.821221.109640.3268
CIE-Lab73.543725.879070.0067

#fca029 color RGB value is (252,160,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 00101001
Octal 374 240 51
Decimal 252 160 41
Hex FC A0 29

RGB Percentages of Color #fca029

%55.63
%35.32
%9.05

CMYK Percentages of Color #fca029

%0
%37
%84
%1

Triadic Colors of #fca029

#fca029 #29fca0 #a029fc

Analogous Colors of #fca029

#fca029 #effc29 #fc3729

Monochromatic Colors of #fca029

#fca029

Complementary Color

#fca029 #2985fc

#fca029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca029 Color CSS Codes

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

#fca029 Text Font Color

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

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


#fca029 Background Color

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

This div background color is #fca029


#fca029 Border Color

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

This div border color is #fca029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca029

Related Colors


Comments

No comments written yet.

Please login to write comment.