Color Hex Logo

#fac261 Color Hex

#FAC261
(250,194,97)
0 Favorites   0 Comments

Color spaces of #fac261

RGB 25019497
HSL0.110.940.68
HSV38°61°98°
CMYK 0.000.220.61   0.02
XYZ60.873859.770619.6378
Yxy59.77060.43390.4261
Hunter Lab77.31145.253039.0578
CIE-Lab81.71339.812055.4724

#fac261 color RGB value is (250,194,97).

#fac261 hex color red value is 250, green value is 194 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fac261 hue: 0.11 , saturation: 0.94 and the lightness value of fac261 is 0.68.

The process color (four color CMYK) of #fac261 color hex is 0.00, 0.22, 0.61, 0.02. Web safe color of #fac261 is #ffcc66. Color #fac261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000010 01100001
Octal 372 302 141
Decimal 250 194 97
Hex FA C2 61

RGB Percentages of Color #fac261

%46.21
%35.86
%17.93

CMYK Percentages of Color #fac261

%0
%22
%61
%2

Triadic Colors of #fac261

#fac261 #61fac2 #c261fa

Analogous Colors of #fac261

#fac261 #e6fa61 #fa7661

Monochromatic Colors of #fac261

#fac261

Complementary Color

#fac261 #6199fa

#fac261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac261 Color CSS Codes

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

#fac261 Text Font Color

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

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


#fac261 Background Color

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

This div background color is #fac261


#fac261 Border Color

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

This div border color is #fac261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac261


Comments

No comments written yet.

Please login to write comment.