Color Hex Logo

#fcd409 Color Hex

#FCD409
(252,212,9)
0 Favorites   0 Comments

Color spaces of #fcd409

RGB 2522129
HSL0.140.980.51
HSV50°96°99°
CMYK 0.000.160.96   0.01
XYZ63.737767.80219.9862
Yxy67.80210.45040.4791
Hunter Lab82.3420-5.928850.4489
CIE-Lab85.9074-1.610385.5086

#fcd409 color RGB value is (252,212,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 00001001
Octal 374 324 11
Decimal 252 212 9
Hex FC D4 9

RGB Percentages of Color #fcd409

%53.28
%44.82
%1.90

CMYK Percentages of Color #fcd409

%0
%16
%96
%1

Triadic Colors of #fcd409

#fcd409 #09fcd4 #d409fc

Analogous Colors of #fcd409

#fcd409 #abfc09 #fc5b09

Monochromatic Colors of #fcd409

#fcd409

Complementary Color

#fcd409 #0931fc

#fcd409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd409 Color CSS Codes

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

#fcd409 Text Font Color

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

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


#fcd409 Background Color

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

This div background color is #fcd409


#fcd409 Border Color

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

This div border color is #fcd409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd409

Related Colors


Comments

No comments written yet.

Please login to write comment.