Color Hex Logo

#faaf20 Color Hex

#FAAF20
(250,175,32)
0 Favorites   0 Comments

Color spaces of #faaf20

RGB 25017532
HSL0.110.960.55
HSV39°87°98°
CMYK 0.000.300.87   0.02
XYZ55.015051.08828.3279
Yxy51.08820.48080.4465
Hunter Lab71.476012.308243.1251
CIE-Lab76.732416.985774.9872

#faaf20 color RGB value is (250,175,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101111 00100000
Octal 372 257 40
Decimal 250 175 32
Hex FA AF 20

RGB Percentages of Color #faaf20

%54.70
%38.29
%7.00

CMYK Percentages of Color #faaf20

%0
%30
%87
%2

Triadic Colors of #faaf20

#faaf20 #20faaf #af20fa

Analogous Colors of #faaf20

#faaf20 #d8fa20 #fa4220

Monochromatic Colors of #faaf20

#faaf20

Complementary Color

#faaf20 #206bfa

#faaf20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaf20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaf20 Color CSS Codes

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

#faaf20 Text Font Color

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

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


#faaf20 Background Color

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

This div background color is #faaf20


#faaf20 Border Color

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

This div border color is #faaf20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaf20


Comments

No comments written yet.

Please login to write comment.