Color Hex Logo

#fca741 Color Hex

#FCA741
(252,167,65)
0 Favorites   0 Comments

Color spaces of #fca741

RGB 25216765
HSL0.090.970.62
HSV33°74°99°
CMYK 0.000.340.74   0.01
XYZ54.917748.714511.5094
Yxy48.71450.47700.4231
Hunter Lab69.795818.307339.0801
CIE-Lab75.273423.028862.8035

#fca741 color RGB value is (252,167,65).

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

The process color (four color CMYK) of #fca741 color hex is 0.00, 0.34, 0.74, 0.01. Web safe color of #fca741 is #ff9933. Color #fca741 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100111 01000001
Octal 374 247 101
Decimal 252 167 65
Hex FC A7 41

RGB Percentages of Color #fca741

%52.07
%34.50
%13.43

CMYK Percentages of Color #fca741

%0
%34
%74
%1

Triadic Colors of #fca741

#fca741 #41fca7 #a741fc

Analogous Colors of #fca741

#fca741 #f4fc41 #fc4941

Monochromatic Colors of #fca741

#fca741

Complementary Color

#fca741 #4196fc

#fca741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca741 Color CSS Codes

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

#fca741 Text Font Color

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

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


#fca741 Background Color

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

This div background color is #fca741


#fca741 Border Color

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

This div border color is #fca741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca741


Comments

No comments written yet.

Please login to write comment.