Color Hex Logo

#fcd72d Color Hex

#FCD72D
(252,215,45)
0 Favorites   0 Comments

Color spaces of #fcd72d

RGB 25221545
HSL0.140.970.58
HSV49°82°99°
CMYK 0.000.150.82   0.01
XYZ64.919069.485812.4731
Yxy69.48580.44200.4731
Hunter Lab83.3581-6.861649.4790
CIE-Lab86.7440-2.529480.0116

#fcd72d color RGB value is (252,215,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 00101101
Octal 374 327 55
Decimal 252 215 45
Hex FC D7 2D

RGB Percentages of Color #fcd72d

%49.22
%41.99
%8.79

CMYK Percentages of Color #fcd72d

%0
%15
%82
%1

Triadic Colors of #fcd72d

#fcd72d #2dfcd7 #d72dfc

Analogous Colors of #fcd72d

#fcd72d #bafc2d #fc702d

Monochromatic Colors of #fcd72d

#fcd72d

Complementary Color

#fcd72d #2d52fc

#fcd72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd72d Color CSS Codes

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

#fcd72d Text Font Color

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

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


#fcd72d Background Color

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

This div background color is #fcd72d


#fcd72d Border Color

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

This div border color is #fcd72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd72d


Comments

No comments written yet.

Please login to write comment.