Color Hex Logo

#fec519 Color Hex

#FEC519
(254,197,25)
0 Favorites   0 Comments

Color spaces of #fec519

RGB 25419725
HSL0.130.990.55
HSV45°90°100°
CMYK 0.000.220.90   0.00
XYZ61.014861.07359.4922
Yxy61.07350.46370.4642
Hunter Lab78.14952.601247.5032
CIE-Lab82.41827.106181.0053

#fec519 color RGB value is (254,197,25).

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

The process color (four color CMYK) of #fec519 color hex is 0.00, 0.22, 0.90, 0.00. Web safe color of #fec519 is #ffcc00. Color #fec519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 00011001
Octal 376 305 31
Decimal 254 197 25
Hex FE C5 19

RGB Percentages of Color #fec519

%53.36
%41.39
%5.25

CMYK Percentages of Color #fec519

%0
%22
%90
%0

Triadic Colors of #fec519

#fec519 #19fec5 #c519fe

Analogous Colors of #fec519

#fec519 #c5fe19 #fe5319

Monochromatic Colors of #fec519

#fec519

Complementary Color

#fec519 #1952fe

#fec519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec519 Color CSS Codes

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

#fec519 Text Font Color

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

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


#fec519 Background Color

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

This div background color is #fec519


#fec519 Border Color

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

This div border color is #fec519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec519


Comments

No comments written yet.

Please login to write comment.