Color Hex Logo

#fefa1e Color Hex

#FEFA1E
(254,250,30)
0 Favorites   0 Comments

Color spaces of #fefa1e

RGB 25425030
HSL0.160.990.56
HSV59°88°100°
CMYK 0.000.020.88   0.00
XYZ75.293089.535814.5421
Yxy89.53580.41980.4992
Hunter Lab94.6234-23.556257.1244
CIE-Lab95.8039-19.274590.5336

#fefa1e color RGB value is (254,250,30).

#fefa1e hex color red value is 254, green value is 250 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fefa1e hue: 0.16 , saturation: 0.99 and the lightness value of fefa1e is 0.56.

The process color (four color CMYK) of #fefa1e color hex is 0.00, 0.02, 0.88, 0.00. Web safe color of #fefa1e is #ffff33. Color #fefa1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 00011110
Octal 376 372 36
Decimal 254 250 30
Hex FE FA 1E

RGB Percentages of Color #fefa1e

%47.57
%46.82
%5.62

CMYK Percentages of Color #fefa1e

%0
%2
%88
%0

Triadic Colors of #fefa1e

#fefa1e #1efefa #fa1efe

Analogous Colors of #fefa1e

#fefa1e #92fe1e #fe8a1e

Monochromatic Colors of #fefa1e

#fefa1e

Complementary Color

#fefa1e #1e22fe

#fefa1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefa1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefa1e Color CSS Codes

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

#fefa1e Text Font Color

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

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


#fefa1e Background Color

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

This div background color is #fefa1e


#fefa1e Border Color

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

This div border color is #fefa1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefa1e

Related Colors


Comments

No comments written yet.

Please login to write comment.