Color Hex Logo

#faf131 Color Hex

#FAF131
(250,241,49)
0 Favorites   0 Comments

Color spaces of #faf131

RGB 25024149
HSL0.160.950.59
HSV57°80°98°
CMYK 0.000.040.80   0.02
XYZ71.434083.456315.2494
Yxy83.45630.41990.4905
Hunter Lab91.3544-20.293354.0511
CIE-Lab93.2138-16.153484.4367

#faf131 color RGB value is (250,241,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 00110001
Octal 372 361 61
Decimal 250 241 49
Hex FA F1 31

RGB Percentages of Color #faf131

%46.30
%44.63
%9.07

CMYK Percentages of Color #faf131

%0
%4
%80
%2

Triadic Colors of #faf131

#faf131 #31faf1 #f131fa

Analogous Colors of #faf131

#faf131 #9ffa31 #fa8d31

Monochromatic Colors of #faf131

#faf131

Complementary Color

#faf131 #313afa

#faf131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf131 Color CSS Codes

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

#faf131 Text Font Color

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

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


#faf131 Background Color

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

This div background color is #faf131


#faf131 Border Color

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

This div border color is #faf131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf131

Related Colors


Comments

No comments written yet.

Please login to write comment.