Color Hex Logo

#fae10c Color Hex

#FAE10C
(250,225,12)
0 Favorites   0 Comments

Color spaces of #fae10c

RGB 25022512
HSL0.150.960.51
HSV54°95°98°
CMYK 0.000.100.95   0.02
XYZ66.415974.201011.1696
Yxy74.20100.43760.4889
Hunter Lab86.1400-13.117452.6100
CIE-Lab89.0174-8.969687.4400

#fae10c color RGB value is (250,225,12).

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

The process color (four color CMYK) of #fae10c color hex is 0.00, 0.10, 0.95, 0.02. Web safe color of #fae10c is #ffcc00. Color #fae10c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 00001100
Octal 372 341 14
Decimal 250 225 12
Hex FA E1 C

RGB Percentages of Color #fae10c

%51.33
%46.20
%2.46

CMYK Percentages of Color #fae10c

%0
%10
%95
%2

Triadic Colors of #fae10c

#fae10c #0cfae1 #e10cfa

Analogous Colors of #fae10c

#fae10c #9cfa0c #fa6a0c

Monochromatic Colors of #fae10c

#fae10c

Complementary Color

#fae10c #0c25fa

#fae10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae10c Color CSS Codes

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

#fae10c Text Font Color

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

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


#fae10c Background Color

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

This div background color is #fae10c


#fae10c Border Color

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

This div border color is #fae10c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae10c

Related Colors

#fae10c Color Palettes


Comments

No comments written yet.

Please login to write comment.