Color Hex Logo

#fea23c Color Hex

#FEA23C
(254,162,60)
0 Favorites   0 Comments

Color spaces of #fea23c

RGB 25416260
HSL0.090.990.62
HSV32°76°100°
CMYK 0.000.360.76   0.00
XYZ54.609047.237710.5146
Yxy47.23770.48600.4204
Hunter Lab68.729721.549839.0403
CIE-Lab74.341626.263564.0039

#fea23c color RGB value is (254,162,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 00111100
Octal 376 242 74
Decimal 254 162 60
Hex FE A2 3C

RGB Percentages of Color #fea23c

%53.36
%34.03
%12.61

CMYK Percentages of Color #fea23c

%0
%36
%76
%0

Triadic Colors of #fea23c

#fea23c #3cfea2 #a23cfe

Analogous Colors of #fea23c

#fea23c #f9fe3c #fe413c

Monochromatic Colors of #fea23c

#fea23c

Complementary Color

#fea23c #3c98fe

#fea23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea23c Color CSS Codes

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

#fea23c Text Font Color

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

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


#fea23c Background Color

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

This div background color is #fea23c


#fea23c Border Color

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

This div border color is #fea23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea23c


Comments

No comments written yet.

Please login to write comment.