Color Hex Logo

#fca545 Color Hex

#FCA545
(252,165,69)
0 Favorites   0 Comments

Color spaces of #fca545

RGB 25216569
HSL0.090.970.63
HSV31°73°99°
CMYK 0.000.350.73   0.01
XYZ54.674248.035412.0203
Yxy48.03540.47650.4187
Hunter Lab69.307619.523838.2324
CIE-Lab74.847324.249160.6898

#fca545 color RGB value is (252,165,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 01000101
Octal 374 245 105
Decimal 252 165 69
Hex FC A5 45

RGB Percentages of Color #fca545

%51.85
%33.95
%14.20

CMYK Percentages of Color #fca545

%0
%35
%73
%1

Triadic Colors of #fca545

#fca545 #45fca5 #a545fc

Analogous Colors of #fca545

#fca545 #f8fc45 #fc4a45

Monochromatic Colors of #fca545

#fca545

Complementary Color

#fca545 #459cfc

#fca545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca545 Color CSS Codes

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

#fca545 Text Font Color

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

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


#fca545 Background Color

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

This div background color is #fca545


#fca545 Border Color

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

This div border color is #fca545


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,165,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 #fca545">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca545


Comments

No comments written yet.

Please login to write comment.