Skip to main content Skip to docs navigation

#fdbc38 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 Fall Gold and its hex is #FFBC35 Nearest Color Name

Color Hue/Base color: Yellow

Hex #fdbc38 Color code in RGB color code model is created after adding 99.22% red color, 73.73% green color and 21.96% blue color. Hex #fdbc38 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 78% yellow and 0.78% black.

Hex #fdbc38 color code is between #ffbb33 web safe hex color code and #eecc44 web safe hex color code. #ffbb33 is the nearest web safe color code. You can see here many more shades of #fdbc38 color code.

RGB Chart

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

Color Table

Hex Color Code fdbc38 #fdbc38
RGB Decimal 253, 188, 56 253, 188, 56
RGB Percent 99%, 74%, 22% rgb(99%, 74%, 22%)
CSS RGBa 253, 188, 56,1 rgba(253,188,56,1)
CMYK Model cmyk(0%,26%,78%,0.78%)
HSL Color Space 40,98% ,61% hsl(40,98% ,61%)
HSV Color Space 40°, 78%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 10111100 00111000
Octal 375 274 70
Decimal 253 188 56
Hex fd bc 38

Different shades of #fdbc38 color code.

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

Darkest of #fdbc38
#9a6802
Darker of #fdbc38
#cd8a02
Dark of #fdbc38
#fcab06
Base of #fdbc38
#fdbc38
Light of #fdbc38
#fecd6b
Lighter
#fede9d
Lightest
#ffefcf

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

#fdbc38
#3879fd

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

Split Complementary

#fdbc38
#38dcfd
#5938fd

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

Analogous Color

#fd4938
#fd6a38
#fdbc38
#fcfd38
#aafd38

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

#fdbc38
#bc38fd
#38fdbc

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

#fdbc38
#38fdbc
#3879fd
#fd3879

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

#fdbc38
#38fd59
#3879fd
#fd38dc

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 #fdbc38

#684601
#9a6802
#cd8a02
#fcab06
#fdbc38
#fecd6b
#fede9d
#ffefcf
#ffffff

Tints of #fdbc38 Color

#fdbc38
#fdc34e
#fdca64
#fdd27a
#fdd990
#fee1a6
#fee8bc
#fef0d2
#fef7e8
#ffffff

Shades of #fdbc38 color code

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

#fdbc38
#e0a731
#c4922b
#a87d25
#8c681f
#705318
#543e12
#38290c
#1c1406
#000000

Tones

#fdbc38
#e9b54c
#d5ae60
#c1a774
#ada188

Tones

Similar Color like #fdbc38 color

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

#febd39
#ffbe3a
#ffbf3b
#ffc03c
#ffc13d
#ffc23e
#ffc33f
#ffc440
#ffc541
#ffc642
#ffc743
#ffc844
#ffc945
#ffca46
#fcbb37
#fbba36
#fab935
#f9b834
#f8b733
#f7b632
#f6b531
#f5b430
#f4b32f
#f3b22e
#f2b12d
#f1b02c
#f0af2b
#efae2a

Download this Dark Yellow

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

#fdbc38 Color Code Preview on Black Background Color

This is how #fdbc38 Color will look on black background color. Color contrast ratio is 12.43

#fdbc38 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdbc38

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdbc38

#fdbc38 color code is use for CSS Background Color

Background color for the above div is #fdbc38

HTML with inline CSS

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

#fdbc38 color code is use for CSS Border Color

CSS Border color for the above div is #fdbc38

HTML with inline CSS

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

CSS Border Left color for the above div is #fdbc38

HTML with inline CSS

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

CSS Border Right color for the above div is #fdbc38

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdbc38

HTML with inline CSS

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

CSS Border Top color for the above div is #fdbc38

HTML with inline CSS

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

#fdbc38 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdbc38 Color code Preview on White Background

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

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,188,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(56,121,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,188,56,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }