Color Hex Logo

#fdc04f Color Hex

#FDC04F
(253,192,79)
0 Favorites   0 Comments

Color spaces of #fdc04f

RGB 25319279
HSL0.110.980.65
HSV39°69°99°
CMYK 0.000.240.69   0.01
XYZ60.768959.146415.6107
Yxy59.14640.44840.4364
Hunter Lab76.90676.457541.7999
CIE-Lab81.372011.035563.2059

#fdc04f color RGB value is (253,192,79).

#fdc04f hex color red value is 253, green value is 192 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fdc04f hue: 0.11 , saturation: 0.98 and the lightness value of fdc04f is 0.65.

The process color (four color CMYK) of #fdc04f color hex is 0.00, 0.24, 0.69, 0.01. Web safe color of #fdc04f is #ffcc66. Color #fdc04f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 01001111
Octal 375 300 117
Decimal 253 192 79
Hex FD C0 4F

RGB Percentages of Color #fdc04f

%48.28
%36.64
%15.08

CMYK Percentages of Color #fdc04f

%0
%24
%69
%1

Triadic Colors of #fdc04f

#fdc04f #4ffdc0 #c04ffd

Analogous Colors of #fdc04f

#fdc04f #e3fd4f #fd694f

Monochromatic Colors of #fdc04f

#fdc04f

Complementary Color

#fdc04f #4f8cfd

#fdc04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc04f Color CSS Codes

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

#fdc04f Text Font Color

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

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


#fdc04f Background Color

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

This div background color is #fdc04f


#fdc04f Border Color

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

This div border color is #fdc04f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,192,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdc04f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdc04f;
  -webkit-box-shadow: 1px 1px 3px 2px #fdc04f;
  box-shadow:         1px 1px 3px 2px #fdc04f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,192,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc04f


Comments

No comments written yet.

Please login to write comment.