Color Hex Logo

#faf761 Color Hex

#FAF761
(250,247,97)
0 Favorites   0 Comments

Color spaces of #faf761

RGB 25024797
HSL0.160.940.68
HSV59°61°98°
CMYK 0.000.010.61   0.02
XYZ74.842887.708624.2941
Yxy87.70860.40060.4694
Hunter Lab93.6529-21.244050.1768
CIE-Lab95.0381-16.897670.1405

#faf761 color RGB value is (250,247,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 01100001
Octal 372 367 141
Decimal 250 247 97
Hex FA F7 61

RGB Percentages of Color #faf761

%42.09
%41.58
%16.33

CMYK Percentages of Color #faf761

%0
%1
%61
%2

Triadic Colors of #faf761

#faf761 #61faf7 #f761fa

Analogous Colors of #faf761

#faf761 #b1fa61 #faab61

Monochromatic Colors of #faf761

#faf761

Complementary Color

#faf761 #6164fa

#faf761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf761 Color CSS Codes

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

#faf761 Text Font Color

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

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


#faf761 Background Color

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

This div background color is #faf761


#faf761 Border Color

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

This div border color is #faf761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf761

Related Colors


Comments

No comments written yet.

Please login to write comment.