Color Hex Logo

#fafa1e Color Hex

#FAFA1E
(250,250,30)
0 Favorites   0 Comments

Color spaces of #fafa1e

RGB 25025030
HSL0.170.960.55
HSV60°88°98°
CMYK 0.000.000.88   0.02
XYZ73.844388.788914.4743
Yxy88.78890.41690.5013
Hunter Lab94.2279-25.012256.8520
CIE-Lab95.4921-20.917190.1552

#fafa1e color RGB value is (250,250,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111010 00011110
Octal 372 372 36
Decimal 250 250 30
Hex FA FA 1E

RGB Percentages of Color #fafa1e

%47.17
%47.17
%5.66

CMYK Percentages of Color #fafa1e

%0
%0
%88
%2

Triadic Colors of #fafa1e

#fafa1e #1efafa #fa1efa

Analogous Colors of #fafa1e

#fafa1e #8cfa1e #fa8c1e

Monochromatic Colors of #fafa1e

#fafa1e

Complementary Color

#fafa1e #1e1efa

#fafa1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafa1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafa1e Color CSS Codes

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

#fafa1e Text Font Color

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

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


#fafa1e Background Color

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

This div background color is #fafa1e


#fafa1e Border Color

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

This div border color is #fafa1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafa1e


Comments

No comments written yet.

Please login to write comment.