Color Hex Logo

#faf074 Color Hex

#FAF074
(250,240,116)
0 Favorites   0 Comments

Color spaces of #faf074

RGB 250240116
HSL0.150.930.72
HSV56°54°98°
CMYK 0.000.040.54   0.02
XYZ73.736883.905128.8320
Yxy83.90510.39540.4500
Hunter Lab91.5997-16.608945.4576
CIE-Lab93.4093-12.162460.2062

#faf074 color RGB value is (250,240,116).

#faf074 hex color red value is 250, green value is 240 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #faf074 hue: 0.15 , saturation: 0.93 and the lightness value of faf074 is 0.72.

The process color (four color CMYK) of #faf074 color hex is 0.00, 0.04, 0.54, 0.02. Web safe color of #faf074 is #ffff66. Color #faf074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 01110100
Octal 372 360 164
Decimal 250 240 116
Hex FA F0 74

RGB Percentages of Color #faf074

%41.25
%39.60
%19.14

CMYK Percentages of Color #faf074

%0
%4
%54
%2

Triadic Colors of #faf074

#faf074 #74faf0 #f074fa

Analogous Colors of #faf074

#faf074 #c1fa74 #faad74

Monochromatic Colors of #faf074

#faf074

Complementary Color

#faf074 #747efa

#faf074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf074 Color CSS Codes

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

#faf074 Text Font Color

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

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


#faf074 Background Color

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

This div background color is #faf074


#faf074 Border Color

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

This div border color is #faf074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf074


Comments

No comments written yet.

Please login to write comment.