Color Hex Logo

#fcfa7a Color Hex

#FCFA7A
(252,250,122)
0 Favorites   0 Comments

Color spaces of #fcfa7a

RGB 252250122
HSL0.160.960.73
HSV59°52°99°
CMYK 0.000.010.52   0.01
XYZ77.843390.471831.7724
Yxy90.47180.38900.4522
Hunter Lab95.1167-20.370146.7767
CIE-Lab96.1921-15.782460.7788

#fcfa7a color RGB value is (252,250,122).

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

The process color (four color CMYK) of #fcfa7a color hex is 0.00, 0.01, 0.52, 0.01. Web safe color of #fcfa7a is #ffff66. Color #fcfa7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 01111010
Octal 374 372 172
Decimal 252 250 122
Hex FC FA 7A

RGB Percentages of Color #fcfa7a

%40.38
%40.06
%19.55

CMYK Percentages of Color #fcfa7a

%0
%1
%52
%1

Triadic Colors of #fcfa7a

#fcfa7a #7afcfa #fa7afc

Analogous Colors of #fcfa7a

#fcfa7a #bdfc7a #fcb97a

Monochromatic Colors of #fcfa7a

#fcfa7a

Complementary Color

#fcfa7a #7a7cfc

#fcfa7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfa7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfa7a Color CSS Codes

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

#fcfa7a Text Font Color

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

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


#fcfa7a Background Color

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

This div background color is #fcfa7a


#fcfa7a Border Color

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

This div border color is #fcfa7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfa7a

Related Colors


Comments

No comments written yet.

Please login to write comment.