Color Hex Logo

#faf954 Color Hex

#FAF954
(250,249,84)
0 Favorites   0 Comments

Color spaces of #faf954

RGB 25024984
HSL0.170.940.65
HSV60°66°98°
CMYK 0.000.000.66   0.02
XYZ74.900388.715521.5636
Yxy88.71550.40450.4791
Hunter Lab94.1889-22.885052.3584
CIE-Lab95.4614-18.604075.5967

#faf954 color RGB value is (250,249,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 01010100
Octal 372 371 124
Decimal 250 249 84
Hex FA F9 54

RGB Percentages of Color #faf954

%42.88
%42.71
%14.41

CMYK Percentages of Color #faf954

%0
%0
%66
%2

Triadic Colors of #faf954

#faf954 #54faf9 #f954fa

Analogous Colors of #faf954

#faf954 #a8fa54 #faa654

Monochromatic Colors of #faf954

#faf954

Complementary Color

#faf954 #5455fa

#faf954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf954 Color CSS Codes

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

#faf954 Text Font Color

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

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


#faf954 Background Color

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

This div background color is #faf954


#faf954 Border Color

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

This div border color is #faf954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf954


Comments

No comments written yet.

Please login to write comment.