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

#fdcf13 hex color - Yellow - Warm color - Information

#fdcf13 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fdcf13 Color code in RGB color code model is created after adding 99.22% red color, 81.18% green color and 7.45% blue color. Hex #fdcf13 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 92% yellow and 0.78% black.

Hex #fdcf13 color code is between #ffcc11 web safe hex color code and #eedd22 web safe hex color code. #ffcc11 is the nearest web safe color code. You can see here many more shades of #fdcf13 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code fdcf13 #fdcf13
RGB Decimal 253, 207, 19 rgb(253, 207, 19)
RGB Percent 99%, 81%, 7% rgb(99%, 81%, 7%)
CSS RGBa 253, 207, 19,1 rgba(253,207,19,1)
CMYK Model cmyk(0%,18%,92%,0.78%)
HSL Color Space 48,98% ,53% hsl(48,98% ,53%)
HSV Color Space 48°, 92%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 11001111 00010011
Octal 375 317 23
Decimal 253 207 19
Hex fd cf 13

Different shades of #fdcf13 color code.

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

Light Shade of #fdcf13
#fdd946
Dark Shade of #fdcf13
#dbb002
Saturated Shade of #fdcf13
#ffd011
Desaturated Shade of #fdcf13
#f1c81f
Grey scale Shade of #fdcf13
#888888
Brighten Shade
#ffe82c
Most Readable Shade
#000000

Shades of #fdcf13 color code

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

#fdcf13
#e0b810
#c4a10e
#a88a0c
#8c730a
#705c08
#544506
#382e04
#1c1702
#000000

Similar Color like #fdcf13 color

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

#fed014
#ffd115
#ffd216
#ffd317
#ffd418
#ffd519
#ffd61a
#ffd71b
#ffd81c
#ffd91d
#ffda1e
#ffdb1f
#ffdc20
#ffdd21
#fcce12
#fbcd11
#facc10
#f9cb0f
#f8ca0e
#f7c90d
#f6c80c
#f5c70b
#f4c60a
#f3c509
#f2c408
#f1c307
#f0c206
#efc105

Monochromatic Color with #fdcf13

#fdcf13
#282103
#534406
#7d6709
#a8890d
#d2ac10

Tints of #fdcf13 Color

#fdcf13
#fdd42d
#fdd947
#fddf61
#fde47b
#fee996
#feefb0
#fef4ca
#fef9e4
#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

#fdcf13
#1341fd

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

Split Complementary

#fdcf13
#13b6fd
#5a13fd

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

Analogous Color

#fd7113
#fda013
#fdcf13
#fcfd13
#cdfd13

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

#fdcf13
#13fdcf
#cf13fd

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

#fdcf13
#13fd5a
#1341fd
#fd13b6

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

#fdcf13
#1341fd
#5a13fd
#b6fd13

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

#fdcf13 Color Code Preview on Black Background Color

This is how #fdcf13 Color will look on black background color. Color contrast ratio is 14.11

#fdcf13 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcf13

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fdcf13

#fdcf13 color code is use for CSS Background Color

Background color for the above div is #fdcf13

HTML with inline CSS

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

#fdcf13 color code is use for CSS Border Color

CSS Border color for the above div is #fdcf13

HTML with inline CSS

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

CSS Border Left color for the above div is #fdcf13

HTML with inline CSS

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

CSS Border Right color for the above div is #fdcf13

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fdcf13

HTML with inline CSS

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

CSS Border Top color for the above div is #fdcf13

HTML with inline CSS

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

#fdcf13 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fdcf13 Color code Preview on White Background

This is how #fdcf13 Color code will look on white background color. Color contrast ratio is 1.49

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

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,207,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(19,65,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,207,19,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.