Color Hex Logo

#fcba71 Color Hex

#FCBA71
(252,186,113)
0 Favorites   0 Comments

Color spaces of #fcba71

RGB 252186113
HSL0.090.960.72
HSV32°55°99°
CMYK 0.000.260.55   0.01
XYZ60.684457.005523.4275
Yxy57.00550.43000.4040
Hunter Lab75.502011.340134.4543
CIE-Lab80.182715.962145.9876

#fcba71 color RGB value is (252,186,113).

#fcba71 hex color red value is 252, green value is 186 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #fcba71 hue: 0.09 , saturation: 0.96 and the lightness value of fcba71 is 0.72.

The process color (four color CMYK) of #fcba71 color hex is 0.00, 0.26, 0.55, 0.01. Web safe color of #fcba71 is #ffcc66. Color #fcba71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 01110001
Octal 374 272 161
Decimal 252 186 113
Hex FC BA 71

RGB Percentages of Color #fcba71

%45.74
%33.76
%20.51

CMYK Percentages of Color #fcba71

%0
%26
%55
%1

Triadic Colors of #fcba71

#fcba71 #71fcba #ba71fc

Analogous Colors of #fcba71

#fcba71 #f9fc71 #fc7571

Monochromatic Colors of #fcba71

#fcba71

Complementary Color

#fcba71 #71b3fc

#fcba71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcba71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcba71 Color CSS Codes

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

#fcba71 Text Font Color

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

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


#fcba71 Background Color

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

This div background color is #fcba71


#fcba71 Border Color

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

This div border color is #fcba71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcba71

Related Colors


Comments

No comments written yet.

Please login to write comment.