Color Hex Logo

#fca134 Color Hex

#FCA134
(252,161,52)
0 Favorites   0 Comments

Color spaces of #fca134

RGB 25216152
HSL0.090.970.60
HSV33°79°99°
CMYK 0.000.360.79   0.01
XYZ53.509646.43319.3910
Yxy46.43310.48940.4247
Hunter Lab68.141820.922139.5282
CIE-Lab73.825725.678766.5068

#fca134 color RGB value is (252,161,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 00110100
Octal 374 241 64
Decimal 252 161 52
Hex FC A1 34

RGB Percentages of Color #fca134

%54.19
%34.62
%11.18

CMYK Percentages of Color #fca134

%0
%36
%79
%1

Triadic Colors of #fca134

#fca134 #34fca1 #a134fc

Analogous Colors of #fca134

#fca134 #f3fc34 #fc3d34

Monochromatic Colors of #fca134

#fca134

Complementary Color

#fca134 #348ffc

#fca134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca134 Color CSS Codes

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

#fca134 Text Font Color

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

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


#fca134 Background Color

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

This div background color is #fca134


#fca134 Border Color

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

This div border color is #fca134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca134

Related Colors


Comments

No comments written yet.

Please login to write comment.