Color Hex Logo

#faaf23 Color Hex

#FAAF23
(250,175,35)
0 Favorites   0 Comments

Color spaces of #faaf23

RGB 25017535
HSL0.110.960.56
HSV39°86°98°
CMYK 0.000.300.86   0.02
XYZ55.057751.10538.5526
Yxy51.10530.47990.4455
Hunter Lab71.488012.370942.9483
CIE-Lab76.742817.048974.2483

#faaf23 color RGB value is (250,175,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 00100011
Octal 372 257 43
Decimal 250 175 35
Hex FA AF 23

RGB Percentages of Color #faaf23

%54.35
%38.04
%7.61

CMYK Percentages of Color #faaf23

%0
%30
%86
%2

Triadic Colors of #faaf23

#faaf23 #23faaf #af23fa

Analogous Colors of #faaf23

#faaf23 #dafa23 #fa4423

Monochromatic Colors of #faaf23

#faaf23

Complementary Color

#faaf23 #236efa

#faaf23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf23 Color CSS Codes

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

#faaf23 Text Font Color

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

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


#faaf23 Background Color

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

This div background color is #faaf23


#faaf23 Border Color

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

This div border color is #faaf23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf23


Comments

No comments written yet.

Please login to write comment.