Color Hex Logo

#fcd745 Color Hex

#FCD745
(252,215,69)
0 Favorites   0 Comments

Color spaces of #fcd745

RGB 25221569
HSL0.130.970.63
HSV48°73°99°
CMYK 0.000.150.73   0.01
XYZ65.519569.726015.6354
Yxy69.72600.43420.4621
Hunter Lab83.5021-6.069547.3497
CIE-Lab86.8623-1.685672.6167

#fcd745 color RGB value is (252,215,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01000101
Octal 374 327 105
Decimal 252 215 69
Hex FC D7 45

RGB Percentages of Color #fcd745

%47.01
%40.11
%12.87

CMYK Percentages of Color #fcd745

%0
%15
%73
%1

Triadic Colors of #fcd745

#fcd745 #45fcd7 #d745fc

Analogous Colors of #fcd745

#fcd745 #c6fc45 #fc7c45

Monochromatic Colors of #fcd745

#fcd745

Complementary Color

#fcd745 #456afc

#fcd745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd745 Color CSS Codes

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

#fcd745 Text Font Color

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

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


#fcd745 Background Color

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

This div background color is #fcd745


#fcd745 Border Color

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

This div border color is #fcd745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd745

Related Colors


Comments

No comments written yet.

Please login to write comment.