Color Hex Logo

#faf562 Color Hex

#FAF562
(250,245,98)
0 Favorites   0 Comments

Color spaces of #faf562

RGB 25024598
HSL0.160.940.68
HSV58°61°98°
CMYK 0.000.020.61   0.02
XYZ74.281486.510724.3385
Yxy86.51070.40120.4673
Hunter Lab93.0111-20.214249.5932
CIE-Lab94.5303-15.866169.1911

#faf562 color RGB value is (250,245,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110101 01100010
Octal 372 365 142
Decimal 250 245 98
Hex FA F5 62

RGB Percentages of Color #faf562

%42.16
%41.32
%16.53

CMYK Percentages of Color #faf562

%0
%2
%61
%2

Triadic Colors of #faf562

#faf562 #62faf5 #f562fa

Analogous Colors of #faf562

#faf562 #b3fa62 #faa962

Monochromatic Colors of #faf562

#faf562

Complementary Color

#faf562 #6267fa

#faf562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf562 Color CSS Codes

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

#faf562 Text Font Color

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

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


#faf562 Background Color

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

This div background color is #faf562


#faf562 Border Color

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

This div border color is #faf562


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,245,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 #faf562">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf562

Related Colors


Comments

No comments written yet.

Please login to write comment.