Color Hex Logo

#fea23f Color Hex

#FEA23F
(254,162,63)
0 Favorites   0 Comments

Color spaces of #fea23f

RGB 25416263
HSL0.090.990.62
HSV31°75°100°
CMYK 0.000.360.75   0.00
XYZ54.690647.270410.9442
Yxy47.27040.48440.4187
Hunter Lab68.753521.670938.6896
CIE-Lab74.362426.380662.8069

#fea23f color RGB value is (254,162,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100010 00111111
Octal 376 242 77
Decimal 254 162 63
Hex FE A2 3F

RGB Percentages of Color #fea23f

%53.03
%33.82
%13.15

CMYK Percentages of Color #fea23f

%0
%36
%75
%0

Triadic Colors of #fea23f

#fea23f #3ffea2 #a23ffe

Analogous Colors of #fea23f

#fea23f #fbfe3f #fe433f

Monochromatic Colors of #fea23f

#fea23f

Complementary Color

#fea23f #3f9bfe

#fea23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea23f Color CSS Codes

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

#fea23f Text Font Color

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

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


#fea23f Background Color

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

This div background color is #fea23f


#fea23f Border Color

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

This div border color is #fea23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea23f

Related Colors


Comments

No comments written yet.

Please login to write comment.