Color Hex Logo

#fac145 Color Hex

#FAC145
(250,193,69)
0 Favorites   0 Comments

Color spaces of #fac145

RGB 25019369
HSL0.110.950.63
HSV41°72°98°
CMYK 0.000.230.72   0.02
XYZ59.568558.893613.8582
Yxy58.89360.45020.4451
Hunter Lab76.74224.255843.0129
CIE-Lab81.23318.779267.0399

#fac145 color RGB value is (250,193,69).

#fac145 hex color red value is 250, green value is 193 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #fac145 hue: 0.11 , saturation: 0.95 and the lightness value of fac145 is 0.63.

The process color (four color CMYK) of #fac145 color hex is 0.00, 0.23, 0.72, 0.02. Web safe color of #fac145 is #ffcc33. Color #fac145 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000001 01000101
Octal 372 301 105
Decimal 250 193 69
Hex FA C1 45

RGB Percentages of Color #fac145

%48.83
%37.70
%13.48

CMYK Percentages of Color #fac145

%0
%23
%72
%2

Triadic Colors of #fac145

#fac145 #45fac1 #c145fa

Analogous Colors of #fac145

#fac145 #d9fa45 #fa6745

Monochromatic Colors of #fac145

#fac145

Complementary Color

#fac145 #457efa

#fac145 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac145 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac145 Color CSS Codes

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

#fac145 Text Font Color

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

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


#fac145 Background Color

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

This div background color is #fac145


#fac145 Border Color

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

This div border color is #fac145


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac145

Related Colors


Comments

No comments written yet.

Please login to write comment.