Color Hex Logo

#fae10d Color Hex

#FAE10D
(250,225,13)
0 Favorites   0 Comments

Color spaces of #fae10d

RGB 25022513
HSL0.150.960.52
HSV54°95°98°
CMYK 0.000.100.95   0.02
XYZ66.422274.203511.2026
Yxy74.20350.43750.4887
Hunter Lab86.1415-13.109252.5884
CIE-Lab89.0186-8.960687.3500

#fae10d color RGB value is (250,225,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 00001101
Octal 372 341 15
Decimal 250 225 13
Hex FA E1 D

RGB Percentages of Color #fae10d

%51.23
%46.11
%2.66

CMYK Percentages of Color #fae10d

%0
%10
%95
%2

Triadic Colors of #fae10d

#fae10d #0dfae1 #e10dfa

Analogous Colors of #fae10d

#fae10d #9dfa0d #fa6b0d

Monochromatic Colors of #fae10d

#fae10d

Complementary Color

#fae10d #0d26fa

#fae10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae10d Color CSS Codes

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

#fae10d Text Font Color

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

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


#fae10d Background Color

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

This div background color is #fae10d


#fae10d Border Color

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

This div border color is #fae10d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,225,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 #fae10d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae10d

Related Colors


Comments

No comments written yet.

Please login to write comment.