Color Hex Logo

#fea032 Color Hex

#FEA032
(254,160,50)
0 Favorites   0 Comments

Color spaces of #fea032

RGB 25416050
HSL0.090.990.60
HSV32°80°100°
CMYK 0.000.370.80   0.00
XYZ54.019646.44279.1348
Yxy46.44270.49290.4238
Hunter Lab68.148922.231139.7569
CIE-Lab73.831926.959567.3285

#fea032 color RGB value is (254,160,50).

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

The process color (four color CMYK) of #fea032 color hex is 0.00, 0.37, 0.80, 0.00. Web safe color of #fea032 is #ff9933. Color #fea032 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 00110010
Octal 376 240 62
Decimal 254 160 50
Hex FE A0 32

RGB Percentages of Color #fea032

%54.74
%34.48
%10.78

CMYK Percentages of Color #fea032

%0
%37
%80
%0

Triadic Colors of #fea032

#fea032 #32fea0 #a032fe

Analogous Colors of #fea032

#fea032 #f6fe32 #fe3a32

Monochromatic Colors of #fea032

#fea032

Complementary Color

#fea032 #3290fe

#fea032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea032 Color CSS Codes

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

#fea032 Text Font Color

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

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


#fea032 Background Color

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

This div background color is #fea032


#fea032 Border Color

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

This div border color is #fea032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea032


Comments

No comments written yet.

Please login to write comment.