Color Hex Logo

#fae561 Color Hex

#FAE561
(250,229,97)
0 Favorites   0 Comments

Color spaces of #fae561

RGB 25022997
HSL0.140.940.68
HSV52°61°98°
CMYK 0.000.080.61   0.02
XYZ69.601377.225722.5469
Yxy77.22570.41090.4559
Hunter Lab87.8782-12.411146.3027
CIE-Lab90.4254-8.055765.1682

#fae561 color RGB value is (250,229,97).

#fae561 hex color red value is 250, green value is 229 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fae561 hue: 0.14 , saturation: 0.94 and the lightness value of fae561 is 0.68.

The process color (four color CMYK) of #fae561 color hex is 0.00, 0.08, 0.61, 0.02. Web safe color of #fae561 is #ffcc66. Color #fae561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100101 01100001
Octal 372 345 141
Decimal 250 229 97
Hex FA E5 61

RGB Percentages of Color #fae561

%43.40
%39.76
%16.84

CMYK Percentages of Color #fae561

%0
%8
%61
%2

Triadic Colors of #fae561

#fae561 #61fae5 #e561fa

Analogous Colors of #fae561

#fae561 #c3fa61 #fa9961

Monochromatic Colors of #fae561

#fae561

Complementary Color

#fae561 #6176fa

#fae561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae561 Color CSS Codes

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

#fae561 Text Font Color

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

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


#fae561 Background Color

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

This div background color is #fae561


#fae561 Border Color

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

This div border color is #fae561


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,229,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae561

Related Colors


Comments

No comments written yet.

Please login to write comment.