Color Hex Logo

#fcd762 Color Hex

#FCD762
(252,215,98)
0 Favorites   0 Comments

Color spaces of #fcd762

RGB 25221598
HSL0.130.960.69
HSV46°61°99°
CMYK 0.000.150.61   0.01
XYZ66.649970.178221.5882
Yxy70.17820.42070.4430
Hunter Lab83.7724-4.586043.3616
CIE-Lab87.0842-0.116361.1089

#fcd762 color RGB value is (252,215,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01100010
Octal 374 327 142
Decimal 252 215 98
Hex FC D7 62

RGB Percentages of Color #fcd762

%44.60
%38.05
%17.35

CMYK Percentages of Color #fcd762

%0
%15
%61
%1

Triadic Colors of #fcd762

#fcd762 #62fcd7 #d762fc

Analogous Colors of #fcd762

#fcd762 #d4fc62 #fc8a62

Monochromatic Colors of #fcd762

#fcd762

Complementary Color

#fcd762 #6287fc

#fcd762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd762 Color CSS Codes

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

#fcd762 Text Font Color

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

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


#fcd762 Background Color

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

This div background color is #fcd762


#fcd762 Border Color

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

This div border color is #fcd762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd762

Related Colors


Comments

No comments written yet.

Please login to write comment.