Color Hex Logo

#fec52f Color Hex

#FEC52F
(254,197,47)
0 Favorites   0 Comments

Color spaces of #fec52f

RGB 25419747
HSL0.120.990.59
HSV43°81°100°
CMYK 0.000.220.81   0.00
XYZ61.352461.208611.2701
Yxy61.20860.45840.4574
Hunter Lab78.23593.066346.2243
CIE-Lab82.49087.587675.9073

#fec52f color RGB value is (254,197,47).

#fec52f hex color red value is 254, green value is 197 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fec52f hue: 0.12 , saturation: 0.99 and the lightness value of fec52f is 0.59.

The process color (four color CMYK) of #fec52f color hex is 0.00, 0.22, 0.81, 0.00. Web safe color of #fec52f is #ffcc33. Color #fec52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 00101111
Octal 376 305 57
Decimal 254 197 47
Hex FE C5 2F

RGB Percentages of Color #fec52f

%51.00
%39.56
%9.44

CMYK Percentages of Color #fec52f

%0
%22
%81
%0

Triadic Colors of #fec52f

#fec52f #2ffec5 #c52ffe

Analogous Colors of #fec52f

#fec52f #d0fe2f #fe5e2f

Monochromatic Colors of #fec52f

#fec52f

Complementary Color

#fec52f #2f68fe

#fec52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec52f Color CSS Codes

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

#fec52f Text Font Color

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

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


#fec52f Background Color

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

This div background color is #fec52f


#fec52f Border Color

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

This div border color is #fec52f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,197,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fec52f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fec52f;
  -webkit-box-shadow: 1px 1px 3px 2px #fec52f;
  box-shadow:         1px 1px 3px 2px #fec52f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,197,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec52f


Comments

No comments written yet.

Please login to write comment.