Color Hex Logo

#fafa3b Color Hex

#FAFA3B
(250,250,59)
0 Favorites   0 Comments

Color spaces of #fafa3b

RGB 25025059
HSL0.170.950.61
HSV60°76°98°
CMYK 0.000.000.76   0.02
XYZ74.399489.011017.3972
Yxy89.01100.41150.4923
Hunter Lab94.3456-24.342755.1090
CIE-Lab95.5850-20.168683.8613

#fafa3b color RGB value is (250,250,59).

#fafa3b hex color red value is 250, green value is 250 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fafa3b hue: 0.17 , saturation: 0.95 and the lightness value of fafa3b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 00111011
Octal 372 372 73
Decimal 250 250 59
Hex FA FA 3B

RGB Percentages of Color #fafa3b

%44.72
%44.72
%10.55

CMYK Percentages of Color #fafa3b

%0
%0
%76
%2

Triadic Colors of #fafa3b

#fafa3b #3bfafa #fa3bfa

Analogous Colors of #fafa3b

#fafa3b #9bfa3b #fa9b3b

Monochromatic Colors of #fafa3b

#fafa3b

Complementary Color

#fafa3b #3b3bfa

#fafa3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafa3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafa3b Color CSS Codes

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

#fafa3b Text Font Color

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

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


#fafa3b Background Color

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

This div background color is #fafa3b


#fafa3b Border Color

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

This div border color is #fafa3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafa3b

Related Colors


Comments

No comments written yet.

Please login to write comment.