Color Hex Logo

#fdf749 Color Hex

#FDF749
(253,247,73)
0 Favorites   0 Comments

Color spaces of #fdf749

RGB 25324773
HSL0.160.980.64
HSV58°71°99°
CMYK 0.000.020.71   0.01
XYZ74.971487.885219.3155
Yxy87.88520.41150.4824
Hunter Lab93.7471-21.307553.4070
CIE-Lab95.1126-16.954479.1961

#fdf749 color RGB value is (253,247,73).

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

The process color (four color CMYK) of #fdf749 color hex is 0.00, 0.02, 0.71, 0.01. Web safe color of #fdf749 is #ffff33. Color #fdf749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110111 01001001
Octal 375 367 111
Decimal 253 247 73
Hex FD F7 49

RGB Percentages of Color #fdf749

%44.15
%43.11
%12.74

CMYK Percentages of Color #fdf749

%0
%2
%71
%1

Triadic Colors of #fdf749

#fdf749 #49fdf7 #f749fd

Analogous Colors of #fdf749

#fdf749 #a9fd49 #fd9d49

Monochromatic Colors of #fdf749

#fdf749

Complementary Color

#fdf749 #494ffd

#fdf749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf749 Color CSS Codes

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

#fdf749 Text Font Color

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

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


#fdf749 Background Color

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

This div background color is #fdf749


#fdf749 Border Color

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

This div border color is #fdf749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf749

Related Colors


Comments

No comments written yet.

Please login to write comment.