Color Hex Logo

#fac64a Color Hex

#FAC64A
(250,198,74)
0 Favorites   0 Comments

Color spaces of #fac64a

RGB 25019874
HSL0.120.950.64
HSV42°70°98°
CMYK 0.000.210.70   0.02
XYZ60.854561.206615.0852
Yxy61.20660.44370.4463
Hunter Lab78.23461.934943.3320
CIE-Lab82.48976.420166.3209

#fac64a color RGB value is (250,198,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000110 01001010
Octal 372 306 112
Decimal 250 198 74
Hex FA C6 4A

RGB Percentages of Color #fac64a

%47.89
%37.93
%14.18

CMYK Percentages of Color #fac64a

%0
%21
%70
%2

Triadic Colors of #fac64a

#fac64a #4afac6 #c64afa

Analogous Colors of #fac64a

#fac64a #d6fa4a #fa6e4a

Monochromatic Colors of #fac64a

#fac64a

Complementary Color

#fac64a #4a7efa

#fac64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac64a Color CSS Codes

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

#fac64a Text Font Color

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

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


#fac64a Background Color

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

This div background color is #fac64a


#fac64a Border Color

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

This div border color is #fac64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac64a


Comments

No comments written yet.

Please login to write comment.