Color Hex Logo

#fec54a Color Hex

#FEC54A
(254,197,74)
0 Favorites   0 Comments

Color spaces of #fec54a

RGB 25419774
HSL0.110.990.64
HSV41°71°100°
CMYK 0.000.220.71   0.00
XYZ62.075361.497715.0771
Yxy61.49770.44770.4435
Hunter Lab78.42054.059443.4952
CIE-Lab82.64568.610866.6082

#fec54a color RGB value is (254,197,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 01001010
Octal 376 305 112
Decimal 254 197 74
Hex FE C5 4A

RGB Percentages of Color #fec54a

%48.38
%37.52
%14.10

CMYK Percentages of Color #fec54a

%0
%22
%71
%0

Triadic Colors of #fec54a

#fec54a #4afec5 #c54afe

Analogous Colors of #fec54a

#fec54a #ddfe4a #fe6b4a

Monochromatic Colors of #fec54a

#fec54a

Complementary Color

#fec54a #4a83fe

#fec54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec54a Color CSS Codes

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

#fec54a Text Font Color

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

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


#fec54a Background Color

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

This div background color is #fec54a


#fec54a Border Color

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

This div border color is #fec54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec54a

Related Colors


Comments

No comments written yet.

Please login to write comment.