Color Hex Logo

#faf972 Color Hex

#FAF972
(250,249,114)
0 Favorites   0 Comments

Color spaces of #faf972

RGB 250249114
HSL0.170.930.71
HSV60°54°98°
CMYK 0.000.000.54   0.02
XYZ76.337389.290329.1309
Yxy89.29030.39200.4585
Hunter Lab94.4935-21.161247.8673
CIE-Lab95.7016-16.704563.7162

#faf972 color RGB value is (250,249,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 01110010
Octal 372 371 162
Decimal 250 249 114
Hex FA F9 72

RGB Percentages of Color #faf972

%40.78
%40.62
%18.60

CMYK Percentages of Color #faf972

%0
%0
%54
%2

Triadic Colors of #faf972

#faf972 #72faf9 #f972fa

Analogous Colors of #faf972

#faf972 #b7fa72 #fab572

Monochromatic Colors of #faf972

#faf972

Complementary Color

#faf972 #7273fa

#faf972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf972 Color CSS Codes

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

#faf972 Text Font Color

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

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


#faf972 Background Color

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

This div background color is #faf972


#faf972 Border Color

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

This div border color is #faf972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf972

Related Colors


Comments

No comments written yet.

Please login to write comment.