Color Hex Logo

#fcf91f Color Hex

#FCF91F
(252,249,31)
0 Favorites   0 Comments

Color spaces of #fcf91f

RGB 25224931
HSL0.160.970.55
HSV59°88°99°
CMYK 0.000.010.88   0.01
XYZ74.267988.545714.4730
Yxy88.54570.41890.4994
Hunter Lab94.0987-23.790756.7499
CIE-Lab95.3902-19.600789.9826

#fcf91f color RGB value is (252,249,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 00011111
Octal 374 371 37
Decimal 252 249 31
Hex FC F9 1F

RGB Percentages of Color #fcf91f

%47.37
%46.80
%5.83

CMYK Percentages of Color #fcf91f

%0
%1
%88
%1

Triadic Colors of #fcf91f

#fcf91f #1ffcf9 #f91ffc

Analogous Colors of #fcf91f

#fcf91f #91fc1f #fc8b1f

Monochromatic Colors of #fcf91f

#fcf91f

Complementary Color

#fcf91f #1f22fc

#fcf91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf91f Color CSS Codes

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

#fcf91f Text Font Color

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

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


#fcf91f Background Color

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

This div background color is #fcf91f


#fcf91f Border Color

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

This div border color is #fcf91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf91f

Related Colors


Comments

No comments written yet.

Please login to write comment.