Color Hex Logo

#fcf13d Color Hex

#FCF13D
(252,241,61)
0 Favorites   0 Comments

Color spaces of #fcf13d

RGB 25224161
HSL0.160.970.61
HSV57°76°99°
CMYK 0.000.040.76   0.01
XYZ72.442583.943016.7994
Yxy83.94300.41830.4847
Hunter Lab91.6204-19.199253.2630
CIE-Lab93.4257-14.937481.3960

#fcf13d color RGB value is (252,241,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 00111101
Octal 374 361 75
Decimal 252 241 61
Hex FC F1 3D

RGB Percentages of Color #fcf13d

%45.49
%43.50
%11.01

CMYK Percentages of Color #fcf13d

%0
%4
%76
%1

Triadic Colors of #fcf13d

#fcf13d #3dfcf1 #f13dfc

Analogous Colors of #fcf13d

#fcf13d #a8fc3d #fc923d

Monochromatic Colors of #fcf13d

#fcf13d

Complementary Color

#fcf13d #3d48fc

#fcf13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf13d Color CSS Codes

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

#fcf13d Text Font Color

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

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


#fcf13d Background Color

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

This div background color is #fcf13d


#fcf13d Border Color

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

This div border color is #fcf13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf13d


Comments

No comments written yet.

Please login to write comment.