color codes Logo

#fde60f color codes

#FDE60F
(253,230,15)
0 Favorites   0 Comments

Color spaces of #fde60f

RGB 25323015
HSL0.150.980.53
HSV54°94°99°
CMYK 0.000.090.94   0.01
XYZ68.891177.510811.7821
Yxy77.51080.43550.4900
Hunter Lab88.0402-14.394953.6936
CIE-Lab90.5562-10.157688.4122

#fde60f color RGB value is (253,230,15).

#fde60f hex color red value is 253, green value is 230 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fde60f hue: 0.15 , saturation: 0.98 and the lightness value of fde60f is 0.53.

The process color (four color CMYK) of #fde60f color code is 0.00, 0.09, 0.94, 0.01. Web safe color of #fde60f is #ffff00. Color #fde60f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100110 00001111
Octal 375 346 17
Decimal 253 230 15
Hex FD E6 F

RGB Percentages of Color #fde60f

%50.80
%46.18
%3.01

CMYK Percentages of Color #fde60f

%0
%9
%94
%1

Triadic Colors of #fde60f

#fde60f #0ffde6 #e60ffd

Analogous Colors of #fde60f

#fde60f #9dfd0f #fd6f0f

Monochromatic Colors of #fde60f

#fde60f

Complementary Color

#fde60f #0f26fd

#fde60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde60f Color CSS Codes

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

#fde60f Text Font Color

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

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


#fde60f Background Color

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

This div background color is #fde60f


#fde60f Border Color

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

This div border color is #fde60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde60f


Comments

No comments written yet.

Please login to write comment.