Color Hex Logo

#facc2e Color Hex

#FACC2E
(250,204,46)
0 Favorites   0 Comments

Color spaces of #facc2e

RGB 25020446
HSL0.130.950.58
HSV46°82°98°
CMYK 0.000.180.82   0.02
XYZ61.510363.707011.6395
Yxy63.70700.44950.4655
Hunter Lab79.8167-2.119147.2255
CIE-Lab83.81302.258777.1720

#facc2e color RGB value is (250,204,46).

#facc2e hex color red value is 250, green value is 204 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #facc2e hue: 0.13 , saturation: 0.95 and the lightness value of facc2e is 0.58.

The process color (four color CMYK) of #facc2e color hex is 0.00, 0.18, 0.82, 0.02. Web safe color of #facc2e is #ffcc33. Color #facc2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 00101110
Octal 372 314 56
Decimal 250 204 46
Hex FA CC 2E

RGB Percentages of Color #facc2e

%50.00
%40.80
%9.20

CMYK Percentages of Color #facc2e

%0
%18
%82
%2

Triadic Colors of #facc2e

#facc2e #2efacc #cc2efa

Analogous Colors of #facc2e

#facc2e #c2fa2e #fa662e

Monochromatic Colors of #facc2e

#facc2e

Complementary Color

#facc2e #2e5cfa

#facc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc2e Color CSS Codes

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

#facc2e Text Font Color

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

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


#facc2e Background Color

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

This div background color is #facc2e


#facc2e Border Color

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

This div border color is #facc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facc2e

#facc2e Color Palettes


Comments

No comments written yet.

Please login to write comment.