Color Hex Logo

#fcaa2a Color Hex

#FCAA2A
(252,170,42)
0 Favorites   0 Comments

Color spaces of #fcaa2a

RGB 25217042
HSL0.100.970.58
HSV37°83°99°
CMYK 0.000.330.83   0.01
XYZ54.937549.61218.8711
Yxy49.61210.48440.4374
Hunter Lab70.435915.961041.8378
CIE-Lab75.830620.677271.6252

#fcaa2a color RGB value is (252,170,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 00101010
Octal 374 252 52
Decimal 252 170 42
Hex FC AA 2A

RGB Percentages of Color #fcaa2a

%54.31
%36.64
%9.05

CMYK Percentages of Color #fcaa2a

%0
%33
%83
%1

Triadic Colors of #fcaa2a

#fcaa2a #2afcaa #aa2afc

Analogous Colors of #fcaa2a

#fcaa2a #e5fc2a #fc412a

Monochromatic Colors of #fcaa2a

#fcaa2a

Complementary Color

#fcaa2a #2a7cfc

#fcaa2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa2a Color CSS Codes

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

#fcaa2a Text Font Color

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

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


#fcaa2a Background Color

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

This div background color is #fcaa2a


#fcaa2a Border Color

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

This div border color is #fcaa2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa2a


Comments

No comments written yet.

Please login to write comment.