Color Hex Logo

#fca522 Color Hex

#FCA522
(252,165,34)
0 Favorites   0 Comments

Color spaces of #fca522

RGB 25216534
HSL0.100.970.56
HSV36°87°99°
CMYK 0.000.350.87   0.01
XYZ53.888847.72127.8842
Yxy47.72120.49220.4358
Hunter Lab69.080518.354541.5896
CIE-Lab74.648723.104072.9300

#fca522 color RGB value is (252,165,34).

#fca522 hex color red value is 252, green value is 165 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #fca522 hue: 0.10 , saturation: 0.97 and the lightness value of fca522 is 0.56.

The process color (four color CMYK) of #fca522 color hex is 0.00, 0.35, 0.87, 0.01. Web safe color of #fca522 is #ff9933. Color #fca522 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 00100010
Octal 374 245 42
Decimal 252 165 34
Hex FC A5 22

RGB Percentages of Color #fca522

%55.88
%36.59
%7.54

CMYK Percentages of Color #fca522

%0
%35
%87
%1

Triadic Colors of #fca522

#fca522 #22fca5 #a522fc

Analogous Colors of #fca522

#fca522 #e6fc22 #fc3822

Monochromatic Colors of #fca522

#fca522

Complementary Color

#fca522 #2279fc

#fca522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca522 Color CSS Codes

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

#fca522 Text Font Color

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

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


#fca522 Background Color

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

This div background color is #fca522


#fca522 Border Color

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

This div border color is #fca522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca522


Comments

No comments written yet.

Please login to write comment.