Color Hex Logo

#fed42a Color Hex

#FED42A
(254,212,42)
1 Favorites   0 Comments

Color spaces of #fed42a

RGB 25421242
HSL0.130.990.58
HSV48°83°100°
CMYK 0.000.170.83   0.00
XYZ64.834568.325011.9614
Yxy68.32500.44680.4708
Hunter Lab82.6589-4.644649.2815
CIE-Lab86.1687-0.240680.3665

#fed42a color RGB value is (254,212,42).

#fed42a hex color red value is 254, green value is 212 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fed42a hue: 0.13 , saturation: 0.99 and the lightness value of fed42a is 0.58.

The process color (four color CMYK) of #fed42a color hex is 0.00, 0.17, 0.83, 0.00. Web safe color of #fed42a is #ffcc33. Color #fed42a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 00101010
Octal 376 324 52
Decimal 254 212 42
Hex FE D4 2A

RGB Percentages of Color #fed42a

%50.00
%41.73
%8.27

CMYK Percentages of Color #fed42a

%0
%17
%83
%0

Triadic Colors of #fed42a

#fed42a #2afed4 #d42afe

Analogous Colors of #fed42a

#fed42a #befe2a #fe6a2a

Monochromatic Colors of #fed42a

#fed42a

Complementary Color

#fed42a #2a54fe

#fed42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed42a Color CSS Codes

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

#fed42a Text Font Color

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

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


#fed42a Background Color

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

This div background color is #fed42a


#fed42a Border Color

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

This div border color is #fed42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed42a

Related Colors


Comments

No comments written yet.

Please login to write comment.