Color Hex Logo

#faf220 Color Hex

#FAF220
(250,242,32)
0 Favorites   0 Comments

Color spaces of #faf220

RGB 25024232
HSL0.160.960.55
HSV58°87°98°
CMYK 0.000.030.87   0.02
XYZ71.437283.932513.8020
Yxy83.93250.42230.4961
Hunter Lab91.6147-21.139055.1981
CIE-Lab93.4212-17.040388.1901

#faf220 color RGB value is (250,242,32).

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

The process color (four color CMYK) of #faf220 color hex is 0.00, 0.03, 0.87, 0.02. Web safe color of #faf220 is #ffff33. Color #faf220 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 00100000
Octal 372 362 40
Decimal 250 242 32
Hex FA F2 20

RGB Percentages of Color #faf220

%47.71
%46.18
%6.11

CMYK Percentages of Color #faf220

%0
%3
%87
%2

Triadic Colors of #faf220

#faf220 #20faf2 #f220fa

Analogous Colors of #faf220

#faf220 #95fa20 #fa8520

Monochromatic Colors of #faf220

#faf220

Complementary Color

#faf220 #2028fa

#faf220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf220 Color CSS Codes

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

#faf220 Text Font Color

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

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


#faf220 Background Color

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

This div background color is #faf220


#faf220 Border Color

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

This div border color is #faf220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf220


Comments

No comments written yet.

Please login to write comment.