Color Hex Logo

#fac43e Color Hex

#FAC43E
(250,196,62)
0 Favorites   0 Comments

Color spaces of #fac43e

RGB 25019662
HSL0.120.950.61
HSV43°75°98°
CMYK 0.000.220.75   0.02
XYZ60.033860.151613.0037
Yxy60.15160.45070.4516
Hunter Lab77.55752.443444.3493
CIE-Lab81.92056.927370.3369

#fac43e color RGB value is (250,196,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000100 00111110
Octal 372 304 76
Decimal 250 196 62
Hex FA C4 3E

RGB Percentages of Color #fac43e

%49.21
%38.58
%12.20

CMYK Percentages of Color #fac43e

%0
%22
%75
%2

Triadic Colors of #fac43e

#fac43e #3efac4 #c43efa

Analogous Colors of #fac43e

#fac43e #d2fa3e #fa663e

Monochromatic Colors of #fac43e

#fac43e

Complementary Color

#fac43e #3e74fa

#fac43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac43e Color CSS Codes

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

#fac43e Text Font Color

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

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


#fac43e Background Color

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

This div background color is #fac43e


#fac43e Border Color

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

This div border color is #fac43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac43e


Comments

No comments written yet.

Please login to write comment.