Color Hex Logo

#fca139 Color Hex

#FCA139
(252,161,57)
0 Favorites   0 Comments

Color spaces of #fca139

RGB 25216157
HSL0.090.970.61
HSV32°77°99°
CMYK 0.000.360.77   0.01
XYZ53.628346.480610.0160
Yxy46.48060.48700.4221
Hunter Lab68.176721.100339.0132
CIE-Lab73.856325.851864.6412

#fca139 color RGB value is (252,161,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 00111001
Octal 374 241 71
Decimal 252 161 57
Hex FC A1 39

RGB Percentages of Color #fca139

%53.62
%34.26
%12.13

CMYK Percentages of Color #fca139

%0
%36
%77
%1

Triadic Colors of #fca139

#fca139 #39fca1 #a139fc

Analogous Colors of #fca139

#fca139 #f6fc39 #fc4039

Monochromatic Colors of #fca139

#fca139

Complementary Color

#fca139 #3994fc

#fca139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca139 Color CSS Codes

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

#fca139 Text Font Color

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

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


#fca139 Background Color

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

This div background color is #fca139


#fca139 Border Color

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

This div border color is #fca139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca139

#fca139 Color Palettes


Comments

No comments written yet.

Please login to write comment.