Color Hex Logo

#fca232 Color Hex

#FCA232
(252,162,50)
0 Favorites   0 Comments

Color spaces of #fca232

RGB 25216250
HSL0.090.970.59
HSV33°80°99°
CMYK 0.000.360.80   0.01
XYZ53.640946.76649.2172
Yxy46.76640.48930.4266
Hunter Lab68.386020.337239.8789
CIE-Lab74.040125.091967.4250

#fca232 color RGB value is (252,162,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 00110010
Octal 374 242 62
Decimal 252 162 50
Hex FC A2 32

RGB Percentages of Color #fca232

%54.31
%34.91
%10.78

CMYK Percentages of Color #fca232

%0
%36
%80
%1

Triadic Colors of #fca232

#fca232 #32fca2 #a232fc

Analogous Colors of #fca232

#fca232 #f1fc32 #fc3d32

Monochromatic Colors of #fca232

#fca232

Complementary Color

#fca232 #328cfc

#fca232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca232 Color CSS Codes

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

#fca232 Text Font Color

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

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


#fca232 Background Color

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

This div background color is #fca232


#fca232 Border Color

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

This div border color is #fca232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca232


Comments

No comments written yet.

Please login to write comment.