@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#fdc60e hex color - Yellow - Warm color - Information

#fdc60e hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fdc60e Color code in RGB color code model is created after adding 99.22% red color, 77.65% green color and 5.49% blue color. Hex #fdc60e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 94% yellow and 0.78% black.

Hex #fdc60e color code is between #ffcc11 web safe hex color code and #eebb00 web safe hex color code. #ffcc11 is the nearest web safe color code. You can see here many more shades of #fdc60e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codefdc60e#fdc60e
RGB Decimal253, 198, 14rgb(253, 198, 14)
RGB Percent99%, 78%, 5%rgb(99%, 78%, 5%)
CSS RGBa253, 198, 14,1rgba(253,198,14,1)
CMYK Modelcmyk(0%,22%,94%,0.78%)
HSL Color Space46,98% ,52%hsl(46,98% ,52%)
HSV Color Space46°, 94%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011100011000001110
Octal37530616
Decimal25319814
Hexfdc60e

Different shades of #fdc60e color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #fdc60e
#fdd241
Dark Shade of #fdc60e
#d6a502
Saturated Shade of #fdc60e
#ffc70c
Desaturated Shade of #fdc60e
#f1bf1a
Grey scale Shade of #fdc60e
#858585
Brighten Shade
#ffdf27
Most Readable Shade
#000000

Shades of #fdc60e color code

Generate more color scales with scales (color stack) generator.

#fdc60e
#e0b00c
#c49a0a
#a88409
#8c6e07
#705806
#544204
#382c03
#1c1601
#000000

Similar Color like #fdc60e color

Find visually similar hex color codes nearing to #fdc60e hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#fec70f
#ffc810
#ffc911
#ffca12
#ffcb13
#ffcc14
#ffcd15
#ffce16
#ffcf17
#ffd018
#ffd119
#ffd21a
#ffd31b
#ffd41c
#fcc50d
#fbc40c
#fac30b
#f9c20a
#f8c109
#f7c008
#f6bf07
#f5be06
#f4bd05
#f3bc04
#f2bb03
#f1ba02
#f0b901
#efb800

Monochromatic Color with #fdc60e

#fdc60e
#282002
#534105
#7d6207
#a88309
#d2a50c

Tints of #fdc60e Color

#fdc60e
#fdcc28
#fdd243
#fdd95e
#fddf79
#fee593
#feecae
#fef2c9
#fef8e4
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#fdc60e
#0e45fd

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#fdc60e
#0ebdfd
#4f0efd

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#fd660e
#fd960e
#fdc60e
#fdf60e
#d4fd0e

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#fdc60e
#0efdc6
#c60efd

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#fdc60e
#0efd4e
#0e45fd
#fd0ebc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#fdc60e
#0e45fd
#4e0efd
#bdfd0e

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #fdc60e Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#fdc60e Color Code Preview on Black Background Color

This is how #fdc60e Color will look on black background color. Color contrast ratio is 13.26

#fdc60e in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#fdc60e">Your Example Paragraph content text in with font color #fdc60e </p>

Your Example Paragraph content text in with font color #fdc60e

HTML with inline CSS

<div style="color:#fdc60e">Your Paragraph text in with font color #fdc60e </div>

Your Example Paragraph content text in with font color #fdc60e

#fdc60e color code is use for CSS Background Color

Background color for the above div is #fdc60e

HTML with inline CSS

<div style="background-color:#fdc60e;"></div>

#fdc60e color code is use for CSS Border Color

CSS Border color for the above div is #fdc60e

HTML with inline CSS

<div style="border:5px solid #fdc60e;"></div>

CSS Border Left color for the above div is #fdc60e

HTML with inline CSS

<div style="border-left:5px solid #fdc60e;"></div>

CSS Border Right color for the above div is #fdc60e

HTML with inline CSS

<div style="border-right:5px solid #fdc60e;"></div>

CSS Border Bottom color for the above div is #fdc60e

HTML with inline CSS

<div style="border-bottom:5px solid #fdc60e;"></div>

CSS Border Top color for the above div is #fdc60e

HTML with inline CSS

<div style="border-top:5px solid #fdc60e;"></div>

#fdc60e hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#fdc60e; } .examplecolorclass {color:#fdc60e; } .examplebordercolor {border:3px solid #fdc60e; }

#fdc60e Color code Preview on White Background

This is how #fdc60e Color code will look on white background color. Color contrast ratio is 1.58

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #fdc60e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fdc60e; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,198,14,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(14,69,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,198,14,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.