Color Hex Logo

#fcba6a Color Hex

#FCBA6A
(252,186,106)
0 Favorites   0 Comments

Color spaces of #fcba6a

RGB 252186106
HSL0.090.960.70
HSV33°58°99°
CMYK 0.000.260.58   0.01
XYZ60.305356.853921.4311
Yxy56.85390.43510.4102
Hunter Lab75.401510.809635.9293
CIE-Lab80.097315.431649.3462

#fcba6a color RGB value is (252,186,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 01101010
Octal 374 272 152
Decimal 252 186 106
Hex FC BA 6A

RGB Percentages of Color #fcba6a

%46.32
%34.19
%19.49

CMYK Percentages of Color #fcba6a

%0
%26
%58
%1

Triadic Colors of #fcba6a

#fcba6a #6afcba #ba6afc

Analogous Colors of #fcba6a

#fcba6a #f5fc6a #fc716a

Monochromatic Colors of #fcba6a

#fcba6a

Complementary Color

#fcba6a #6aacfc

#fcba6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcba6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcba6a Color CSS Codes

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

#fcba6a Text Font Color

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

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


#fcba6a Background Color

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

This div background color is #fcba6a


#fcba6a Border Color

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

This div border color is #fcba6a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,186,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 #fcba6a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcba6a

Related Colors


Comments

No comments written yet.

Please login to write comment.