Color Hex Logo

#fae641 Color Hex

#FAE641
(250,230,65)
0 Favorites   0 Comments

Color spaces of #fae641

RGB 25023065
HSL0.150.950.62
HSV54°74°98°
CMYK 0.000.080.74   0.02
XYZ68.675377.299316.3017
Yxy77.29930.42320.4763
Hunter Lab87.9200-14.431750.5508
CIE-Lab90.4592-10.208977.3512

#fae641 color RGB value is (250,230,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100110 01000001
Octal 372 346 101
Decimal 250 230 65
Hex FA E6 41

RGB Percentages of Color #fae641

%45.87
%42.20
%11.93

CMYK Percentages of Color #fae641

%0
%8
%74
%2

Triadic Colors of #fae641

#fae641 #41fae6 #e641fa

Analogous Colors of #fae641

#fae641 #b2fa41 #fa8a41

Monochromatic Colors of #fae641

#fae641

Complementary Color

#fae641 #4155fa

#fae641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae641 Color CSS Codes

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

#fae641 Text Font Color

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

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


#fae641 Background Color

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

This div background color is #fae641


#fae641 Border Color

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

This div border color is #fae641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae641


Comments

No comments written yet.

Please login to write comment.