Color Hex Logo

#fcba63 Color Hex

#FCBA63
(252,186,99)
0 Favorites   0 Comments

Color spaces of #fcba63

RGB 25218699
HSL0.090.960.69
HSV34°61°99°
CMYK 0.000.260.61   0.01
XYZ59.955956.714119.5913
Yxy56.71410.44000.4162
Hunter Lab75.308810.319737.2921
CIE-Lab80.018514.940052.6395

#fcba63 color RGB value is (252,186,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 01100011
Octal 374 272 143
Decimal 252 186 99
Hex FC BA 63

RGB Percentages of Color #fcba63

%46.93
%34.64
%18.44

CMYK Percentages of Color #fcba63

%0
%26
%61
%1

Triadic Colors of #fcba63

#fcba63 #63fcba #ba63fc

Analogous Colors of #fcba63

#fcba63 #f2fc63 #fc6e63

Monochromatic Colors of #fcba63

#fcba63

Complementary Color

#fcba63 #63a5fc

#fcba63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcba63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcba63 Color CSS Codes

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

#fcba63 Text Font Color

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

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


#fcba63 Background Color

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

This div background color is #fcba63


#fcba63 Border Color

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

This div border color is #fcba63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcba63

Related Colors

#fcba63 Color Palettes


Comments

No comments written yet.

Please login to write comment.