Color Hex Logo

#fcf13f Color Hex

#FCF13F
(252,241,63)
0 Favorites   0 Comments

Color spaces of #fcf13f

RGB 25224163
HSL0.160.970.62
HSV57°75°99°
CMYK 0.000.040.75   0.01
XYZ72.497483.964917.0885
Yxy83.96490.41770.4838
Hunter Lab91.6324-19.131653.0857
CIE-Lab93.4353-14.863180.8006

#fcf13f color RGB value is (252,241,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 00111111
Octal 374 361 77
Decimal 252 241 63
Hex FC F1 3F

RGB Percentages of Color #fcf13f

%45.32
%43.35
%11.33

CMYK Percentages of Color #fcf13f

%0
%4
%75
%1

Triadic Colors of #fcf13f

#fcf13f #3ffcf1 #f13ffc

Analogous Colors of #fcf13f

#fcf13f #a9fc3f #fc933f

Monochromatic Colors of #fcf13f

#fcf13f

Complementary Color

#fcf13f #3f4afc

#fcf13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf13f Color CSS Codes

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

#fcf13f Text Font Color

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

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


#fcf13f Background Color

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

This div background color is #fcf13f


#fcf13f Border Color

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

This div border color is #fcf13f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf13f


Comments

No comments written yet.

Please login to write comment.