Color Hex Logo

#faf469 Color Hex

#FAF469
(250,244,105)
0 Favorites   0 Comments

Color spaces of #faf469

RGB 250244105
HSL0.160.940.70
HSV58°58°98°
CMYK 0.000.020.58   0.02
XYZ74.324886.045326.0557
Yxy86.04530.39870.4616
Hunter Lab92.7606-19.307248.2783
CIE-Lab94.3317-14.920566.0588

#faf469 color RGB value is (250,244,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 01101001
Octal 372 364 151
Decimal 250 244 105
Hex FA F4 69

RGB Percentages of Color #faf469

%41.74
%40.73
%17.53

CMYK Percentages of Color #faf469

%0
%2
%58
%2

Triadic Colors of #faf469

#faf469 #69faf4 #f469fa

Analogous Colors of #faf469

#faf469 #b8fa69 #faac69

Monochromatic Colors of #faf469

#faf469

Complementary Color

#faf469 #696ffa

#faf469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf469 Color CSS Codes

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

#faf469 Text Font Color

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

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


#faf469 Background Color

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

This div background color is #faf469


#faf469 Border Color

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

This div border color is #faf469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf469

Related Colors


Comments

No comments written yet.

Please login to write comment.