Color Hex Logo

#faf932 Color Hex

#FAF932
(250,249,50)
0 Favorites   0 Comments

Color spaces of #faf932

RGB 25024950
HSL0.170.950.59
HSV60°80°98°
CMYK 0.000.000.80   0.02
XYZ73.875788.305616.1686
Yxy88.30560.41420.4951
Hunter Lab93.9711-24.120955.5783
CIE-Lab95.2895-19.978585.9691

#faf932 color RGB value is (250,249,50).

#faf932 hex color red value is 250, green value is 249 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #faf932 hue: 0.17 , saturation: 0.95 and the lightness value of faf932 is 0.59.

The process color (four color CMYK) of #faf932 color hex is 0.00, 0.00, 0.80, 0.02. Web safe color of #faf932 is #ffff33. Color #faf932 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 00110010
Octal 372 371 62
Decimal 250 249 50
Hex FA F9 32

RGB Percentages of Color #faf932

%45.54
%45.36
%9.11

CMYK Percentages of Color #faf932

%0
%0
%80
%2

Triadic Colors of #faf932

#faf932 #32faf9 #f932fa

Analogous Colors of #faf932

#faf932 #97fa32 #fa9532

Monochromatic Colors of #faf932

#faf932

Complementary Color

#faf932 #3233fa

#faf932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf932 Color CSS Codes

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

#faf932 Text Font Color

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

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


#faf932 Background Color

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

This div background color is #faf932


#faf932 Border Color

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

This div border color is #faf932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf932


Comments

No comments written yet.

Please login to write comment.