Color Hex Logo

#fca441 Color Hex

#FCA441
(252,164,65)
0 Favorites   0 Comments

Color spaces of #fca441

RGB 25216465
HSL0.090.970.62
HSV32°74°99°
CMYK 0.000.350.74   0.01
XYZ54.374547.628011.3283
Yxy47.62800.47980.4203
Hunter Lab69.013019.865138.5768
CIE-Lab74.589724.598162.1234

#fca441 color RGB value is (252,164,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 01000001
Octal 374 244 101
Decimal 252 164 65
Hex FC A4 41

RGB Percentages of Color #fca441

%52.39
%34.10
%13.51

CMYK Percentages of Color #fca441

%0
%35
%74
%1

Triadic Colors of #fca441

#fca441 #41fca4 #a441fc

Analogous Colors of #fca441

#fca441 #f7fc41 #fc4641

Monochromatic Colors of #fca441

#fca441

Complementary Color

#fca441 #4199fc

#fca441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca441 Color CSS Codes

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

#fca441 Text Font Color

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

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


#fca441 Background Color

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

This div background color is #fca441


#fca441 Border Color

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

This div border color is #fca441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca441


Comments

No comments written yet.

Please login to write comment.