Color Hex Logo

#fae231 Color Hex

#FAE231
(250,226,49)
0 Favorites   0 Comments

Color spaces of #fae231

RGB 25022649
HSL0.150.950.59
HSV53°80°98°
CMYK 0.000.100.80   0.02
XYZ67.175174.938513.8298
Yxy74.93850.43080.4805
Hunter Lab86.5670-12.978251.1248
CIE-Lab89.3642-8.780181.1278

#fae231 color RGB value is (250,226,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100010 00110001
Octal 372 342 61
Decimal 250 226 49
Hex FA E2 31

RGB Percentages of Color #fae231

%47.62
%43.05
%9.33

CMYK Percentages of Color #fae231

%0
%10
%80
%2

Triadic Colors of #fae231

#fae231 #31fae2 #e231fa

Analogous Colors of #fae231

#fae231 #aefa31 #fa7e31

Monochromatic Colors of #fae231

#fae231

Complementary Color

#fae231 #3149fa

#fae231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae231 Color CSS Codes

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

#fae231 Text Font Color

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

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


#fae231 Background Color

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

This div background color is #fae231


#fae231 Border Color

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

This div border color is #fae231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae231


Comments

No comments written yet.

Please login to write comment.