Color Hex Logo

#fcb391 Color Hex

#FCB391
(252,179,145)
0 Favorites   0 Comments

Color spaces of #fcb391

RGB 252179145
HSL0.050.950.78
HSV19°42°99°
CMYK 0.000.290.42   0.01
XYZ61.375854.980034.1654
Yxy54.98000.40780.3653
Hunter Lab74.148517.992024.5849
CIE-Lab79.029722.560727.9383

#fcb391 color RGB value is (252,179,145).

#fcb391 hex color red value is 252, green value is 179 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fcb391 hue: 0.05 , saturation: 0.95 and the lightness value of fcb391 is 0.78.

The process color (four color CMYK) of #fcb391 color hex is 0.00, 0.29, 0.42, 0.01. Web safe color of #fcb391 is #ffcc99. Color #fcb391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 10010001
Octal 374 263 221
Decimal 252 179 145
Hex FC B3 91

RGB Percentages of Color #fcb391

%43.75
%31.08
%25.17

CMYK Percentages of Color #fcb391

%0
%29
%42
%1

Triadic Colors of #fcb391

#fcb391 #91fcb3 #b391fc

Analogous Colors of #fcb391

#fcb391 #fce991 #fc91a5

Monochromatic Colors of #fcb391

#fcb391

Complementary Color

#fcb391 #91dafc

#fcb391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb391 Color CSS Codes

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

#fcb391 Text Font Color

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

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


#fcb391 Background Color

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

This div background color is #fcb391


#fcb391 Border Color

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

This div border color is #fcb391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb391


Comments

No comments written yet.

Please login to write comment.