Color Hex Logo

#fca136 Color Hex

#FCA136
(252,161,54)
1 Favorites   0 Comments

Color spaces of #fca136

RGB 25216154
HSL0.090.970.60
HSV32°79°99°
CMYK 0.000.360.79   0.01
XYZ53.555646.45159.6334
Yxy46.45150.48850.4237
Hunter Lab68.155320.991239.3284
CIE-Lab73.837625.745865.7734

#fca136 color RGB value is (252,161,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 00110110
Octal 374 241 66
Decimal 252 161 54
Hex FC A1 36

RGB Percentages of Color #fca136

%53.96
%34.48
%11.56

CMYK Percentages of Color #fca136

%0
%36
%79
%1

Triadic Colors of #fca136

#fca136 #36fca1 #a136fc

Analogous Colors of #fca136

#fca136 #f4fc36 #fc3e36

Monochromatic Colors of #fca136

#fca136

Complementary Color

#fca136 #3691fc

#fca136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca136 Color CSS Codes

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

#fca136 Text Font Color

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

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


#fca136 Background Color

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

This div background color is #fca136


#fca136 Border Color

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

This div border color is #fca136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca136

#fca136 Color Palettes


Comments

No comments written yet.

Please login to write comment.