Color Hex Logo

#faf925 Color Hex

#FAF925
(250,249,37)
0 Favorites   0 Comments

Color spaces of #faf925

RGB 25024937
HSL0.170.960.56
HSV60°85°98°
CMYK 0.000.000.85   0.02
XYZ73.634088.208914.8954
Yxy88.20890.41660.4991
Hunter Lab93.9196-24.413356.3405
CIE-Lab95.2488-20.305288.7553

#faf925 color RGB value is (250,249,37).

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

The process color (four color CMYK) of #faf925 color hex is 0.00, 0.00, 0.85, 0.02. Web safe color of #faf925 is #ffff33. Color #faf925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 00100101
Octal 372 371 45
Decimal 250 249 37
Hex FA F9 25

RGB Percentages of Color #faf925

%46.64
%46.46
%6.90

CMYK Percentages of Color #faf925

%0
%0
%85
%2

Triadic Colors of #faf925

#faf925 #25faf9 #f925fa

Analogous Colors of #faf925

#faf925 #91fa25 #fa8f25

Monochromatic Colors of #faf925

#faf925

Complementary Color

#faf925 #2526fa

#faf925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf925 Color CSS Codes

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

#faf925 Text Font Color

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

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


#faf925 Background Color

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

This div background color is #faf925


#faf925 Border Color

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

This div border color is #faf925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf925

Related Colors


Comments

No comments written yet.

Please login to write comment.