Color Hex Logo

#fca41c Color Hex

#FCA41C
(252,164,28)
0 Favorites   0 Comments

Color spaces of #fca41c

RGB 25216428
HSL0.100.970.55
HSV36°89°99°
CMYK 0.000.350.89   0.01
XYZ53.629947.33027.4076
Yxy47.33020.49490.4368
Hunter Lab68.796918.753041.7739
CIE-Lab74.400523.510374.2167

#fca41c color RGB value is (252,164,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 00011100
Octal 374 244 34
Decimal 252 164 28
Hex FC A4 1C

RGB Percentages of Color #fca41c

%56.76
%36.94
%6.31

CMYK Percentages of Color #fca41c

%0
%35
%89
%1

Triadic Colors of #fca41c

#fca41c #1cfca4 #a41cfc

Analogous Colors of #fca41c

#fca41c #e4fc1c #fc341c

Monochromatic Colors of #fca41c

#fca41c

Complementary Color

#fca41c #1c74fc

#fca41c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca41c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca41c Color CSS Codes

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

#fca41c Text Font Color

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

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


#fca41c Background Color

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

This div background color is #fca41c


#fca41c Border Color

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

This div border color is #fca41c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca41c


Comments

No comments written yet.

Please login to write comment.