Color Hex Logo

#fcaa49 Color Hex

#FCAA49
(252,170,73)
0 Favorites   0 Comments

Color spaces of #fcaa49

RGB 25217073
HSL0.090.970.64
HSV33°71°99°
CMYK 0.000.330.71   0.01
XYZ55.722249.925913.0031
Yxy49.92590.46960.4208
Hunter Lab70.658317.115938.5498
CIE-Lab76.023821.818160.1716

#fcaa49 color RGB value is (252,170,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 01001001
Octal 374 252 111
Decimal 252 170 73
Hex FC AA 49

RGB Percentages of Color #fcaa49

%50.91
%34.34
%14.75

CMYK Percentages of Color #fcaa49

%0
%33
%71
%1

Triadic Colors of #fcaa49

#fcaa49 #49fcaa #aa49fc

Analogous Colors of #fcaa49

#fcaa49 #f5fc49 #fc5149

Monochromatic Colors of #fcaa49

#fcaa49

Complementary Color

#fcaa49 #499bfc

#fcaa49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa49 Color CSS Codes

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

#fcaa49 Text Font Color

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

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


#fcaa49 Background Color

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

This div background color is #fcaa49


#fcaa49 Border Color

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

This div border color is #fcaa49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa49


Comments

No comments written yet.

Please login to write comment.