Color Hex Logo

#fcd73b Color Hex

#FCD73B
(252,215,59)
0 Favorites   0 Comments

Color spaces of #fcd73b

RGB 25221559
HSL0.130.970.61
HSV48°77°99°
CMYK 0.000.150.77   0.01
XYZ65.234769.612114.1359
Yxy69.61210.43790.4672
Hunter Lab83.4339-6.444948.3584
CIE-Lab86.8063-2.084975.9813

#fcd73b color RGB value is (252,215,59).

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

The process color (four color CMYK) of #fcd73b color hex is 0.00, 0.15, 0.77, 0.01. Web safe color of #fcd73b is #ffcc33. Color #fcd73b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 00111011
Octal 374 327 73
Decimal 252 215 59
Hex FC D7 3B

RGB Percentages of Color #fcd73b

%47.91
%40.87
%11.22

CMYK Percentages of Color #fcd73b

%0
%15
%77
%1

Triadic Colors of #fcd73b

#fcd73b #3bfcd7 #d73bfc

Analogous Colors of #fcd73b

#fcd73b #c1fc3b #fc773b

Monochromatic Colors of #fcd73b

#fcd73b

Complementary Color

#fcd73b #3b60fc

#fcd73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd73b Color CSS Codes

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

#fcd73b Text Font Color

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

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


#fcd73b Background Color

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

This div background color is #fcd73b


#fcd73b Border Color

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

This div border color is #fcd73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd73b

Related Colors


Comments

No comments written yet.

Please login to write comment.