Color Hex Logo

#fec542 Color Hex

#FEC542
(254,197,66)
0 Favorites   0 Comments

Color spaces of #fec542

RGB 25419766
HSL0.120.990.63
HSV42°74°100°
CMYK 0.000.220.74   0.00
XYZ61.822761.396713.7466
Yxy61.39670.45140.4483
Hunter Lab78.35603.712944.4475
CIE-Lab82.59158.254569.6529

#fec542 color RGB value is (254,197,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 01000010
Octal 376 305 102
Decimal 254 197 66
Hex FE C5 42

RGB Percentages of Color #fec542

%49.13
%38.10
%12.77

CMYK Percentages of Color #fec542

%0
%22
%74
%0

Triadic Colors of #fec542

#fec542 #42fec5 #c542fe

Analogous Colors of #fec542

#fec542 #d9fe42 #fe6742

Monochromatic Colors of #fec542

#fec542

Complementary Color

#fec542 #427bfe

#fec542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec542 Color CSS Codes

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

#fec542 Text Font Color

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

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


#fec542 Background Color

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

This div background color is #fec542


#fec542 Border Color

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

This div border color is #fec542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec542


Comments

No comments written yet.

Please login to write comment.