Color Hex Logo

#fee641 Color Hex

#FEE641
(254,230,65)
0 Favorites   0 Comments

Color spaces of #fee641

RGB 25423065
HSL0.150.990.63
HSV52°74°100°
CMYK 0.000.090.74   0.00
XYZ70.124078.046116.3695
Yxy78.04610.42620.4743
Hunter Lab88.3437-12.914750.8546
CIE-Lab90.8009-8.549077.7934

#fee641 color RGB value is (254,230,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 01000001
Octal 376 346 101
Decimal 254 230 65
Hex FE E6 41

RGB Percentages of Color #fee641

%46.27
%41.89
%11.84

CMYK Percentages of Color #fee641

%0
%9
%74
%0

Triadic Colors of #fee641

#fee641 #41fee6 #e641fe

Analogous Colors of #fee641

#fee641 #b8fe41 #fe8841

Monochromatic Colors of #fee641

#fee641

Complementary Color

#fee641 #4159fe

#fee641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee641 Color CSS Codes

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

#fee641 Text Font Color

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

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


#fee641 Background Color

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

This div background color is #fee641


#fee641 Border Color

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

This div border color is #fee641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee641


Comments

No comments written yet.

Please login to write comment.