Color Hex Logo

#fee62a Color Hex

#FEE62A
(254,230,42)
0 Favorites   0 Comments

Color spaces of #fee62a

RGB 25423042
HSL0.150.990.58
HSV53°83°100°
CMYK 0.000.090.83   0.00
XYZ69.587877.831613.5458
Yxy77.83160.43230.4835
Hunter Lab88.2222-13.591952.6521
CIE-Lab90.7030-9.281484.1291

#fee62a color RGB value is (254,230,42).

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

The process color (four color CMYK) of #fee62a color hex is 0.00, 0.09, 0.83, 0.00. Web safe color of #fee62a is #ffff33. Color #fee62a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 00101010
Octal 376 346 52
Decimal 254 230 42
Hex FE E6 2A

RGB Percentages of Color #fee62a

%48.29
%43.73
%7.98

CMYK Percentages of Color #fee62a

%0
%9
%83
%0

Triadic Colors of #fee62a

#fee62a #2afee6 #e62afe

Analogous Colors of #fee62a

#fee62a #acfe2a #fe7c2a

Monochromatic Colors of #fee62a

#fee62a

Complementary Color

#fee62a #2a42fe

#fee62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee62a Color CSS Codes

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

#fee62a Text Font Color

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

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


#fee62a Background Color

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

This div background color is #fee62a


#fee62a Border Color

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

This div border color is #fee62a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee62a

Related Colors


Comments

No comments written yet.

Please login to write comment.