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

#fad16c hex color - Yellow - Warm color - Information

#fad16c hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fad16c Color code in RGB color code model is created after adding 98.04% red color, 81.96% green color and 42.35% blue color. Hex #fad16c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 57% yellow and 1.96% black.

Hex #fad16c color code is between #ffcc66 web safe hex color code and #eedd77 web safe hex color code. #ffcc66 is the nearest web safe color code. You can see here many more shades of #fad16c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefad16c#fad16c
RGB Decimal250, 209, 108rgb(250, 209, 108)
RGB Percent98%, 82%, 42%rgb(98%, 82%, 42%)
CSS RGBa250, 209, 108,1rgba(250,209,108,1)
CMYK Modelcmyk(0%,16%,57%,1.96%)
HSL Color Space43,93% ,70%hsl(43,93% ,70%)
HSV Color Space43°, 57%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101101000101101100
Octal372321154
Decimal250209108
Hexfad16c

Different shades of #fad16c color code.

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

Light Shade of #fad16c
#fce09d
Dark Shade of #fad16c
#f8c23b
Saturated Shade of #fad16c
#ffd367
Desaturated Shade of #fad16c
#f2ce74
Grey scale Shade of #fad16c
#b3b3b3
Brighten Shade
#ffea85
Most Readable Shade
#000000

Shades of #fad16c color code

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

#fad16c
#deb960
#c2a254
#a68b48
#8a743c
#6f5c30
#534524
#372e18
#1b170c
#000000

Similar Color like #fad16c color

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

#fbd26d
#fcd36e
#fdd46f
#fed570
#ffd671
#ffd772
#ffd873
#ffd974
#ffda75
#ffdb76
#ffdc77
#ffdd78
#ffde79
#ffdf7a
#f9d06b
#f8cf6a
#f7ce69
#f6cd68
#f5cc67
#f4cb66
#f3ca65
#f2c964
#f1c863
#f0c762
#efc661
#eec560
#edc45f
#ecc35e

Monochromatic Color with #fad16c

#fad16c
#251f10
#504323
#7a6635
#a58a47
#cfad5a

Tints of #fad16c Color

#fad16c
#fad67c
#fbdb8c
#fbe09d
#fce5ad
#fceabd
#fdefce
#fdf4de
#fef9ee
#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

#fad16c
#6c95fa

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

Split Complementary

#fad16c
#6cdcfa
#8a6cfa

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

Analogous Color

#fa986c
#fab56c
#fad16c
#faed6c
#eafa6c

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

#fad16c
#6cfad1
#d16cfa

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

#fad16c
#6cfa8a
#6c95fa
#fa6cdc

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

#fad16c
#6c95fa
#8a6cfa
#dcfa6c

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

#fad16c Color Code Preview on Black Background Color

This is how #fad16c Color will look on black background color. Color contrast ratio is 14.40

#fad16c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fad16c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fad16c

#fad16c color code is use for CSS Background Color

Background color for the above div is #fad16c

HTML with inline CSS

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

#fad16c color code is use for CSS Border Color

CSS Border color for the above div is #fad16c

HTML with inline CSS

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

CSS Border Left color for the above div is #fad16c

HTML with inline CSS

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

CSS Border Right color for the above div is #fad16c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fad16c

HTML with inline CSS

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

CSS Border Top color for the above div is #fad16c

HTML with inline CSS

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

#fad16c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fad16c Color code Preview on White Background

This is how #fad16c Color code will look on white background color. Color contrast ratio is 1.46

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

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(250,209,108,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(108,149,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,209,108,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.