Color Hex Logo

#fafa25 Color Hex

#FAFA25
(250,250,37)
0 Favorites   0 Comments

Color spaces of #fafa25

RGB 25025037
HSL0.170.960.56
HSV60°85°98°
CMYK 0.000.000.85   0.02
XYZ73.943988.828814.9987
Yxy88.82880.41590.4997
Hunter Lab94.2490-24.892156.5390
CIE-Lab95.5088-20.782588.9659

#fafa25 color RGB value is (250,250,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 00100101
Octal 372 372 45
Decimal 250 250 37
Hex FA FA 25

RGB Percentages of Color #fafa25

%46.55
%46.55
%6.89

CMYK Percentages of Color #fafa25

%0
%0
%85
%2

Triadic Colors of #fafa25

#fafa25 #25fafa #fa25fa

Analogous Colors of #fafa25

#fafa25 #90fa25 #fa9025

Monochromatic Colors of #fafa25

#fafa25

Complementary Color

#fafa25 #2525fa

#fafa25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafa25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafa25 Color CSS Codes

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

#fafa25 Text Font Color

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

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


#fafa25 Background Color

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

This div background color is #fafa25


#fafa25 Border Color

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

This div border color is #fafa25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafa25

Related Colors


Comments

No comments written yet.

Please login to write comment.