Color Hex Logo

#fdc249 Color Hex

#FDC249
(253,194,73)
0 Favorites   0 Comments

Color spaces of #fdc249

RGB 25319473
HSL0.110.980.64
HSV40°71°99°
CMYK 0.000.230.71   0.01
XYZ61.002459.947314.6591
Yxy59.94730.44980.4421
Hunter Lab77.42565.142442.9725
CIE-Lab81.80959.700666.1320

#fdc249 color RGB value is (253,194,73).

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

The process color (four color CMYK) of #fdc249 color hex is 0.00, 0.23, 0.71, 0.01. Web safe color of #fdc249 is #ffcc33. Color #fdc249 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000010 01001001
Octal 375 302 111
Decimal 253 194 73
Hex FD C2 49

RGB Percentages of Color #fdc249

%48.65
%37.31
%14.04

CMYK Percentages of Color #fdc249

%0
%23
%71
%1

Triadic Colors of #fdc249

#fdc249 #49fdc2 #c249fd

Analogous Colors of #fdc249

#fdc249 #defd49 #fd6849

Monochromatic Colors of #fdc249

#fdc249

Complementary Color

#fdc249 #4984fd

#fdc249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc249 Color CSS Codes

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

#fdc249 Text Font Color

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

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


#fdc249 Background Color

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

This div background color is #fdc249


#fdc249 Border Color

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

This div border color is #fdc249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc249


Comments

No comments written yet.

Please login to write comment.