Color Hex Logo

#fae43f Color Hex

#FAE43F
(250,228,63)
0 Favorites   0 Comments

Color spaces of #fae43f

RGB 25022863
HSL0.150.950.61
HSV53°75°98°
CMYK 0.000.090.75   0.02
XYZ68.064976.169715.8174
Yxy76.16970.42530.4759
Hunter Lab87.2753-13.521750.3472
CIE-Lab89.9381-9.295977.5150

#fae43f color RGB value is (250,228,63).

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

The process color (four color CMYK) of #fae43f color hex is 0.00, 0.09, 0.75, 0.02. Web safe color of #fae43f is #ffcc33. Color #fae43f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 00111111
Octal 372 344 77
Decimal 250 228 63
Hex FA E4 3F

RGB Percentages of Color #fae43f

%46.21
%42.14
%11.65

CMYK Percentages of Color #fae43f

%0
%9
%75
%2

Triadic Colors of #fae43f

#fae43f #3ffae4 #e43ffa

Analogous Colors of #fae43f

#fae43f #b3fa3f #fa873f

Monochromatic Colors of #fae43f

#fae43f

Complementary Color

#fae43f #3f55fa

#fae43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae43f Color CSS Codes

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

#fae43f Text Font Color

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

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


#fae43f Background Color

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

This div background color is #fae43f


#fae43f Border Color

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

This div border color is #fae43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae43f

Related Colors

#fae43f Color Palettes


Comments

No comments written yet.

Please login to write comment.