Color Hex Logo

#fcd740 Color Hex

#FCD740
(252,215,64)
0 Favorites   0 Comments

Color spaces of #fcd740

RGB 25221564
HSL0.130.970.62
HSV48°75°99°
CMYK 0.000.150.75   0.01
XYZ65.370769.666514.8521
Yxy69.66650.43610.4648
Hunter Lab83.4665-6.265647.8764
CIE-Lab86.8330-1.894074.3453

#fcd740 color RGB value is (252,215,64).

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

The process color (four color CMYK) of #fcd740 color hex is 0.00, 0.15, 0.75, 0.01. Web safe color of #fcd740 is #ffcc33. Color #fcd740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01000000
Octal 374 327 100
Decimal 252 215 64
Hex FC D7 40

RGB Percentages of Color #fcd740

%47.46
%40.49
%12.05

CMYK Percentages of Color #fcd740

%0
%15
%75
%1

Triadic Colors of #fcd740

#fcd740 #40fcd7 #d740fc

Analogous Colors of #fcd740

#fcd740 #c3fc40 #fc7940

Monochromatic Colors of #fcd740

#fcd740

Complementary Color

#fcd740 #4065fc

#fcd740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd740 Color CSS Codes

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

#fcd740 Text Font Color

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

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


#fcd740 Background Color

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

This div background color is #fcd740


#fcd740 Border Color

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

This div border color is #fcd740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd740

Related Colors


Comments

No comments written yet.

Please login to write comment.