Color Hex Logo

#fcd50a Color Hex

#FCD50A
(252,213,10)
0 Favorites   0 Comments

Color spaces of #fcd50a

RGB 25221310
HSL0.140.980.51
HSV50°96°99°
CMYK 0.000.150.96   0.01
XYZ63.993968.305910.0987
Yxy68.30590.44940.4797
Hunter Lab82.6474-6.420350.6085
CIE-Lab86.1592-2.110085.6053

#fcd50a color RGB value is (252,213,10).

#fcd50a hex color red value is 252, green value is 213 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fcd50a hue: 0.14 , saturation: 0.98 and the lightness value of fcd50a is 0.51.

The process color (four color CMYK) of #fcd50a color hex is 0.00, 0.15, 0.96, 0.01. Web safe color of #fcd50a is #ffcc00. Color #fcd50a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010101 00001010
Octal 374 325 12
Decimal 252 213 10
Hex FC D5 A

RGB Percentages of Color #fcd50a

%53.05
%44.84
%2.11

CMYK Percentages of Color #fcd50a

%0
%15
%96
%1

Triadic Colors of #fcd50a

#fcd50a #0afcd5 #d50afc

Analogous Colors of #fcd50a

#fcd50a #aafc0a #fc5c0a

Monochromatic Colors of #fcd50a

#fcd50a

Complementary Color

#fcd50a #0a31fc

#fcd50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd50a Color CSS Codes

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

#fcd50a Text Font Color

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

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


#fcd50a Background Color

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

This div background color is #fcd50a


#fcd50a Border Color

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

This div border color is #fcd50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd50a


Comments

No comments written yet.

Please login to write comment.