Color Hex Logo

#fac53c Color Hex

#FAC53C
(250,197,60)
0 Favorites   0 Comments

Color spaces of #fac53c

RGB 25019760
HSL0.120.950.61
HSV43°76°98°
CMYK 0.000.210.76   0.02
XYZ60.206260.582712.7954
Yxy60.58270.45070.4535
Hunter Lab77.83491.860844.7376
CIE-Lab82.15396.331771.2680

#fac53c color RGB value is (250,197,60).

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

The process color (four color CMYK) of #fac53c color hex is 0.00, 0.21, 0.76, 0.02. Web safe color of #fac53c is #ffcc33. Color #fac53c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000101 00111100
Octal 372 305 74
Decimal 250 197 60
Hex FA C5 3C

RGB Percentages of Color #fac53c

%49.31
%38.86
%11.83

CMYK Percentages of Color #fac53c

%0
%21
%76
%2

Triadic Colors of #fac53c

#fac53c #3cfac5 #c53cfa

Analogous Colors of #fac53c

#fac53c #d0fa3c #fa663c

Monochromatic Colors of #fac53c

#fac53c

Complementary Color

#fac53c #3c71fa

#fac53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac53c Color CSS Codes

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

#fac53c Text Font Color

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

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


#fac53c Background Color

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

This div background color is #fac53c


#fac53c Border Color

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

This div border color is #fac53c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac53c


Comments

No comments written yet.

Please login to write comment.