Color Hex Logo

#fca540 Color Hex

#FCA540
(252,165,64)
0 Favorites   0 Comments

Color spaces of #fca540

RGB 25216564
HSL0.090.970.62
HSV32°75°99°
CMYK 0.000.350.75   0.01
XYZ54.525447.975911.2370
Yxy47.97590.47940.4218
Hunter Lab69.264619.302838.8665
CIE-Lab74.809724.033362.7561

#fca540 color RGB value is (252,165,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 01000000
Octal 374 245 100
Decimal 252 165 64
Hex FC A5 40

RGB Percentages of Color #fca540

%52.39
%34.30
%13.31

CMYK Percentages of Color #fca540

%0
%35
%75
%1

Triadic Colors of #fca540

#fca540 #40fca5 #a540fc

Analogous Colors of #fca540

#fca540 #f5fc40 #fc4740

Monochromatic Colors of #fca540

#fca540

Complementary Color

#fca540 #4097fc

#fca540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca540 Color CSS Codes

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

#fca540 Text Font Color

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

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


#fca540 Background Color

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

This div background color is #fca540


#fca540 Border Color

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

This div border color is #fca540


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,165,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 #fca540">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca540

Related Colors


Comments

No comments written yet.

Please login to write comment.