Color Hex Logo

#fec019 Color Hex

#FEC019
(254,192,25)
0 Favorites   0 Comments

Color spaces of #fec019

RGB 25419225
HSL0.120.990.55
HSV44°90°100°
CMYK 0.000.240.90   0.00
XYZ59.898258.84039.1200
Yxy58.84030.46850.4602
Hunter Lab76.70745.146546.6460
CIE-Lab81.20379.693780.0859

#fec019 color RGB value is (254,192,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 00011001
Octal 376 300 31
Decimal 254 192 25
Hex FE C0 19

RGB Percentages of Color #fec019

%53.93
%40.76
%5.31

CMYK Percentages of Color #fec019

%0
%24
%90
%0

Triadic Colors of #fec019

#fec019 #19fec0 #c019fe

Analogous Colors of #fec019

#fec019 #cafe19 #fe4d19

Monochromatic Colors of #fec019

#fec019

Complementary Color

#fec019 #1957fe

#fec019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec019 Color CSS Codes

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

#fec019 Text Font Color

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

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


#fec019 Background Color

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

This div background color is #fec019


#fec019 Border Color

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

This div border color is #fec019


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,192,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 #fec019">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec019

Related Colors


Comments

No comments written yet.

Please login to write comment.