Color Hex Logo

#fca239 Color Hex

#FCA239
(252,162,57)
0 Favorites   0 Comments

Color spaces of #fca239

RGB 25216257
HSL0.090.970.61
HSV32°77°99°
CMYK 0.000.360.77   0.01
XYZ53.803746.831510.0745
Yxy46.83150.48600.4230
Hunter Lab68.433520.581339.1751
CIE-Lab74.081925.329564.8547

#fca239 color RGB value is (252,162,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 00111001
Octal 374 242 71
Decimal 252 162 57
Hex FC A2 39

RGB Percentages of Color #fca239

%53.50
%34.39
%12.10

CMYK Percentages of Color #fca239

%0
%36
%77
%1

Triadic Colors of #fca239

#fca239 #39fca2 #a239fc

Analogous Colors of #fca239

#fca239 #f5fc39 #fc4139

Monochromatic Colors of #fca239

#fca239

Complementary Color

#fca239 #3993fc

#fca239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca239 Color CSS Codes

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

#fca239 Text Font Color

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

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


#fca239 Background Color

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

This div background color is #fca239


#fca239 Border Color

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

This div border color is #fca239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca239

#fca239 Color Palettes


Comments

No comments written yet.

Please login to write comment.