Color Hex Logo

#fea93b Color Hex

#FEA93B
(254,169,59)
0 Favorites   0 Comments

Color spaces of #fea93b

RGB 25416959
HSL0.090.990.61
HSV34°77°100°
CMYK 0.000.330.77   0.00
XYZ55.850449.762510.7992
Yxy49.76250.47980.4275
Hunter Lab70.542517.873740.3032
CIE-Lab75.923322.572065.9105

#fea93b color RGB value is (254,169,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101001 00111011
Octal 376 251 73
Decimal 254 169 59
Hex FE A9 3B

RGB Percentages of Color #fea93b

%52.70
%35.06
%12.24

CMYK Percentages of Color #fea93b

%0
%33
%77
%0

Triadic Colors of #fea93b

#fea93b #3bfea9 #a93bfe

Analogous Colors of #fea93b

#fea93b #f2fe3b #fe473b

Monochromatic Colors of #fea93b

#fea93b

Complementary Color

#fea93b #3b90fe

#fea93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea93b Color CSS Codes

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

#fea93b Text Font Color

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

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


#fea93b Background Color

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

This div background color is #fea93b


#fea93b Border Color

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

This div border color is #fea93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea93b


Comments

No comments written yet.

Please login to write comment.