Color Hex Logo

#fca125 Color Hex

#FCA125
(252,161,37)
0 Favorites   0 Comments

Color spaces of #fca125

RGB 25216137
HSL0.100.970.57
HSV35°85°99°
CMYK 0.000.360.85   0.01
XYZ53.223746.31887.8855
Yxy46.31880.49540.4312
Hunter Lab68.057920.492040.7709
CIE-Lab73.751925.260071.3792

#fca125 color RGB value is (252,161,37).

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

The process color (four color CMYK) of #fca125 color hex is 0.00, 0.36, 0.85, 0.01. Web safe color of #fca125 is #ff9933. Color #fca125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 00100101
Octal 374 241 45
Decimal 252 161 37
Hex FC A1 25

RGB Percentages of Color #fca125

%56.00
%35.78
%8.22

CMYK Percentages of Color #fca125

%0
%36
%85
%1

Triadic Colors of #fca125

#fca125 #25fca1 #a125fc

Analogous Colors of #fca125

#fca125 #ecfc25 #fc3625

Monochromatic Colors of #fca125

#fca125

Complementary Color

#fca125 #2580fc

#fca125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca125 Color CSS Codes

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

#fca125 Text Font Color

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

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


#fca125 Background Color

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

This div background color is #fca125


#fca125 Border Color

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

This div border color is #fca125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca125


Comments

No comments written yet.

Please login to write comment.