color codes Logo

#fea44c color codes

#FEA44C
(254,164,76)
0 Favorites   0 Comments

Color spaces of #fea44c

RGB 25416476
HSL0.080.990.65
HSV30°70°100°
CMYK 0.000.350.70   0.00
XYZ55.453048.143613.2074
Yxy48.14360.47480.4122
Hunter Lab69.385621.232537.2842
CIE-Lab74.915425.920457.7475

#fea44c color RGB value is (254,164,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100100 01001100
Octal 376 244 114
Decimal 254 164 76
Hex FE A4 4C

RGB Percentages of Color #fea44c

%51.42
%33.20
%15.38

CMYK Percentages of Color #fea44c

%0
%35
%70
%0

Triadic Colors of #fea44c

#fea44c #4cfea4 #a44cfe

Analogous Colors of #fea44c

#fea44c #fefd4c #fe4c4d

Monochromatic Colors of #fea44c

#fea44c

Complementary Color

#fea44c #4ca6fe

#fea44c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea44c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea44c Color CSS Codes

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

#fea44c Text Font Color

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

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


#fea44c Background Color

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

This div background color is #fea44c


#fea44c Border Color

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

This div border color is #fea44c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,164,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 #fea44c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea44c

#fea44c Color Palettes


Comments

No comments written yet.

Please login to write comment.