Color Hex Logo

#faf34f Color Hex

#FAF34F
(250,243,79)
0 Favorites   0 Comments

Color spaces of #faf34f

RGB 25024379
HSL0.160.940.65
HSV58°68°98°
CMYK 0.000.030.68   0.02
XYZ72.886284.989719.9603
Yxy84.98970.40990.4779
Hunter Lab92.1899-20.208451.6958
CIE-Lab93.8787-15.959275.8319

#faf34f color RGB value is (250,243,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110011 01001111
Octal 372 363 117
Decimal 250 243 79
Hex FA F3 4F

RGB Percentages of Color #faf34f

%43.71
%42.48
%13.81

CMYK Percentages of Color #faf34f

%0
%3
%68
%2

Triadic Colors of #faf34f

#faf34f #4ffaf3 #f34ffa

Analogous Colors of #faf34f

#faf34f #acfa4f #fa9e4f

Monochromatic Colors of #faf34f

#faf34f

Complementary Color

#faf34f #4f56fa

#faf34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf34f Color CSS Codes

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

#faf34f Text Font Color

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

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


#faf34f Background Color

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

This div background color is #faf34f


#faf34f Border Color

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

This div border color is #faf34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf34f

Related Colors


Comments

No comments written yet.

Please login to write comment.