Color Hex Logo

#fcd662 Color Hex

#FCD662
(252,214,98)
0 Favorites   0 Comments

Color spaces of #fcd662

RGB 25221498
HSL0.130.960.69
HSV45°61°99°
CMYK 0.000.150.61   0.01
XYZ66.396169.670421.5036
Yxy69.67040.42140.4422
Hunter Lab83.4688-4.080843.1536
CIE-Lab86.83500.393460.8317

#fcd662 color RGB value is (252,214,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010110 01100010
Octal 374 326 142
Decimal 252 214 98
Hex FC D6 62

RGB Percentages of Color #fcd662

%44.68
%37.94
%17.38

CMYK Percentages of Color #fcd662

%0
%15
%61
%1

Triadic Colors of #fcd662

#fcd662 #62fcd6 #d662fc

Analogous Colors of #fcd662

#fcd662 #d5fc62 #fc8962

Monochromatic Colors of #fcd662

#fcd662

Complementary Color

#fcd662 #6288fc

#fcd662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd662 Color CSS Codes

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

#fcd662 Text Font Color

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

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


#fcd662 Background Color

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

This div background color is #fcd662


#fcd662 Border Color

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

This div border color is #fcd662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd662

Related Colors


Comments

No comments written yet.

Please login to write comment.