Color Hex Logo

#fcdc0a Color Hex

#FCDC0A
(252,220,10)
0 Favorites   0 Comments

Color spaces of #fcdc0a

RGB 25222010
HSL0.140.980.51
HSV52°96°99°
CMYK 0.000.130.96   0.01
XYZ65.792971.903810.6983
Yxy71.90380.44340.4845
Hunter Lab84.7961-9.895951.8770
CIE-Lab87.9223-5.640986.8877

#fcdc0a color RGB value is (252,220,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 00001010
Octal 374 334 12
Decimal 252 220 10
Hex FC DC A

RGB Percentages of Color #fcdc0a

%52.28
%45.64
%2.07

CMYK Percentages of Color #fcdc0a

%0
%13
%96
%1

Triadic Colors of #fcdc0a

#fcdc0a #0afcdc #dc0afc

Analogous Colors of #fcdc0a

#fcdc0a #a3fc0a #fc630a

Monochromatic Colors of #fcdc0a

#fcdc0a

Complementary Color

#fcdc0a #0a2afc

#fcdc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc0a Color CSS Codes

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

#fcdc0a Text Font Color

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

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


#fcdc0a Background Color

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

This div background color is #fcdc0a


#fcdc0a Border Color

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

This div border color is #fcdc0a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,220,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 #fcdc0a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc0a

Related Colors


Comments

No comments written yet.

Please login to write comment.