Color Hex Logo

#faf382 Color Hex

#FAF382
(250,243,130)
0 Favorites   0 Comments

Color spaces of #faf382

RGB 250243130
HSL0.160.920.75
HSV57°48°98°
CMYK 0.000.030.48   0.02
XYZ75.504286.036933.7464
Yxy86.03690.38660.4406
Hunter Lab92.7561-17.022743.3584
CIE-Lab94.3281-12.481354.8727

#faf382 color RGB value is (250,243,130).

#faf382 hex color red value is 250, green value is 243 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #faf382 hue: 0.16 , saturation: 0.92 and the lightness value of faf382 is 0.75.

The process color (four color CMYK) of #faf382 color hex is 0.00, 0.03, 0.48, 0.02. Web safe color of #faf382 is #ffff99. Color #faf382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 10000010
Octal 372 363 202
Decimal 250 243 130
Hex FA F3 82

RGB Percentages of Color #faf382

%40.13
%39.00
%20.87

CMYK Percentages of Color #faf382

%0
%3
%48
%2

Triadic Colors of #faf382

#faf382 #82faf3 #f382fa

Analogous Colors of #faf382

#faf382 #c5fa82 #fab782

Monochromatic Colors of #faf382

#faf382

Complementary Color

#faf382 #8289fa

#faf382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf382 Color CSS Codes

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

#faf382 Text Font Color

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

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


#faf382 Background Color

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

This div background color is #faf382


#faf382 Border Color

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

This div border color is #faf382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf382

Related Colors


Comments

No comments written yet.

Please login to write comment.