Color Hex Logo

#faf706 Color Hex

#FAF706
(250,247,6)
0 Favorites   0 Comments

Color spaces of #faf706

RGB 2502476
HSL0.160.960.50
HSV59°98°98°
CMYK 0.000.010.98   0.02
XYZ72.718086.858713.1051
Yxy86.85870.42110.5030
Hunter Lab93.1980-23.821456.9015
CIE-Lab94.6783-19.758192.0777

#faf706 color RGB value is (250,247,6).

#faf706 hex color red value is 250, green value is 247 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #faf706 hue: 0.16 , saturation: 0.96 and the lightness value of faf706 is 0.50.

The process color (four color CMYK) of #faf706 color hex is 0.00, 0.01, 0.98, 0.02. Web safe color of #faf706 is #ffff00. Color #faf706 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 00000110
Octal 372 367 6
Decimal 250 247 6
Hex FA F7 6

RGB Percentages of Color #faf706

%49.70
%49.11
%1.19

CMYK Percentages of Color #faf706

%0
%1
%98
%2

Triadic Colors of #faf706

#faf706 #06faf7 #f706fa

Analogous Colors of #faf706

#faf706 #83fa06 #fa7d06

Monochromatic Colors of #faf706

#faf706

Complementary Color

#faf706 #0609fa

#faf706 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf706 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf706 Color CSS Codes

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

#faf706 Text Font Color

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

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


#faf706 Background Color

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

This div background color is #faf706


#faf706 Border Color

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

This div border color is #faf706


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf706

Related Colors


Comments

No comments written yet.

Please login to write comment.