Color Hex Logo

#fcf51b Color Hex

#FCF51B
(252,245,27)
0 Favorites   0 Comments

Color spaces of #fcf51b

RGB 25224527
HSL0.160.970.55
HSV58°89°99°
CMYK 0.000.030.89   0.01
XYZ72.995186.079413.8046
Yxy86.07940.42220.4979
Hunter Lab92.7790-21.926056.1235
CIE-Lab94.3463-17.746989.7788

#fcf51b color RGB value is (252,245,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110101 00011011
Octal 374 365 33
Decimal 252 245 27
Hex FC F5 1B

RGB Percentages of Color #fcf51b

%48.09
%46.76
%5.15

CMYK Percentages of Color #fcf51b

%0
%3
%89
%1

Triadic Colors of #fcf51b

#fcf51b #1bfcf5 #f51bfc

Analogous Colors of #fcf51b

#fcf51b #93fc1b #fc851b

Monochromatic Colors of #fcf51b

#fcf51b

Complementary Color

#fcf51b #1b22fc

#fcf51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf51b Color CSS Codes

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

#fcf51b Text Font Color

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

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


#fcf51b Background Color

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

This div background color is #fcf51b


#fcf51b Border Color

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

This div border color is #fcf51b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf51b

Related Colors


Comments

No comments written yet.

Please login to write comment.