Skip to main content Skip to docs navigation

#fdbd06 hex color | Download Dark Yellow BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Marigold and its hex is #FCC006 Nearest Color Name

Color Hue/Base color: Yellow

Hex #fdbd06 Color code in RGB color code model is created after adding 99.22% red color, 74.12% green color and 2.35% blue color. Hex #fdbd06 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 98% yellow and 0.78% black.

Hex #fdbd06 color code is between #ffbb00 web safe hex color code and #eecc00 web safe hex color code. #ffbb00 is the nearest web safe color code. You can see here many more shades of #fdbd06 color code.

RGB Chart

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

Color Table

Hex Color Code fdbd06 #fdbd06
RGB Decimal 253, 189, 6 253, 189, 6
RGB Percent 99%, 74%, 2% rgb(99%, 74%, 2%)
CSS RGBa 253, 189, 6,1 rgba(253,189,6,1)
CMYK Model cmyk(0%,25%,98%,0.78%)
HSL Color Space 44,98% ,51% hsl(44,98% ,51%)
HSV Color Space 44°, 98%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 10111101 00000110
Octal 375 275 6
Decimal 253 189 6
Hex fd bd 06

Different shades of #fdbd06 color code.

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

Darkest of #fdbd06
#694e01
Darker of #fdbd06
#9c7401
Dark of #fdbd06
#ce9902
Base of #fdbd06
#fdbd06
Light of #fdbd06
#fdca39
Lighter
#fed86b
Lightest
#fee59e

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

#fdbd06
#0646fd

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

Split Complementary

#fdbd06
#06c2fd
#4106fd

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

Analogous Color

#fd2d06
#fd5606
#fdbd06
#ebfd06
#84fd06

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

#fdbd06
#bd06fd
#06fdbd

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

#fdbd06
#06fdbd
#0646fd
#fd0646

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

Square Color

#fdbd06
#06fd41
#0646fd
#fd06c2

Square 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).

Monochromatic Color with #fdbd06

#372900
#694e01
#9c7401
#ce9902
#fdbd06
#fdca39
#fed86b
#fee59e
#fff3d0

Tints of #fdbd06 Color

#fdbd06
#fdc421
#fdcb3d
#fdd359
#fdda74
#fee190
#fee9ac
#fef0c7
#fef7e3
#ffffff

Shades of #fdbd06 color code

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

#fdbd06
#e0a805
#c49304
#a87e04
#8c6903
#705402
#543f02
#382a01
#1c1500
#000000

Tones

#fdbd06
#e4b11f
#cba538
#b29951
#998d6a

Tones

Similar Color like #fdbd06 color

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

#febe07
#ffbf08
#ffc009
#ffc10a
#ffc20b
#ffc30c
#ffc40d
#ffc50e
#ffc60f
#ffc710
#ffc811
#ffc912
#ffca13
#ffcb14
#fcbc05
#fbbb04
#faba03
#f9b902
#f8b801
#f7b700
#f6b600
#f5b500
#f4b400
#f3b300
#f2b200
#f1b100
#f0b000
#efaf00

Download this Dark Yellow

Hex #fdbd06 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.

#fdbd06 Color Code Preview on Black Background Color

This is how #fdbd06 Color will look on black background color. Color contrast ratio is 12.46

#fdbd06 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdbd06

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdbd06

#fdbd06 color code is use for CSS Background Color

Background color for the above div is #fdbd06

HTML with inline CSS

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

#fdbd06 color code is use for CSS Border Color

CSS Border color for the above div is #fdbd06

HTML with inline CSS

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

CSS Border Left color for the above div is #fdbd06

HTML with inline CSS

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

CSS Border Right color for the above div is #fdbd06

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdbd06

HTML with inline CSS

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

CSS Border Top color for the above div is #fdbd06

HTML with inline CSS

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

#fdbd06 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdbd06 Color code Preview on White Background

This is how #fdbd06 Color code will look on white background color. Color contrast ratio is 1.69

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 #fdbd06; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fdbd06; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

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