Color Hex Logo

#fcd732 Color Hex

#FCD732
(252,215,50)
0 Favorites   0 Comments

Color spaces of #fcd732

RGB 25221550
HSL0.140.970.59
HSV49°80°99°
CMYK 0.000.150.80   0.01
XYZ65.021069.526613.0106
Yxy69.52660.44060.4712
Hunter Lab83.3826-6.726949.1165
CIE-Lab86.7642-2.385578.6706

#fcd732 color RGB value is (252,215,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 00110010
Octal 374 327 62
Decimal 252 215 50
Hex FC D7 32

RGB Percentages of Color #fcd732

%48.74
%41.59
%9.67

CMYK Percentages of Color #fcd732

%0
%15
%80
%1

Triadic Colors of #fcd732

#fcd732 #32fcd7 #d732fc

Analogous Colors of #fcd732

#fcd732 #bcfc32 #fc7232

Monochromatic Colors of #fcd732

#fcd732

Complementary Color

#fcd732 #3257fc

#fcd732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd732 Color CSS Codes

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

#fcd732 Text Font Color

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

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


#fcd732 Background Color

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

This div background color is #fcd732


#fcd732 Border Color

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

This div border color is #fcd732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd732

Related Colors


Comments

No comments written yet.

Please login to write comment.