Color Hex Logo

#fcd04a Color Hex

#FCD04A
(252,208,74)
5 Favorites   0 Comments

Color spaces of #fcd04a

RGB 25220874
HSL0.130.970.64
HSV45°71°99°
CMYK 0.000.170.71   0.01
XYZ63.936866.301615.9062
Yxy66.30160.43750.4537
Hunter Lab81.4258-2.334245.4160
CIE-Lab85.15002.109469.0634

#fcd04a color RGB value is (252,208,74).

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

The process color (four color CMYK) of #fcd04a color hex is 0.00, 0.17, 0.71, 0.01. Web safe color of #fcd04a is #ffcc33. Color #fcd04a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010000 01001010
Octal 374 320 112
Decimal 252 208 74
Hex FC D0 4A

RGB Percentages of Color #fcd04a

%47.19
%38.95
%13.86

CMYK Percentages of Color #fcd04a

%0
%17
%71
%1

Triadic Colors of #fcd04a

#fcd04a #4afcd0 #d04afc

Analogous Colors of #fcd04a

#fcd04a #cffc4a #fc774a

Monochromatic Colors of #fcd04a

#fcd04a

Complementary Color

#fcd04a #4a76fc

#fcd04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd04a Color CSS Codes

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

#fcd04a Text Font Color

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

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


#fcd04a Background Color

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

This div background color is #fcd04a


#fcd04a Border Color

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

This div border color is #fcd04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd04a

Related Colors


Comments

No comments written yet.

Please login to write comment.