Skip to main content Skip to docs navigation

#fda613 hex color | Download Dark Orange 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 California Girl and its hex is #FCA716 Nearest Color Name

Color Hue/Base color: Orange

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

Hex #fda613 color code is between #ffaa11 web safe hex color code and #ee9922 web safe hex color code. #ffaa11 is the nearest web safe color code. You can see here many more shades of #fda613 color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11111101 10100110 00010011
Octal 375 246 23
Decimal 253 166 19
Hex fd a6 13

Different shades of #fda613 color code.

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

Darkest of #fda613
#764a01
Darker of #fda613
#a96a01
Dark of #fda613
#db8a02
Base of #fda613
#fda613
Light of #fda613
#fdb946
Lighter
#fecc78
Lightest
#fedfab

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

#fda613
#136afd

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

Split Complementary

#fda613
#13dffd
#3113fd

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

Analogous Color

#fd1d13
#fd4413
#fda613
#fdf413
#a5fd13

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

#fda613
#a613fd
#13fda6

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

#fda613
#13fda6
#136afd
#fd136a

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

#fda613
#13fd31
#136afd
#fd13df

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

#432b01
#764a01
#a96a01
#db8a02
#fda613
#fdb946
#fecc78
#fedfab
#fff2dd

Tints of #fda613 Color

#fda613
#fdaf2d
#fdb947
#fdc361
#fdcd7b
#fed796
#fee1b0
#feebca
#fef5e4
#ffffff

Shades of #fda613 color code

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

#fda613
#e09310
#c4810e
#a86e0c
#8c5c0a
#704908
#543706
#382404
#1c1202
#000000

Tones

#fda613
#e5a02b
#cd9a43
#b6945a
#9e8e72

Tones

Similar Color like #fda613 color

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

#fea714
#ffa815
#ffa916
#ffaa17
#ffab18
#ffac19
#ffad1a
#ffae1b
#ffaf1c
#ffb01d
#ffb11e
#ffb21f
#ffb320
#ffb421
#fca512
#fba411
#faa310
#f9a20f
#f8a10e
#f7a00d
#f69f0c
#f59e0b
#f49d0a
#f39c09
#f29b08
#f19a07
#f09906
#ef9805

Download this Dark Orange

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

#fda613 Color Code Preview on Black Background Color

This is how #fda613 Color will look on black background color. Color contrast ratio is 10.64

#fda613 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda613

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fda613

#fda613 color code is use for CSS Background Color

Background color for the above div is #fda613

HTML with inline CSS

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

#fda613 color code is use for CSS Border Color

CSS Border color for the above div is #fda613

HTML with inline CSS

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

CSS Border Left color for the above div is #fda613

HTML with inline CSS

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

CSS Border Right color for the above div is #fda613

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fda613

HTML with inline CSS

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

CSS Border Top color for the above div is #fda613

HTML with inline CSS

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

#fda613 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fda613 Color code Preview on White Background

This is how #fda613 Color code will look on white background color. Color contrast ratio is 1.97

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

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