Color Hex Logo

#fea302 Color Hex

#FEA302
(254,163,2)
0 Favorites   0 Comments

Color spaces of #fea302

RGB 2541632
HSL0.110.990.50
HSV38°99°100°
CMYK 0.000.360.99   0.00
XYZ53.981247.26966.3363
Yxy47.26960.50170.4394
Hunter Lab68.752919.831442.6628
CIE-Lab74.361924.576878.2928

#fea302 color RGB value is (254,163,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 00000010
Octal 376 243 2
Decimal 254 163 2
Hex FE A3 2

RGB Percentages of Color #fea302

%60.62
%38.90
%0.48

CMYK Percentages of Color #fea302

%0
%36
%99
%0

Triadic Colors of #fea302

#fea302 #02fea3 #a302fe

Analogous Colors of #fea302

#fea302 #dbfe02 #fe2502

Monochromatic Colors of #fea302

#fea302

Complementary Color

#fea302 #025dfe

#fea302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea302 Color CSS Codes

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

#fea302 Text Font Color

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

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


#fea302 Background Color

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

This div background color is #fea302


#fea302 Border Color

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

This div border color is #fea302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea302

#fea302 Color Palettes


Comments

No comments written yet.

Please login to write comment.