Color Hex Logo

#fcf931 Color Hex

#FCF931
(252,249,49)
0 Favorites   0 Comments

Color spaces of #fcf931

RGB 25224949
HSL0.160.970.59
HSV59°81°99°
CMYK 0.000.010.81   0.01
XYZ74.574988.668616.0900
Yxy88.66860.41580.4944
Hunter Lab94.1640-23.420755.7838
CIE-Lab95.4418-19.189186.4035

#fcf931 color RGB value is (252,249,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 00110001
Octal 374 371 61
Decimal 252 249 49
Hex FC F9 31

RGB Percentages of Color #fcf931

%45.82
%45.27
%8.91

CMYK Percentages of Color #fcf931

%0
%1
%81
%1

Triadic Colors of #fcf931

#fcf931 #31fcf9 #f931fc

Analogous Colors of #fcf931

#fcf931 #9afc31 #fc9431

Monochromatic Colors of #fcf931

#fcf931

Complementary Color

#fcf931 #3134fc

#fcf931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf931 Color CSS Codes

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

#fcf931 Text Font Color

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

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


#fcf931 Background Color

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

This div background color is #fcf931


#fcf931 Border Color

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

This div border color is #fcf931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf931

Related Colors


Comments

No comments written yet.

Please login to write comment.