Color Hex Logo

#fdf849 Color Hex

#FDF849
(253,248,73)
0 Favorites   0 Comments

Color spaces of #fdf849

RGB 25324873
HSL0.160.980.64
HSV58°71°99°
CMYK 0.000.020.71   0.01
XYZ75.278088.498519.4177
Yxy88.49850.41090.4831
Hunter Lab94.0736-21.792753.6135
CIE-Lab95.3704-17.436979.4429

#fdf849 color RGB value is (253,248,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111000 01001001
Octal 375 370 111
Decimal 253 248 73
Hex FD F8 49

RGB Percentages of Color #fdf849

%44.08
%43.21
%12.72

CMYK Percentages of Color #fdf849

%0
%2
%71
%1

Triadic Colors of #fdf849

#fdf849 #49fdf8 #f849fd

Analogous Colors of #fdf849

#fdf849 #a8fd49 #fd9e49

Monochromatic Colors of #fdf849

#fdf849

Complementary Color

#fdf849 #494efd

#fdf849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf849 Color CSS Codes

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

#fdf849 Text Font Color

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

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


#fdf849 Background Color

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

This div background color is #fdf849


#fdf849 Border Color

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

This div border color is #fdf849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf849

Related Colors


Comments

No comments written yet.

Please login to write comment.