Color Hex Logo

#fac225 Color Hex

#FAC225
(250,194,37)
0 Favorites   0 Comments

Color spaces of #fac225

RGB 25019437
HSL0.120.960.56
HSV44°85°98°
CMYK 0.000.220.85   0.02
XYZ59.050159.041110.0341
Yxy59.04110.46090.4608
Hunter Lab76.83822.710246.0442
CIE-Lab81.31427.184877.4453

#fac225 color RGB value is (250,194,37).

#fac225 hex color red value is 250, green value is 194 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #fac225 hue: 0.12 , saturation: 0.96 and the lightness value of fac225 is 0.56.

The process color (four color CMYK) of #fac225 color hex is 0.00, 0.22, 0.85, 0.02. Web safe color of #fac225 is #ffcc33. Color #fac225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000010 00100101
Octal 372 302 45
Decimal 250 194 37
Hex FA C2 25

RGB Percentages of Color #fac225

%51.98
%40.33
%7.69

CMYK Percentages of Color #fac225

%0
%22
%85
%2

Triadic Colors of #fac225

#fac225 #25fac2 #c225fa

Analogous Colors of #fac225

#fac225 #c8fa25 #fa5825

Monochromatic Colors of #fac225

#fac225

Complementary Color

#fac225 #255dfa

#fac225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac225 Color CSS Codes

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

#fac225 Text Font Color

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

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


#fac225 Background Color

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

This div background color is #fac225


#fac225 Border Color

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

This div border color is #fac225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac225


Comments

No comments written yet.

Please login to write comment.