Color Hex Logo

#faf070 Color Hex

#FAF070
(250,240,112)
0 Favorites   0 Comments

Color spaces of #faf070

RGB 250240112
HSL0.150.930.71
HSV56°55°98°
CMYK 0.000.040.55   0.02
XYZ73.509183.814027.6326
Yxy83.81400.39740.4532
Hunter Lab91.5500-16.887846.1894
CIE-Lab93.3697-12.465161.9440

#faf070 color RGB value is (250,240,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 01110000
Octal 372 360 160
Decimal 250 240 112
Hex FA F0 70

RGB Percentages of Color #faf070

%41.53
%39.87
%18.60

CMYK Percentages of Color #faf070

%0
%4
%55
%2

Triadic Colors of #faf070

#faf070 #70faf0 #f070fa

Analogous Colors of #faf070

#faf070 #bffa70 #faab70

Monochromatic Colors of #faf070

#faf070

Complementary Color

#faf070 #707afa

#faf070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf070 Color CSS Codes

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

#faf070 Text Font Color

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

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


#faf070 Background Color

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

This div background color is #faf070


#faf070 Border Color

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

This div border color is #faf070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf070

Related Colors


Comments

No comments written yet.

Please login to write comment.