Color Hex Logo

#fcd74f Color Hex

#FCD74F
(252,215,79)
0 Favorites   0 Comments

Color spaces of #fcd74f

RGB 25221579
HSL0.130.970.65
HSV47°69°99°
CMYK 0.000.150.69   0.01
XYZ65.856669.860817.4106
Yxy69.86080.43010.4562
Hunter Lab83.5828-5.626046.1576
CIE-Lab86.9285-1.214968.9085

#fcd74f color RGB value is (252,215,79).

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

The process color (four color CMYK) of #fcd74f color hex is 0.00, 0.15, 0.69, 0.01. Web safe color of #fcd74f is #ffcc66. Color #fcd74f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01001111
Octal 374 327 117
Decimal 252 215 79
Hex FC D7 4F

RGB Percentages of Color #fcd74f

%46.15
%39.38
%14.47

CMYK Percentages of Color #fcd74f

%0
%15
%69
%1

Triadic Colors of #fcd74f

#fcd74f #4ffcd7 #d74ffc

Analogous Colors of #fcd74f

#fcd74f #cbfc4f #fc814f

Monochromatic Colors of #fcd74f

#fcd74f

Complementary Color

#fcd74f #4f74fc

#fcd74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd74f Color CSS Codes

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

#fcd74f Text Font Color

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

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


#fcd74f Background Color

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

This div background color is #fcd74f


#fcd74f Border Color

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

This div border color is #fcd74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd74f

Related Colors


Comments

No comments written yet.

Please login to write comment.