Color Hex Logo

#fea304 Color Hex

#FEA304
(254,163,4)
0 Favorites   0 Comments

Color spaces of #fea304

RGB 2541634
HSL0.110.990.51
HSV38°98°100°
CMYK 0.000.360.98   0.00
XYZ53.992247.27406.3940
Yxy47.27400.50150.4391
Hunter Lab68.756119.847842.6156
CIE-Lab74.364724.592978.0630

#fea304 color RGB value is (254,163,4).

#fea304 hex color red value is 254, green value is 163 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #fea304 hue: 0.11 , saturation: 0.99 and the lightness value of fea304 is 0.51.

The process color (four color CMYK) of #fea304 color hex is 0.00, 0.36, 0.98, 0.00. Web safe color of #fea304 is #ff9900. Color #fea304 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 00000100
Octal 376 243 4
Decimal 254 163 4
Hex FE A3 4

RGB Percentages of Color #fea304

%60.33
%38.72
%0.95

CMYK Percentages of Color #fea304

%0
%36
%98
%0

Triadic Colors of #fea304

#fea304 #04fea3 #a304fe

Analogous Colors of #fea304

#fea304 #dcfe04 #fe2604

Monochromatic Colors of #fea304

#fea304

Complementary Color

#fea304 #045ffe

#fea304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea304 Color CSS Codes

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

#fea304 Text Font Color

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

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


#fea304 Background Color

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

This div background color is #fea304


#fea304 Border Color

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

This div border color is #fea304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea304


Comments

No comments written yet.

Please login to write comment.