Color Hex Logo

#fae16f Color Hex

#FAE16F
(250,225,111)
0 Favorites   0 Comments

Color spaces of #fae16f

RGB 250225111
HSL0.140.930.71
HSV49°56°98°
CMYK 0.000.100.56   0.02
XYZ69.218875.322125.9293
Yxy75.32210.40600.4418
Hunter Lab86.7883-9.515243.0380
CIE-Lab89.5437-5.082158.0046

#fae16f color RGB value is (250,225,111).

#fae16f hex color red value is 250, green value is 225 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fae16f hue: 0.14 , saturation: 0.93 and the lightness value of fae16f is 0.71.

The process color (four color CMYK) of #fae16f color hex is 0.00, 0.10, 0.56, 0.02. Web safe color of #fae16f is #ffcc66. Color #fae16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 01101111
Octal 372 341 157
Decimal 250 225 111
Hex FA E1 6F

RGB Percentages of Color #fae16f

%42.66
%38.40
%18.94

CMYK Percentages of Color #fae16f

%0
%10
%56
%2

Triadic Colors of #fae16f

#fae16f #6ffae1 #e16ffa

Analogous Colors of #fae16f

#fae16f #cefa6f #fa9c6f

Monochromatic Colors of #fae16f

#fae16f

Complementary Color

#fae16f #6f88fa

#fae16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae16f Color CSS Codes

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

#fae16f Text Font Color

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

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


#fae16f Background Color

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

This div background color is #fae16f


#fae16f Border Color

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

This div border color is #fae16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae16f

Related Colors


Comments

No comments written yet.

Please login to write comment.