Color Hex Logo

#fca440 Color Hex

#FCA440
(252,164,64)
0 Favorites   0 Comments

Color spaces of #fca440

RGB 25216464
HSL0.090.970.62
HSV32°75°99°
CMYK 0.000.350.75   0.01
XYZ54.345847.616511.1771
Yxy47.61650.48030.4209
Hunter Lab69.004719.822438.6997
CIE-Lab74.582424.556562.5312

#fca440 color RGB value is (252,164,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 01000000
Octal 374 244 100
Decimal 252 164 64
Hex FC A4 40

RGB Percentages of Color #fca440

%52.50
%34.17
%13.33

CMYK Percentages of Color #fca440

%0
%35
%75
%1

Triadic Colors of #fca440

#fca440 #40fca4 #a440fc

Analogous Colors of #fca440

#fca440 #f6fc40 #fc4640

Monochromatic Colors of #fca440

#fca440

Complementary Color

#fca440 #4098fc

#fca440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca440 Color CSS Codes

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

#fca440 Text Font Color

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

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


#fca440 Background Color

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

This div background color is #fca440


#fca440 Border Color

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

This div border color is #fca440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca440

Related Colors


Comments

No comments written yet.

Please login to write comment.