Skip to main content Skip to docs navigation

#fcdc38 hex color | Download Dark Green 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 Fluffy Duckling and its hex is #FCDF39 Nearest Color Name

Color Hue/Base color: Green

Hex #fcdc38 Color code in RGB color code model is created after adding 98.82% red color, 86.27% green color and 21.96% blue color. Hex #fcdc38 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 78% yellow and 1.18% black.

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

RGB Chart

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

Color Table

Hex Color Code fcdc38 #fcdc38
RGB Decimal 252, 220, 56 252, 220, 56
RGB Percent 99%, 86%, 22% rgb(99%, 86%, 22%)
CSS RGBa 252, 220, 56,1 rgba(252,220,56,1)
CMYK Model cmyk(0%,13%,78%,1.18%)
HSL Color Space 50,97% ,60% hsl(50,97% ,60%)
HSV Color Space 50°, 78%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 11011100 00111000
Octal 374 334 70
Decimal 252 220 56
Hex fc dc 38

Different shades of #fcdc38 color code.

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

Darkest of #fcdc38
#998002
Darker of #fcdc38
#cbaa03
Dark of #fcdc38
#fbd306
Base of #fcdc38
#fcdc38
Light of #fcdc38
#fde56a
Lighter
#feee9c
Lightest
#fef7cf

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

#fcdc38
#3858fc

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

Split Complementary

#fcdc38
#38bafc
#7a38fc

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

Analogous Color

#fc6a38
#fc8a38
#fcdc38
#dbfc38
#89fc38

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

#fcdc38
#dc38fc
#38fcdc

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

#fcdc38
#38fcdc
#3858fc
#fc3858

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

#fcdc38
#38fc7a
#3858fc
#fc38ba

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

#665602
#998002
#cbaa03
#fbd306
#fcdc38
#fde56a
#feee9c
#fef7cf
#ffffff

Tints of #fcdc38 Color

#fcdc38
#fcdf4e
#fce364
#fde77a
#fdeb90
#fdefa6
#fef3bc
#fef7d2
#fefbe8
#ffffff

Shades of #fcdc38 color code

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

#fcdc38
#e0c331
#c4ab2b
#a89225
#8c7a1f
#706118
#544912
#38300c
#1c1806
#000000

Tones

#fcdc38
#e8ce4c
#d4c160
#bfb375
#aba689

Tones

Similar Color like #fcdc38 color

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

#fddd39
#fede3a
#ffdf3b
#ffe03c
#ffe13d
#ffe23e
#ffe33f
#ffe440
#ffe541
#ffe642
#ffe743
#ffe844
#ffe945
#ffea46
#fbdb37
#fada36
#f9d935
#f8d834
#f7d733
#f6d632
#f5d531
#f4d430
#f3d32f
#f2d22e
#f1d12d
#f0d02c
#efcf2b
#eece2a

Download this Dark Green

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

#fcdc38 Color Code Preview on Black Background Color

This is how #fcdc38 Color will look on black background color. Color contrast ratio is 15.43

#fcdc38 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcdc38

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcdc38

#fcdc38 color code is use for CSS Background Color

Background color for the above div is #fcdc38

HTML with inline CSS

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

#fcdc38 color code is use for CSS Border Color

CSS Border color for the above div is #fcdc38

HTML with inline CSS

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

CSS Border Left color for the above div is #fcdc38

HTML with inline CSS

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

CSS Border Right color for the above div is #fcdc38

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcdc38

HTML with inline CSS

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

CSS Border Top color for the above div is #fcdc38

HTML with inline CSS

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

#fcdc38 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcdc38 Color code Preview on White Background

This is how #fcdc38 Color code will look on white background color. Color contrast ratio is 1.36

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

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