Color Hex Logo

#fdf545 Color Hex

#FDF545
(253,245,69)
0 Favorites   0 Comments

Color spaces of #fdf545

RGB 25324569
HSL0.160.980.63
HSV57°73°99°
CMYK 0.000.030.73   0.01
XYZ74.234686.617118.4364
Yxy86.61710.41410.4831
Hunter Lab93.0683-20.491653.4027
CIE-Lab94.5756-16.158180.0016

#fdf545 color RGB value is (253,245,69).

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

The process color (four color CMYK) of #fdf545 color hex is 0.00, 0.03, 0.73, 0.01. Web safe color of #fdf545 is #ffff33. Color #fdf545 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 01000101
Octal 375 365 105
Decimal 253 245 69
Hex FD F5 45

RGB Percentages of Color #fdf545

%44.62
%43.21
%12.17

CMYK Percentages of Color #fdf545

%0
%3
%73
%1

Triadic Colors of #fdf545

#fdf545 #45fdf5 #f545fd

Analogous Colors of #fdf545

#fdf545 #a9fd45 #fd9945

Monochromatic Colors of #fdf545

#fdf545

Complementary Color

#fdf545 #454dfd

#fdf545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf545 Color CSS Codes

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

#fdf545 Text Font Color

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

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


#fdf545 Background Color

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

This div background color is #fdf545


#fdf545 Border Color

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

This div border color is #fdf545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf545

Related Colors


Comments

No comments written yet.

Please login to write comment.