Color Hex Logo

#fcaa2e Color Hex

#FCAA2E
(252,170,46)
0 Favorites   0 Comments

Color spaces of #fcaa2e

RGB 25217046
HSL0.100.970.58
HSV36°82°99°
CMYK 0.000.330.82   0.01
XYZ55.012849.64229.2672
Yxy49.64220.48290.4358
Hunter Lab70.457216.072241.5217
CIE-Lab75.849120.787470.3855

#fcaa2e color RGB value is (252,170,46).

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

The process color (four color CMYK) of #fcaa2e color hex is 0.00, 0.33, 0.82, 0.01. Web safe color of #fcaa2e is #ff9933. Color #fcaa2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 00101110
Octal 374 252 56
Decimal 252 170 46
Hex FC AA 2E

RGB Percentages of Color #fcaa2e

%53.85
%36.32
%9.83

CMYK Percentages of Color #fcaa2e

%0
%33
%82
%1

Triadic Colors of #fcaa2e

#fcaa2e #2efcaa #aa2efc

Analogous Colors of #fcaa2e

#fcaa2e #e7fc2e #fc432e

Monochromatic Colors of #fcaa2e

#fcaa2e

Complementary Color

#fcaa2e #2e80fc

#fcaa2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa2e Color CSS Codes

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

#fcaa2e Text Font Color

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

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


#fcaa2e Background Color

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

This div background color is #fcaa2e


#fcaa2e Border Color

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

This div border color is #fcaa2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa2e

Related Colors


Comments

No comments written yet.

Please login to write comment.