Color Hex Logo

#faf850 Color Hex

#FAF850
(250,248,80)
0 Favorites   0 Comments

Color spaces of #faf850

RGB 25024880
HSL0.160.940.65
HSV59°68°98°
CMYK 0.000.010.68   0.02
XYZ74.439788.038020.6591
Yxy88.03800.40650.4807
Hunter Lab93.8286-22.585552.6256
CIE-Lab95.1769-18.326576.7596

#faf850 color RGB value is (250,248,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 01010000
Octal 372 370 120
Decimal 250 248 80
Hex FA F8 50

RGB Percentages of Color #faf850

%43.25
%42.91
%13.84

CMYK Percentages of Color #faf850

%0
%1
%68
%2

Triadic Colors of #faf850

#faf850 #50faf8 #f850fa

Analogous Colors of #faf850

#faf850 #a7fa50 #faa350

Monochromatic Colors of #faf850

#faf850

Complementary Color

#faf850 #5052fa

#faf850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf850 Color CSS Codes

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

#faf850 Text Font Color

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

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


#faf850 Background Color

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

This div background color is #faf850


#faf850 Border Color

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

This div border color is #faf850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf850

Related Colors


Comments

No comments written yet.

Please login to write comment.