Color Hex Logo

#fcf526 Color Hex

#FCF526
(252,245,38)
0 Favorites   0 Comments

Color spaces of #fcf526

RGB 25224538
HSL0.160.970.57
HSV58°85°99°
CMYK 0.000.030.85   0.01
XYZ73.147186.140214.6052
Yxy86.14020.42060.4954
Hunter Lab92.8117-21.740555.6381
CIE-Lab94.3723-17.541387.9176

#fcf526 color RGB value is (252,245,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110101 00100110
Octal 374 365 46
Decimal 252 245 38
Hex FC F5 26

RGB Percentages of Color #fcf526

%47.10
%45.79
%7.10

CMYK Percentages of Color #fcf526

%0
%3
%85
%1

Triadic Colors of #fcf526

#fcf526 #26fcf5 #f526fc

Analogous Colors of #fcf526

#fcf526 #98fc26 #fc8a26

Monochromatic Colors of #fcf526

#fcf526

Complementary Color

#fcf526 #262dfc

#fcf526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf526 Color CSS Codes

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

#fcf526 Text Font Color

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

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


#fcf526 Background Color

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

This div background color is #fcf526


#fcf526 Border Color

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

This div border color is #fcf526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf526


Comments

No comments written yet.

Please login to write comment.