Color Hex Logo

#fcf13a Color Hex

#FCF13A
(252,241,58)
0 Favorites   0 Comments

Color spaces of #fcf13a

RGB 25224158
HSL0.160.970.61
HSV57°77°99°
CMYK 0.000.040.77   0.01
XYZ72.363983.911516.3855
Yxy83.91150.41910.4860
Hunter Lab91.6032-19.295853.5168
CIE-Lab93.4120-15.043782.2607

#fcf13a color RGB value is (252,241,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 00111010
Octal 374 361 72
Decimal 252 241 58
Hex FC F1 3A

RGB Percentages of Color #fcf13a

%45.74
%43.74
%10.53

CMYK Percentages of Color #fcf13a

%0
%4
%77
%1

Triadic Colors of #fcf13a

#fcf13a #3afcf1 #f13afc

Analogous Colors of #fcf13a

#fcf13a #a6fc3a #fc903a

Monochromatic Colors of #fcf13a

#fcf13a

Complementary Color

#fcf13a #3a45fc

#fcf13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf13a Color CSS Codes

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

#fcf13a Text Font Color

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

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


#fcf13a Background Color

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

This div background color is #fcf13a


#fcf13a Border Color

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

This div border color is #fcf13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf13a

Related Colors


Comments

No comments written yet.

Please login to write comment.