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

#fdac2d hex color - Yellow - Warm color - Information

#fdac2d hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #fdac2d Color code in RGB color code model is created after adding 99.22% red color, 67.45% green color and 17.65% blue color. Hex #fdac2d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 32% magenta, 82% yellow and 0.78% black.

Hex #fdac2d color code is between #ffaa33 web safe hex color code and #eebb22 web safe hex color code. #ffaa33 is the nearest web safe color code. You can see here many more shades of #fdac2d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefdac2d#fdac2d
RGB Decimal253, 172, 45rgb(253, 172, 45)
RGB Percent99%, 67%, 18%rgb(99%, 67%, 18%)
CSS RGBa253, 172, 45,1rgba(253,172,45,1)
CMYK Modelcmyk(0%,32%,82%,0.78%)
HSL Color Space37,98% ,58%hsl(37,98% ,58%)
HSV Color Space37°, 82%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111011010110000101101
Octal37525455
Decimal25317245
Hexfdac2d

Different shades of #fdac2d color code.

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

Light Shade of #fdac2d
#fdc060
Dark Shade of #fdac2d
#f59602
Saturated Shade of #fdac2d
#ffac2b
Desaturated Shade of #fdac2d
#f2aa38
Grey scale Shade of #fdac2d
#959595
Brighten Shade
#ffc546
Most Readable Shade
#000000

Shades of #fdac2d color code

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

#fdac2d
#e09828
#c48523
#a8721e
#8c5f19
#704c14
#54390f
#38260a
#1c1305
#000000

Similar Color like #fdac2d color

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

#fead2e
#ffae2f
#ffaf30
#ffb031
#ffb132
#ffb233
#ffb334
#ffb435
#ffb536
#ffb637
#ffb738
#ffb839
#ffb93a
#ffba3b
#fcab2c
#fbaa2b
#faa92a
#f9a829
#f8a728
#f7a627
#f6a526
#f5a425
#f4a324
#f3a223
#f2a122
#f1a021
#f09f20
#ef9e1f

Monochromatic Color with #fdac2d

#fdac2d
#281c07
#53380f
#7d5516
#a8721e
#d28f25

Tints of #fdac2d Color

#fdac2d
#fdb544
#fdbe5b
#fdc773
#fdd08a
#fedaa1
#fee3b9
#feecd0
#fef5e7
#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

#fdac2d
#2d7efd

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

Split Complementary

#fdac2d
#2de6fd
#442dfd

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

Analogous Color

#fd592d
#fd822d
#fdac2d
#fdd62d
#fbfd2d

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

#fdac2d
#2dfdac
#ac2dfd

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

#fdac2d
#2dfd44
#2d7efd
#fd2de6

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

#fdac2d
#2d7efd
#442dfd
#e6fd2d

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 #fdac2d 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.

#fdac2d Color Code Preview on Black Background Color

This is how #fdac2d Color will look on black background color. Color contrast ratio is 11.12

#fdac2d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdac2d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdac2d

#fdac2d color code is use for CSS Background Color

Background color for the above div is #fdac2d

HTML with inline CSS

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

#fdac2d color code is use for CSS Border Color

CSS Border color for the above div is #fdac2d

HTML with inline CSS

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

CSS Border Left color for the above div is #fdac2d

HTML with inline CSS

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

CSS Border Right color for the above div is #fdac2d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdac2d

HTML with inline CSS

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

CSS Border Top color for the above div is #fdac2d

HTML with inline CSS

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

#fdac2d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdac2d Color code Preview on White Background

This is how #fdac2d Color code will look on white background color. Color contrast ratio is 1.89

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.