color codes Logo

#fae33a color codes

#FAE33A
(250,227,58)
0 Favorites   0 Comments

Color spaces of #fae33a

RGB 25022758
HSL0.150.950.60
HSV53°77°98°
CMYK 0.000.090.77   0.02
XYZ67.657175.567715.0231
Yxy75.56770.42750.4775
Hunter Lab86.9297-13.201050.6043
CIE-Lab89.6582-8.984978.8227

#fae33a color RGB value is (250,227,58).

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

The process color (four color CMYK) of #fae33a color code is 0.00, 0.09, 0.77, 0.02. Web safe color of #fae33a is #ffcc33. Color #fae33a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100011 00111010
Octal 372 343 72
Decimal 250 227 58
Hex FA E3 3A

RGB Percentages of Color #fae33a

%46.73
%42.43
%10.84

CMYK Percentages of Color #fae33a

%0
%9
%77
%2

Triadic Colors of #fae33a

#fae33a #3afae3 #e33afa

Analogous Colors of #fae33a

#fae33a #b1fa3a #fa833a

Monochromatic Colors of #fae33a

#fae33a

Complementary Color

#fae33a #3a51fa

#fae33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae33a Color CSS Codes

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

#fae33a Text Font Color

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

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


#fae33a Background Color

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

This div background color is #fae33a


#fae33a Border Color

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

This div border color is #fae33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae33a


Comments

No comments written yet.

Please login to write comment.