Color Hex Logo

#fae40d Color Hex

#FAE40D
(250,228,13)
0 Favorites   0 Comments

Color spaces of #fae40d

RGB 25022813
HSL0.150.960.52
HSV54°95°98°
CMYK 0.000.090.95   0.02
XYZ67.240475.839911.4754
Yxy75.83990.43510.4907
Hunter Lab87.0861-14.578353.1476
CIE-Lab89.7850-10.449587.9167

#fae40d color RGB value is (250,228,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 00001101
Octal 372 344 15
Decimal 250 228 13
Hex FA E4 D

RGB Percentages of Color #fae40d

%50.92
%46.44
%2.65

CMYK Percentages of Color #fae40d

%0
%9
%95
%2

Triadic Colors of #fae40d

#fae40d #0dfae4 #e40dfa

Analogous Colors of #fae40d

#fae40d #9afa0d #fa6e0d

Monochromatic Colors of #fae40d

#fae40d

Complementary Color

#fae40d #0d23fa

#fae40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae40d Color CSS Codes

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

#fae40d Text Font Color

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

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


#fae40d Background Color

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

This div background color is #fae40d


#fae40d Border Color

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

This div border color is #fae40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae40d


Comments

No comments written yet.

Please login to write comment.