Color Hex Logo

#faf21a Color Hex

#FAF21A
(250,242,26)
0 Favorites   0 Comments

Color spaces of #faf21a

RGB 25024226
HSL0.160.960.54
HSV58°90°98°
CMYK 0.000.030.90   0.02
XYZ71.362983.902813.4109
Yxy83.90280.42310.4974
Hunter Lab91.5985-21.230855.4383
CIE-Lab93.4083-17.142389.1259

#faf21a color RGB value is (250,242,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110010 00011010
Octal 372 362 32
Decimal 250 242 26
Hex FA F2 1A

RGB Percentages of Color #faf21a

%48.26
%46.72
%5.02

CMYK Percentages of Color #faf21a

%0
%3
%90
%2

Triadic Colors of #faf21a

#faf21a #1afaf2 #f21afa

Analogous Colors of #faf21a

#faf21a #92fa1a #fa821a

Monochromatic Colors of #faf21a

#faf21a

Complementary Color

#faf21a #1a22fa

#faf21a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf21a Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf21a Color CSS Codes

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

#faf21a Text Font Color

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

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


#faf21a Background Color

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

This div background color is #faf21a


#faf21a Border Color

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

This div border color is #faf21a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf21a

Related Colors


Comments

No comments written yet.

Please login to write comment.