Color Hex Logo

#fcf52b Color Hex

#FCF52B
(252,245,43)
0 Favorites   0 Comments

Color spaces of #fcf52b

RGB 25224543
HSL0.160.970.58
HSV58°83°99°
CMYK 0.000.030.83   0.01
XYZ73.233386.174715.0591
Yxy86.17470.41980.4939
Hunter Lab92.8303-21.635555.3631
CIE-Lab94.3870-17.424986.8933

#fcf52b color RGB value is (252,245,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110101 00101011
Octal 374 365 53
Decimal 252 245 43
Hex FC F5 2B

RGB Percentages of Color #fcf52b

%46.67
%45.37
%7.96

CMYK Percentages of Color #fcf52b

%0
%3
%83
%1

Triadic Colors of #fcf52b

#fcf52b #2bfcf5 #f52bfc

Analogous Colors of #fcf52b

#fcf52b #9bfc2b #fc8d2b

Monochromatic Colors of #fcf52b

#fcf52b

Complementary Color

#fcf52b #2b32fc

#fcf52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf52b Color CSS Codes

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

#fcf52b Text Font Color

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

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


#fcf52b Background Color

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

This div background color is #fcf52b


#fcf52b Border Color

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

This div border color is #fcf52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf52b


Comments

No comments written yet.

Please login to write comment.