Color Hex Logo

#fcaa2f Color Hex

#FCAA2F
(252,170,47)
0 Favorites   0 Comments

Color spaces of #fcaa2f

RGB 25217047
HSL0.100.970.59
HSV36°81°99°
CMYK 0.000.330.81   0.01
XYZ55.032749.65019.3722
Yxy49.65010.48250.4353
Hunter Lab70.462816.101741.4379
CIE-Lab75.854020.816670.0629

#fcaa2f color RGB value is (252,170,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 00101111
Octal 374 252 57
Decimal 252 170 47
Hex FC AA 2F

RGB Percentages of Color #fcaa2f

%53.73
%36.25
%10.02

CMYK Percentages of Color #fcaa2f

%0
%33
%81
%1

Triadic Colors of #fcaa2f

#fcaa2f #2ffcaa #aa2ffc

Analogous Colors of #fcaa2f

#fcaa2f #e8fc2f #fc442f

Monochromatic Colors of #fcaa2f

#fcaa2f

Complementary Color

#fcaa2f #2f81fc

#fcaa2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa2f Color CSS Codes

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

#fcaa2f Text Font Color

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

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


#fcaa2f Background Color

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

This div background color is #fcaa2f


#fcaa2f Border Color

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

This div border color is #fcaa2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa2f


Comments

No comments written yet.

Please login to write comment.