Color Hex Logo

#faf425 Color Hex

#FAF425
(250,244,37)
0 Favorites   0 Comments

Color spaces of #faf425

RGB 25024437
HSL0.160.960.56
HSV58°85°98°
CMYK 0.000.020.85   0.02
XYZ72.109085.158914.3870
Yxy85.15890.42010.4961
Hunter Lab92.2816-22.012555.3536
CIE-Lab93.9515-17.905887.7047

#faf425 color RGB value is (250,244,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110100 00100101
Octal 372 364 45
Decimal 250 244 37
Hex FA F4 25

RGB Percentages of Color #faf425

%47.08
%45.95
%6.97

CMYK Percentages of Color #faf425

%0
%2
%85
%2

Triadic Colors of #faf425

#faf425 #25faf4 #f425fa

Analogous Colors of #faf425

#faf425 #96fa25 #fa8a25

Monochromatic Colors of #faf425

#faf425

Complementary Color

#faf425 #252bfa

#faf425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf425 Color CSS Codes

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

#faf425 Text Font Color

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

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


#faf425 Background Color

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

This div background color is #faf425


#faf425 Border Color

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

This div border color is #faf425


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,244,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 #faf425">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf425

Related Colors


Comments

No comments written yet.

Please login to write comment.