color codes Logo

#fae12d color codes

#FAE12D
(250,225,45)
0 Favorites   0 Comments

Color spaces of #fae12d

RGB 25022545
HSL0.150.950.58
HSV53°82°98°
CMYK 0.000.100.82   0.02
XYZ66.823274.363913.3143
Yxy74.36390.43250.4813
Hunter Lab86.2345-12.590651.2100
CIE-Lab89.0942-8.395481.9273

#fae12d color RGB value is (250,225,45).

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

The process color (four color CMYK) of #fae12d color code is 0.00, 0.10, 0.82, 0.02. Web safe color of #fae12d is #ffcc33. Color #fae12d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100001 00101101
Octal 372 341 55
Decimal 250 225 45
Hex FA E1 2D

RGB Percentages of Color #fae12d

%48.08
%43.27
%8.65

CMYK Percentages of Color #fae12d

%0
%10
%82
%2

Triadic Colors of #fae12d

#fae12d #2dfae1 #e12dfa

Analogous Colors of #fae12d

#fae12d #adfa2d #fa7b2d

Monochromatic Colors of #fae12d

#fae12d

Complementary Color

#fae12d #2d46fa

#fae12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae12d Color CSS Codes

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

#fae12d Text Font Color

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

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


#fae12d Background Color

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

This div background color is #fae12d


#fae12d Border Color

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

This div border color is #fae12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae12d

Related Colors


Comments

No comments written yet.

Please login to write comment.