Color Hex Logo

#fcf527 Color Hex

#FCF527
(252,245,39)
0 Favorites   0 Comments

Color spaces of #fcf527

RGB 25224539
HSL0.160.970.57
HSV58°85°99°
CMYK 0.000.030.85   0.01
XYZ73.163586.146714.6913
Yxy86.14670.42050.4951
Hunter Lab92.8152-21.720455.5859
CIE-Lab94.3750-17.519087.7216

#fcf527 color RGB value is (252,245,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110101 00100111
Octal 374 365 47
Decimal 252 245 39
Hex FC F5 27

RGB Percentages of Color #fcf527

%47.01
%45.71
%7.28

CMYK Percentages of Color #fcf527

%0
%3
%85
%1

Triadic Colors of #fcf527

#fcf527 #27fcf5 #f527fc

Analogous Colors of #fcf527

#fcf527 #99fc27 #fc8b27

Monochromatic Colors of #fcf527

#fcf527

Complementary Color

#fcf527 #272efc

#fcf527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf527 Color CSS Codes

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

#fcf527 Text Font Color

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

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


#fcf527 Background Color

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

This div background color is #fcf527


#fcf527 Border Color

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

This div border color is #fcf527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf527

Related Colors


Comments

No comments written yet.

Please login to write comment.