Color Hex Logo

#faf285 Color Hex

#FAF285
(250,242,133)
0 Favorites   0 Comments

Color spaces of #faf285

RGB 250242133
HSL0.160.920.75
HSV56°47°98°
CMYK 0.000.030.47   0.02
XYZ75.410185.521734.7231
Yxy85.52170.38540.4371
Hunter Lab92.4779-16.280642.4727
CIE-Lab94.1075-11.722653.1989

#faf285 color RGB value is (250,242,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 10000101
Octal 372 362 205
Decimal 250 242 133
Hex FA F2 85

RGB Percentages of Color #faf285

%40.00
%38.72
%21.28

CMYK Percentages of Color #faf285

%0
%3
%47
%2

Triadic Colors of #faf285

#faf285 #85faf2 #f285fa

Analogous Colors of #faf285

#faf285 #c8fa85 #fab885

Monochromatic Colors of #faf285

#faf285

Complementary Color

#faf285 #858dfa

#faf285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf285 Color CSS Codes

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

#faf285 Text Font Color

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

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


#faf285 Background Color

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

This div background color is #faf285


#faf285 Border Color

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

This div border color is #faf285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf285

Related Colors


Comments

No comments written yet.

Please login to write comment.