Color Hex Logo

#fdf620 Color Hex

#FDF620
(253,246,32)
0 Favorites   0 Comments

Color spaces of #fdf620

RGB 25324632
HSL0.160.980.56
HSV58°87°99°
CMYK 0.000.030.87   0.01
XYZ73.724586.898514.2539
Yxy86.89850.42160.4969
Hunter Lab93.2194-21.963456.1877
CIE-Lab94.6952-17.730789.3019

#fdf620 color RGB value is (253,246,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110110 00100000
Octal 375 366 40
Decimal 253 246 32
Hex FD F6 20

RGB Percentages of Color #fdf620

%47.65
%46.33
%6.03

CMYK Percentages of Color #fdf620

%0
%3
%87
%1

Triadic Colors of #fdf620

#fdf620 #20fdf6 #f620fd

Analogous Colors of #fdf620

#fdf620 #96fd20 #fd8820

Monochromatic Colors of #fdf620

#fdf620

Complementary Color

#fdf620 #2027fd

#fdf620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf620 Color CSS Codes

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

#fdf620 Text Font Color

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

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


#fdf620 Background Color

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

This div background color is #fdf620


#fdf620 Border Color

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

This div border color is #fdf620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf620

Related Colors


Comments

No comments written yet.

Please login to write comment.