color codes Logo

#fae43d color codes

#FAE43D
(250,228,61)
0 Favorites   0 Comments

Color spaces of #fae43d

RGB 25022861
HSL0.150.950.61
HSV53°76°98°
CMYK 0.000.090.76   0.02
XYZ68.010076.147715.5283
Yxy76.14770.42590.4769
Hunter Lab87.2626-13.591950.5333
CIE-Lab89.9279-9.372378.1419

#fae43d color RGB value is (250,228,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11100100 00111101
Octal 372 344 75
Decimal 250 228 61
Hex FA E4 3D

RGB Percentages of Color #fae43d

%46.38
%42.30
%11.32

CMYK Percentages of Color #fae43d

%0
%9
%76
%2

Triadic Colors of #fae43d

#fae43d #3dfae4 #e43dfa

Analogous Colors of #fae43d

#fae43d #b2fa3d #fa863d

Monochromatic Colors of #fae43d

#fae43d

Complementary Color

#fae43d #3d53fa

#fae43d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fae43d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fae43d Color CSS Codes

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

#fae43d Text Font Color

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

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


#fae43d Background Color

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

This div background color is #fae43d


#fae43d Border Color

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

This div border color is #fae43d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fae43d


Comments

No comments written yet.

Please login to write comment.