Color Hex Logo

#fdc24f Color Hex

#FDC24F
(253,194,79)
0 Favorites   0 Comments

Color spaces of #fdc24f

RGB 25319479
HSL0.110.980.65
HSV40°69°99°
CMYK 0.000.230.69   0.01
XYZ61.211160.030715.7581
Yxy60.03070.44680.4382
Hunter Lab77.47955.431242.1770
CIE-Lab81.85499.996563.7100

#fdc24f color RGB value is (253,194,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 01001111
Octal 375 302 117
Decimal 253 194 79
Hex FD C2 4F

RGB Percentages of Color #fdc24f

%48.10
%36.88
%15.02

CMYK Percentages of Color #fdc24f

%0
%23
%69
%1

Triadic Colors of #fdc24f

#fdc24f #4ffdc2 #c24ffd

Analogous Colors of #fdc24f

#fdc24f #e1fd4f #fd6b4f

Monochromatic Colors of #fdc24f

#fdc24f

Complementary Color

#fdc24f #4f8afd

#fdc24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc24f Color CSS Codes

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

#fdc24f Text Font Color

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

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


#fdc24f Background Color

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

This div background color is #fdc24f


#fdc24f Border Color

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

This div border color is #fdc24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc24f

Related Colors


Comments

No comments written yet.

Please login to write comment.