Color Hex Logo

#fac114 Color Hex

#FAC114
(250,193,20)
0 Favorites   0 Comments

Color spaces of #fac114

RGB 25019320
HSL0.130.960.53
HSV45°92°98°
CMYK 0.000.230.92   0.02
XYZ58.620658.51448.8666
Yxy58.51440.46520.4644
Hunter Lab76.49472.925146.6739
CIE-Lab81.02397.398980.5940

#fac114 color RGB value is (250,193,20).

#fac114 hex color red value is 250, green value is 193 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #fac114 hue: 0.13 , saturation: 0.96 and the lightness value of fac114 is 0.53.

The process color (four color CMYK) of #fac114 color hex is 0.00, 0.23, 0.92, 0.02. Web safe color of #fac114 is #ffcc00. Color #fac114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 00010100
Octal 372 301 24
Decimal 250 193 20
Hex FA C1 14

RGB Percentages of Color #fac114

%54.00
%41.68
%4.32

CMYK Percentages of Color #fac114

%0
%23
%92
%2

Triadic Colors of #fac114

#fac114 #14fac1 #c114fa

Analogous Colors of #fac114

#fac114 #c0fa14 #fa4e14

Monochromatic Colors of #fac114

#fac114

Complementary Color

#fac114 #144dfa

#fac114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac114 Color CSS Codes

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

#fac114 Text Font Color

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

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


#fac114 Background Color

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

This div background color is #fac114


#fac114 Border Color

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

This div border color is #fac114


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac114


Comments

No comments written yet.

Please login to write comment.