Color Hex Logo

#faf062 Color Hex

#FAF062
(250,240,98)
0 Favorites   0 Comments

Color spaces of #faf062

RGB 25024098
HSL0.160.940.68
HSV56°61°98°
CMYK 0.000.040.61   0.02
XYZ72.789083.526023.8410
Yxy83.52600.40400.4636
Hunter Lab91.3926-17.771848.5082
CIE-Lab93.2442-13.428167.8065

#faf062 color RGB value is (250,240,98).

#faf062 hex color red value is 250, green value is 240 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #faf062 hue: 0.16 , saturation: 0.94 and the lightness value of faf062 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 01100010
Octal 372 360 142
Decimal 250 240 98
Hex FA F0 62

RGB Percentages of Color #faf062

%42.52
%40.82
%16.67

CMYK Percentages of Color #faf062

%0
%4
%61
%2

Triadic Colors of #faf062

#faf062 #62faf0 #f062fa

Analogous Colors of #faf062

#faf062 #b8fa62 #faa462

Monochromatic Colors of #faf062

#faf062

Complementary Color

#faf062 #626cfa

#faf062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf062 Color CSS Codes

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

#faf062 Text Font Color

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

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


#faf062 Background Color

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

This div background color is #faf062


#faf062 Border Color

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

This div border color is #faf062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf062

Related Colors


Comments

No comments written yet.

Please login to write comment.