Color Hex Logo

#fcd763 Color Hex

#FCD763
(252,215,99)
0 Favorites   0 Comments

Color spaces of #fcd763

RGB 25221599
HSL0.130.960.69
HSV45°61°99°
CMYK 0.000.150.61   0.01
XYZ66.697570.197221.8385
Yxy70.19720.42020.4422
Hunter Lab83.7838-4.523643.1945
CIE-Lab87.0935-0.050760.6760

#fcd763 color RGB value is (252,215,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01100011
Octal 374 327 143
Decimal 252 215 99
Hex FC D7 63

RGB Percentages of Color #fcd763

%44.52
%37.99
%17.49

CMYK Percentages of Color #fcd763

%0
%15
%61
%1

Triadic Colors of #fcd763

#fcd763 #63fcd7 #d763fc

Analogous Colors of #fcd763

#fcd763 #d5fc63 #fc8b63

Monochromatic Colors of #fcd763

#fcd763

Complementary Color

#fcd763 #6388fc

#fcd763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd763 Color CSS Codes

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

#fcd763 Text Font Color

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

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


#fcd763 Background Color

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

This div background color is #fcd763


#fcd763 Border Color

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

This div border color is #fcd763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd763


Comments

No comments written yet.

Please login to write comment.