Color Hex Logo

#fec049 Color Hex

#FEC049
(254,192,73)
0 Favorites   0 Comments

Color spaces of #fec049

RGB 25419273
HSL0.110.990.64
HSV39°71°100°
CMYK 0.000.240.71   0.00
XYZ60.925359.251114.5288
Yxy59.25110.45230.4399
Hunter Lab76.97476.576542.6915
CIE-Lab81.429411.157265.7812

#fec049 color RGB value is (254,192,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 01001001
Octal 376 300 111
Decimal 254 192 73
Hex FE C0 49

RGB Percentages of Color #fec049

%48.94
%36.99
%14.07

CMYK Percentages of Color #fec049

%0
%24
%71
%0

Triadic Colors of #fec049

#fec049 #49fec0 #c049fe

Analogous Colors of #fec049

#fec049 #e2fe49 #fe6649

Monochromatic Colors of #fec049

#fec049

Complementary Color

#fec049 #4987fe

#fec049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec049 Color CSS Codes

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

#fec049 Text Font Color

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

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


#fec049 Background Color

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

This div background color is #fec049


#fec049 Border Color

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

This div border color is #fec049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec049


Comments

No comments written yet.

Please login to write comment.