Color Hex Logo

#faf01d Color Hex

#FAF01D
(250,240,29)
0 Favorites   0 Comments

Color spaces of #faf01d

RGB 25024029
HSL0.160.960.55
HSV57°88°98°
CMYK 0.000.040.88   0.02
XYZ70.806282.732913.3996
Yxy82.73290.42410.4956
Hunter Lab90.9576-20.222154.9359
CIE-Lab92.8974-16.125088.2730

#faf01d color RGB value is (250,240,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 00011101
Octal 372 360 35
Decimal 250 240 29
Hex FA F0 1D

RGB Percentages of Color #faf01d

%48.17
%46.24
%5.59

CMYK Percentages of Color #faf01d

%0
%4
%88
%2

Triadic Colors of #faf01d

#faf01d #1dfaf0 #f01dfa

Analogous Colors of #faf01d

#faf01d #96fa1d #fa821d

Monochromatic Colors of #faf01d

#faf01d

Complementary Color

#faf01d #1d27fa

#faf01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf01d Color CSS Codes

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

#faf01d Text Font Color

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

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


#faf01d Background Color

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

This div background color is #faf01d


#faf01d Border Color

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

This div border color is #faf01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf01d

Related Colors


Comments

No comments written yet.

Please login to write comment.