Color Hex Logo

#faf825 Color Hex

#FAF825
(250,248,37)
0 Favorites   0 Comments

Color spaces of #faf825

RGB 25024837
HSL0.170.960.56
HSV59°85°98°
CMYK 0.000.010.85   0.02
XYZ73.325787.592414.7926
Yxy87.59240.41730.4985
Hunter Lab93.5908-23.934356.1424
CIE-Lab94.9890-19.827288.5450

#faf825 color RGB value is (250,248,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111000 00100101
Octal 372 370 45
Decimal 250 248 37
Hex FA F8 25

RGB Percentages of Color #faf825

%46.73
%46.36
%6.92

CMYK Percentages of Color #faf825

%0
%1
%85
%2

Triadic Colors of #faf825

#faf825 #25faf8 #f825fa

Analogous Colors of #faf825

#faf825 #92fa25 #fa8e25

Monochromatic Colors of #faf825

#faf825

Complementary Color

#faf825 #2527fa

#faf825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf825 Color CSS Codes

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

#faf825 Text Font Color

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

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


#faf825 Background Color

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

This div background color is #faf825


#faf825 Border Color

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

This div border color is #faf825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf825


Comments

No comments written yet.

Please login to write comment.