Color Hex Logo

#faf216 Color Hex

#FAF216
(250,242,22)
0 Favorites   0 Comments

Color spaces of #faf216

RGB 25024222
HSL0.160.960.53
HSV58°91°98°
CMYK 0.000.030.91   0.02
XYZ71.321383.886213.1917
Yxy83.88620.42350.4981
Hunter Lab91.5894-21.282355.5730
CIE-Lab93.4011-17.199589.6586

#faf216 color RGB value is (250,242,22).

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

The process color (four color CMYK) of #faf216 color hex is 0.00, 0.03, 0.91, 0.02. Web safe color of #faf216 is #ffff00. Color #faf216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 00010110
Octal 372 362 26
Decimal 250 242 22
Hex FA F2 16

RGB Percentages of Color #faf216

%48.64
%47.08
%4.28

CMYK Percentages of Color #faf216

%0
%3
%91
%2

Triadic Colors of #faf216

#faf216 #16faf2 #f216fa

Analogous Colors of #faf216

#faf216 #90fa16 #fa8016

Monochromatic Colors of #faf216

#faf216

Complementary Color

#faf216 #161efa

#faf216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf216 Color CSS Codes

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

#faf216 Text Font Color

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

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


#faf216 Background Color

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

This div background color is #faf216


#faf216 Border Color

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

This div border color is #faf216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf216

Related Colors


Comments

No comments written yet.

Please login to write comment.