Color Hex Logo

#faaf29 Color Hex

#FAAF29
(250,175,41)
0 Favorites   0 Comments

Color spaces of #faaf29

RGB 25017541
HSL0.110.950.57
HSV38°84°98°
CMYK 0.000.300.84   0.02
XYZ55.154651.14409.0626
Yxy51.14400.47810.4433
Hunter Lab71.515012.513442.5471
CIE-Lab76.766217.192472.6189

#faaf29 color RGB value is (250,175,41).

#faaf29 hex color red value is 250, green value is 175 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #faaf29 hue: 0.11 , saturation: 0.95 and the lightness value of faaf29 is 0.57.

The process color (four color CMYK) of #faaf29 color hex is 0.00, 0.30, 0.84, 0.02. Web safe color of #faaf29 is #ff9933. Color #faaf29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 00101001
Octal 372 257 51
Decimal 250 175 41
Hex FA AF 29

RGB Percentages of Color #faaf29

%53.65
%37.55
%8.80

CMYK Percentages of Color #faaf29

%0
%30
%84
%2

Triadic Colors of #faaf29

#faaf29 #29faaf #af29fa

Analogous Colors of #faaf29

#faaf29 #ddfa29 #fa4629

Monochromatic Colors of #faaf29

#faaf29

Complementary Color

#faaf29 #2974fa

#faaf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf29 Color CSS Codes

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

#faaf29 Text Font Color

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

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


#faaf29 Background Color

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

This div background color is #faaf29


#faaf29 Border Color

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

This div border color is #faaf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf29

Related Colors


Comments

No comments written yet.

Please login to write comment.