Color Hex Logo

#fae11f Color Hex

#FAE11F
(250,225,31)
0 Favorites   0 Comments

Color spaces of #fae11f

RGB 25022531
HSL0.150.960.55
HSV53°88°98°
CMYK 0.000.100.88   0.02
XYZ66.596974.273312.1225
Yxy74.27330.43530.4855
Hunter Lab86.1820-12.883051.9875
CIE-Lab89.0515-8.713984.9087

#fae11f color RGB value is (250,225,31).

#fae11f hex color red value is 250, green value is 225 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fae11f hue: 0.15 , saturation: 0.96 and the lightness value of fae11f is 0.55.

The process color (four color CMYK) of #fae11f color hex is 0.00, 0.10, 0.88, 0.02. Web safe color of #fae11f is #ffcc33. Color #fae11f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 00011111
Octal 372 341 37
Decimal 250 225 31
Hex FA E1 1F

RGB Percentages of Color #fae11f

%49.41
%44.47
%6.13

CMYK Percentages of Color #fae11f

%0
%10
%88
%2

Triadic Colors of #fae11f

#fae11f #1ffae1 #e11ffa

Analogous Colors of #fae11f

#fae11f #a6fa1f #fa741f

Monochromatic Colors of #fae11f

#fae11f

Complementary Color

#fae11f #1f38fa

#fae11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae11f Color CSS Codes

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

#fae11f Text Font Color

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

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


#fae11f Background Color

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

This div background color is #fae11f


#fae11f Border Color

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

This div border color is #fae11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae11f


Comments

No comments written yet.

Please login to write comment.