Color Hex Logo

#fea239 Color Hex

#FEA239
(254,162,57)
0 Favorites   0 Comments

Color spaces of #fea239

RGB 25416257
HSL0.090.990.61
HSV32°78°100°
CMYK 0.000.360.78   0.00
XYZ54.531947.206910.1086
Yxy47.20690.48760.4221
Hunter Lab68.707321.434939.3720
CIE-Lab74.321926.152465.1666

#fea239 color RGB value is (254,162,57).

#fea239 hex color red value is 254, green value is 162 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #fea239 hue: 0.09 , saturation: 0.99 and the lightness value of fea239 is 0.61.

The process color (four color CMYK) of #fea239 color hex is 0.00, 0.36, 0.78, 0.00. Web safe color of #fea239 is #ff9933. Color #fea239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 00111001
Octal 376 242 71
Decimal 254 162 57
Hex FE A2 39

RGB Percentages of Color #fea239

%53.70
%34.25
%12.05

CMYK Percentages of Color #fea239

%0
%36
%78
%0

Triadic Colors of #fea239

#fea239 #39fea2 #a239fe

Analogous Colors of #fea239

#fea239 #f8fe39 #fe4039

Monochromatic Colors of #fea239

#fea239

Complementary Color

#fea239 #3995fe

#fea239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea239 Color CSS Codes

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

#fea239 Text Font Color

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

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


#fea239 Background Color

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

This div background color is #fea239


#fea239 Border Color

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

This div border color is #fea239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea239

Related Colors


Comments

No comments written yet.

Please login to write comment.