Color Hex Logo

#fae024 Color Hex

#FAE024
(250,224,36)
0 Favorites   0 Comments

Color spaces of #fae024

RGB 25022436
HSL0.150.960.56
HSV53°86°98°
CMYK 0.000.100.86   0.02
XYZ66.398473.762712.4071
Yxy73.76270.43520.4835
Hunter Lab85.8852-12.299751.5545
CIE-Lab88.8102-8.115583.7456

#fae024 color RGB value is (250,224,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100000 00100100
Octal 372 340 44
Decimal 250 224 36
Hex FA E0 24

RGB Percentages of Color #fae024

%49.02
%43.92
%7.06

CMYK Percentages of Color #fae024

%0
%10
%86
%2

Triadic Colors of #fae024

#fae024 #24fae0 #e024fa

Analogous Colors of #fae024

#fae024 #a9fa24 #fa7524

Monochromatic Colors of #fae024

#fae024

Complementary Color

#fae024 #243efa

#fae024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae024 Color CSS Codes

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

#fae024 Text Font Color

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

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


#fae024 Background Color

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

This div background color is #fae024


#fae024 Border Color

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

This div border color is #fae024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae024

Related Colors


Comments

No comments written yet.

Please login to write comment.