Color Hex Logo

#fcb963 Color Hex

#FCB963
(252,185,99)
0 Favorites   0 Comments

Color spaces of #fcb963

RGB 25218599
HSL0.090.960.69
HSV34°61°99°
CMYK 0.000.270.61   0.01
XYZ59.746056.294219.5213
Yxy56.29420.44070.4153
Hunter Lab75.029510.838137.0944
CIE-Lab79.781015.462952.3646

#fcb963 color RGB value is (252,185,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 01100011
Octal 374 271 143
Decimal 252 185 99
Hex FC B9 63

RGB Percentages of Color #fcb963

%47.01
%34.51
%18.47

CMYK Percentages of Color #fcb963

%0
%27
%61
%1

Triadic Colors of #fcb963

#fcb963 #63fcb9 #b963fc

Analogous Colors of #fcb963

#fcb963 #f3fc63 #fc6d63

Monochromatic Colors of #fcb963

#fcb963

Complementary Color

#fcb963 #63a6fc

#fcb963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb963 Color CSS Codes

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

#fcb963 Text Font Color

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

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


#fcb963 Background Color

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

This div background color is #fcb963


#fcb963 Border Color

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

This div border color is #fcb963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb963


Comments

No comments written yet.

Please login to write comment.