Color Hex Logo

#fea54f Color Hex

#FEA54F
(254,165,79)
0 Favorites   0 Comments

Color spaces of #fea54f

RGB 25416579
HSL0.080.990.65
HSV29°69°100°
CMYK 0.000.350.69   0.00
XYZ55.739548.545613.8296
Yxy48.54560.47190.4110
Hunter Lab69.674720.868737.0039
CIE-Lab75.167825.551056.6517

#fea54f color RGB value is (254,165,79).

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

The process color (four color CMYK) of #fea54f color hex is 0.00, 0.35, 0.69, 0.00. Web safe color of #fea54f is #ff9966. Color #fea54f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100101 01001111
Octal 376 245 117
Decimal 254 165 79
Hex FE A5 4F

RGB Percentages of Color #fea54f

%51.00
%33.13
%15.86

CMYK Percentages of Color #fea54f

%0
%35
%69
%0

Triadic Colors of #fea54f

#fea54f #4ffea5 #a54ffe

Analogous Colors of #fea54f

#fea54f #fefd4f #fe4f51

Monochromatic Colors of #fea54f

#fea54f

Complementary Color

#fea54f #4fa8fe

#fea54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea54f Color CSS Codes

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

#fea54f Text Font Color

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

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


#fea54f Background Color

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

This div background color is #fea54f


#fea54f Border Color

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

This div border color is #fea54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea54f

Related Colors


Comments

No comments written yet.

Please login to write comment.