Color Hex Logo

#fea54c Color Hex

#FEA54C
(254,165,76)
0 Favorites   0 Comments

Color spaces of #fea54c

RGB 25416576
HSL0.080.990.65
HSV30°70°100°
CMYK 0.000.350.70   0.00
XYZ55.632748.502913.2673
Yxy48.50290.47390.4131
Hunter Lab69.644020.711537.4560
CIE-Lab75.141025.398857.9871

#fea54c color RGB value is (254,165,76).

#fea54c hex color red value is 254, green value is 165 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fea54c hue: 0.08 , saturation: 0.99 and the lightness value of fea54c is 0.65.

The process color (four color CMYK) of #fea54c color hex is 0.00, 0.35, 0.70, 0.00. Web safe color of #fea54c is #ff9933. Color #fea54c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 01001100
Octal 376 245 114
Decimal 254 165 76
Hex FE A5 4C

RGB Percentages of Color #fea54c

%51.31
%33.33
%15.35

CMYK Percentages of Color #fea54c

%0
%35
%70
%0

Triadic Colors of #fea54c

#fea54c #4cfea5 #a54cfe

Analogous Colors of #fea54c

#fea54c #fefe4c #fe4c4c

Monochromatic Colors of #fea54c

#fea54c

Complementary Color

#fea54c #4ca5fe

#fea54c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea54c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea54c Color CSS Codes

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

#fea54c Text Font Color

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

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


#fea54c Background Color

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

This div background color is #fea54c


#fea54c Border Color

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

This div border color is #fea54c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea54c

Related Colors


Comments

No comments written yet.

Please login to write comment.