Color Hex Logo

#fac930 Color Hex

#FAC930
(250,201,48)
0 Favorites   0 Comments

Color spaces of #fac930

RGB 25020148
HSL0.130.950.58
HSV45°81°98°
CMYK 0.000.200.81   0.02
XYZ60.844562.310711.6166
Yxy62.31070.45150.4623
Hunter Lab78.9371-0.552746.5307
CIE-Lab83.07843.859075.9677

#fac930 color RGB value is (250,201,48).

#fac930 hex color red value is 250, green value is 201 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #fac930 hue: 0.13 , saturation: 0.95 and the lightness value of fac930 is 0.58.

The process color (four color CMYK) of #fac930 color hex is 0.00, 0.20, 0.81, 0.02. Web safe color of #fac930 is #ffcc33. Color #fac930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001001 00110000
Octal 372 311 60
Decimal 250 201 48
Hex FA C9 30

RGB Percentages of Color #fac930

%50.10
%40.28
%9.62

CMYK Percentages of Color #fac930

%0
%20
%81
%2

Triadic Colors of #fac930

#fac930 #30fac9 #c930fa

Analogous Colors of #fac930

#fac930 #c6fa30 #fa6430

Monochromatic Colors of #fac930

#fac930

Complementary Color

#fac930 #3061fa

#fac930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac930 Color CSS Codes

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

#fac930 Text Font Color

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

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


#fac930 Background Color

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

This div background color is #fac930


#fac930 Border Color

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

This div border color is #fac930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac930


Comments

No comments written yet.

Please login to write comment.