Color Hex Logo

#fcf22a Color Hex

#FCF22A
(252,242,42)
0 Favorites   0 Comments

Color spaces of #fcf22a

RGB 25224242
HSL0.160.970.58
HSV57°83°99°
CMYK 0.000.040.83   0.01
XYZ72.314984.366914.6635
Yxy84.36690.42200.4924
Hunter Lab91.8515-20.206554.8307
CIE-Lab93.6096-15.998486.4667

#fcf22a color RGB value is (252,242,42).

#fcf22a hex color red value is 252, green value is 242 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fcf22a hue: 0.16 , saturation: 0.97 and the lightness value of fcf22a is 0.58.

The process color (four color CMYK) of #fcf22a color hex is 0.00, 0.04, 0.83, 0.01. Web safe color of #fcf22a is #ffff33. Color #fcf22a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 00101010
Octal 374 362 52
Decimal 252 242 42
Hex FC F2 2A

RGB Percentages of Color #fcf22a

%47.01
%45.15
%7.84

CMYK Percentages of Color #fcf22a

%0
%4
%83
%1

Triadic Colors of #fcf22a

#fcf22a #2afcf2 #f22afc

Analogous Colors of #fcf22a

#fcf22a #9dfc2a #fc892a

Monochromatic Colors of #fcf22a

#fcf22a

Complementary Color

#fcf22a #2a34fc

#fcf22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf22a Color CSS Codes

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

#fcf22a Text Font Color

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

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


#fcf22a Background Color

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

This div background color is #fcf22a


#fcf22a Border Color

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

This div border color is #fcf22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf22a

Related Colors


Comments

No comments written yet.

Please login to write comment.