Color Hex Logo

#fcf32e Color Hex

#FCF32E
(252,243,46)
0 Favorites   0 Comments

Color spaces of #fcf32e

RGB 25224346
HSL0.160.970.58
HSV57°82°99°
CMYK 0.000.040.82   0.01
XYZ72.688684.993915.1591
Yxy84.99390.42060.4917
Hunter Lab92.1921-20.598554.7855
CIE-Lab93.8805-16.380985.7915

#fcf32e color RGB value is (252,243,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110011 00101110
Octal 374 363 56
Decimal 252 243 46
Hex FC F3 2E

RGB Percentages of Color #fcf32e

%46.58
%44.92
%8.50

CMYK Percentages of Color #fcf32e

%0
%4
%82
%1

Triadic Colors of #fcf32e

#fcf32e #2efcf3 #f32efc

Analogous Colors of #fcf32e

#fcf32e #9efc2e #fc8c2e

Monochromatic Colors of #fcf32e

#fcf32e

Complementary Color

#fcf32e #2e37fc

#fcf32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf32e Color CSS Codes

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

#fcf32e Text Font Color

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

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


#fcf32e Background Color

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

This div background color is #fcf32e


#fcf32e Border Color

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

This div border color is #fcf32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf32e

Related Colors


Comments

No comments written yet.

Please login to write comment.