Color Hex Logo

#fea93c Color Hex

#FEA93C
(254,169,60)
0 Favorites   0 Comments

Color spaces of #fea93c

RGB 25416960
HSL0.090.990.62
HSV34°76°100°
CMYK 0.000.330.76   0.00
XYZ55.876649.773010.9371
Yxy49.77300.47930.4269
Hunter Lab70.550017.912140.1935
CIE-Lab75.929722.609665.5293

#fea93c color RGB value is (254,169,60).

#fea93c hex color red value is 254, green value is 169 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fea93c hue: 0.09 , saturation: 0.99 and the lightness value of fea93c is 0.62.

The process color (four color CMYK) of #fea93c color hex is 0.00, 0.33, 0.76, 0.00. Web safe color of #fea93c is #ff9933. Color #fea93c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 00111100
Octal 376 251 74
Decimal 254 169 60
Hex FE A9 3C

RGB Percentages of Color #fea93c

%52.59
%34.99
%12.42

CMYK Percentages of Color #fea93c

%0
%33
%76
%0

Triadic Colors of #fea93c

#fea93c #3cfea9 #a93cfe

Analogous Colors of #fea93c

#fea93c #f2fe3c #fe483c

Monochromatic Colors of #fea93c

#fea93c

Complementary Color

#fea93c #3c91fe

#fea93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea93c Color CSS Codes

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

#fea93c Text Font Color

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

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


#fea93c Background Color

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

This div background color is #fea93c


#fea93c Border Color

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

This div border color is #fea93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea93c


Comments

No comments written yet.

Please login to write comment.