Color Hex Logo

#fca045 Color Hex

#FCA045
(252,160,69)
0 Favorites   0 Comments

Color spaces of #fca045

RGB 25216069
HSL0.080.970.63
HSV30°73°99°
CMYK 0.000.370.73   0.01
XYZ53.789946.266711.7256
Yxy46.26670.48120.4139
Hunter Lab68.019622.123437.3930
CIE-Lab73.718326.861459.5338

#fca045 color RGB value is (252,160,69).

#fca045 hex color red value is 252, green value is 160 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #fca045 hue: 0.08 , saturation: 0.97 and the lightness value of fca045 is 0.63.

The process color (four color CMYK) of #fca045 color hex is 0.00, 0.37, 0.73, 0.01. Web safe color of #fca045 is #ff9933. Color #fca045 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 01000101
Octal 374 240 105
Decimal 252 160 69
Hex FC A0 45

RGB Percentages of Color #fca045

%52.39
%33.26
%14.35

CMYK Percentages of Color #fca045

%0
%37
%73
%1

Triadic Colors of #fca045

#fca045 #45fca0 #a045fc

Analogous Colors of #fca045

#fca045 #fcfc45 #fc4546

Monochromatic Colors of #fca045

#fca045

Complementary Color

#fca045 #45a1fc

#fca045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca045 Color CSS Codes

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

#fca045 Text Font Color

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

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


#fca045 Background Color

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

This div background color is #fca045


#fca045 Border Color

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

This div border color is #fca045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca045


Comments

No comments written yet.

Please login to write comment.