Color Hex Logo

#feb42a Color Hex

#FEB42A
(254,180,42)
0 Favorites   0 Comments

Color spaces of #feb42a

RGB 25418042
HSL0.110.990.58
HSV39°83°100°
CMYK 0.000.290.83   0.00
XYZ57.612253.88059.5540
Yxy53.88050.47600.4451
Hunter Lab73.403311.643843.6653
CIE-Lab78.392016.288973.8714

#feb42a color RGB value is (254,180,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 00101010
Octal 376 264 52
Decimal 254 180 42
Hex FE B4 2A

RGB Percentages of Color #feb42a

%53.36
%37.82
%8.82

CMYK Percentages of Color #feb42a

%0
%29
%83
%0

Triadic Colors of #feb42a

#feb42a #2afeb4 #b42afe

Analogous Colors of #feb42a

#feb42a #defe2a #fe4a2a

Monochromatic Colors of #feb42a

#feb42a

Complementary Color

#feb42a #2a74fe

#feb42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb42a Color CSS Codes

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

#feb42a Text Font Color

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

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


#feb42a Background Color

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

This div background color is #feb42a


#feb42a Border Color

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

This div border color is #feb42a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,180,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 #feb42a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb42a

Related Colors


Comments

No comments written yet.

Please login to write comment.