Color Hex Logo

#fea036 Color Hex

#FEA036
(254,160,54)
0 Favorites   0 Comments

Color spaces of #fea036

RGB 25416054
HSL0.090.990.60
HSV32°79°100°
CMYK 0.000.370.79   0.00
XYZ54.109746.47889.6094
Yxy46.47880.49100.4218
Hunter Lab68.175422.365739.3658
CIE-Lab73.855127.089465.8778

#fea036 color RGB value is (254,160,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100000 00110110
Octal 376 240 66
Decimal 254 160 54
Hex FE A0 36

RGB Percentages of Color #fea036

%54.27
%34.19
%11.54

CMYK Percentages of Color #fea036

%0
%37
%79
%0

Triadic Colors of #fea036

#fea036 #36fea0 #a036fe

Analogous Colors of #fea036

#fea036 #f8fe36 #fe3c36

Monochromatic Colors of #fea036

#fea036

Complementary Color

#fea036 #3694fe

#fea036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea036 Color CSS Codes

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

#fea036 Text Font Color

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

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


#fea036 Background Color

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

This div background color is #fea036


#fea036 Border Color

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

This div border color is #fea036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea036


Comments

No comments written yet.

Please login to write comment.