Color Hex Logo

#faaf1d Color Hex

#FAAF1D
(250,175,29)
0 Favorites   0 Comments

Color spaces of #faaf1d

RGB 25017529
HSL0.110.960.55
HSV40°88°98°
CMYK 0.000.300.88   0.02
XYZ54.976151.07268.1229
Yxy51.07260.48150.4473
Hunter Lab71.465112.251143.2865
CIE-Lab76.723016.928175.6733

#faaf1d color RGB value is (250,175,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 00011101
Octal 372 257 35
Decimal 250 175 29
Hex FA AF 1D

RGB Percentages of Color #faaf1d

%55.07
%38.55
%6.39

CMYK Percentages of Color #faaf1d

%0
%30
%88
%2

Triadic Colors of #faaf1d

#faaf1d #1dfaaf #af1dfa

Analogous Colors of #faaf1d

#faaf1d #d7fa1d #fa401d

Monochromatic Colors of #faaf1d

#faaf1d

Complementary Color

#faaf1d #1d68fa

#faaf1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf1d Color CSS Codes

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

#faaf1d Text Font Color

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

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


#faaf1d Background Color

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

This div background color is #faaf1d


#faaf1d Border Color

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

This div border color is #faaf1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf1d


Comments

No comments written yet.

Please login to write comment.