Color Hex Logo

#fcb36a Color Hex

#FCB36A
(252,179,106)
0 Favorites   0 Comments

Color spaces of #fcb36a

RGB 252179106
HSL0.080.960.70
HSV30°58°99°
CMYK 0.000.290.58   0.01
XYZ58.866553.976320.9515
Yxy53.97630.44000.4034
Hunter Lab73.468614.452734.5199
CIE-Lab78.447919.096847.3768

#fcb36a color RGB value is (252,179,106).

#fcb36a hex color red value is 252, green value is 179 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fcb36a hue: 0.08 , saturation: 0.96 and the lightness value of fcb36a is 0.70.

The process color (four color CMYK) of #fcb36a color hex is 0.00, 0.29, 0.58, 0.01. Web safe color of #fcb36a is #ffcc66. Color #fcb36a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 01101010
Octal 374 263 152
Decimal 252 179 106
Hex FC B3 6A

RGB Percentages of Color #fcb36a

%46.93
%33.33
%19.74

CMYK Percentages of Color #fcb36a

%0
%29
%58
%1

Triadic Colors of #fcb36a

#fcb36a #6afcb3 #b36afc

Analogous Colors of #fcb36a

#fcb36a #fcfc6a #fc6a6a

Monochromatic Colors of #fcb36a

#fcb36a

Complementary Color

#fcb36a #6ab3fc

#fcb36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb36a Color CSS Codes

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

#fcb36a Text Font Color

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

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


#fcb36a Background Color

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

This div background color is #fcb36a


#fcb36a Border Color

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

This div border color is #fcb36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb36a


Comments

No comments written yet.

Please login to write comment.