Color Hex Logo

#fec545 Color Hex

#FEC545
(254,197,69)
0 Favorites   0 Comments

Color spaces of #fec545

RGB 25419769
HSL0.120.990.63
HSV42°73°100°
CMYK 0.000.220.73   0.00
XYZ61.913561.433014.2248
Yxy61.43300.45000.4466
Hunter Lab78.37923.837644.1051
CIE-Lab82.61108.382768.5362

#fec545 color RGB value is (254,197,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 01000101
Octal 376 305 105
Decimal 254 197 69
Hex FE C5 45

RGB Percentages of Color #fec545

%48.85
%37.88
%13.27

CMYK Percentages of Color #fec545

%0
%22
%73
%0

Triadic Colors of #fec545

#fec545 #45fec5 #c545fe

Analogous Colors of #fec545

#fec545 #dbfe45 #fe6945

Monochromatic Colors of #fec545

#fec545

Complementary Color

#fec545 #457efe

#fec545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec545 Color CSS Codes

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

#fec545 Text Font Color

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

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


#fec545 Background Color

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

This div background color is #fec545


#fec545 Border Color

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

This div border color is #fec545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec545


Comments

No comments written yet.

Please login to write comment.