Color Hex Logo

#faf714 Color Hex

#FAF714
(250,247,20)
0 Favorites   0 Comments

Color spaces of #faf714

RGB 25024720
HSL0.160.960.53
HSV59°92°98°
CMYK 0.000.010.92   0.02
XYZ72.811486.896013.5969
Yxy86.89600.42010.5014
Hunter Lab93.2180-23.707556.6045
CIE-Lab94.6941-19.630790.8850

#faf714 color RGB value is (250,247,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 00010100
Octal 372 367 24
Decimal 250 247 20
Hex FA F7 14

RGB Percentages of Color #faf714

%48.36
%47.78
%3.87

CMYK Percentages of Color #faf714

%0
%1
%92
%2

Triadic Colors of #faf714

#faf714 #14faf7 #f714fa

Analogous Colors of #faf714

#faf714 #8afa14 #fa8414

Monochromatic Colors of #faf714

#faf714

Complementary Color

#faf714 #1417fa

#faf714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf714 Color CSS Codes

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

#faf714 Text Font Color

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

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


#faf714 Background Color

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

This div background color is #faf714


#faf714 Border Color

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

This div border color is #faf714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf714

Related Colors


Comments

No comments written yet.

Please login to write comment.