Skip to main content Skip to docs navigation

#ffd224 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 Lemon Punch and its hex is #FECF24 Nearest Color Name

Color Hue/Base color: Orange

Hex #ffd224 Color code in RGB color code model is created after adding 100% red color, 82.35% green color and 14.12% blue color. Hex #ffd224 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 18% magenta, 86% yellow and 0% black.

Hex #ffd224 color code is between #eecc22 web safe hex color code and #dddd33 web safe hex color code. #eecc22 is the nearest web safe color code. You can see here many more shades of #ffd224 color code.

RGB Chart

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

Color Table

Hex Color Code ffd224 #ffd224
RGB Decimal 255, 210, 36 255, 210, 36
RGB Percent 100%, 82%, 14% rgb(100%, 82%, 14%)
CSS RGBa 255, 210, 36,1 rgba(255,210,36,1)
CMYK Model cmyk(0%,18%,86%,0%)
HSL Color Space 48,100% ,57% hsl(48,100% ,57%)
HSV Color Space 48°, 86%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 11010010 00100100
Octal 377 322 44
Decimal 255 210 36
Hex ff d2 24

Different shades of #ffd224 color code.

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

Darkest of #ffd224
#8a6e00
Darker of #ffd224
#bd9600
Dark of #ffd224
#f0bf00
Base of #ffd224
#ffd224
Light of #ffd224
#ffdc57
Lighter
#ffe78a
Lightest
#fff1bd

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

#ffd224
#2451ff

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

Split Complementary

#ffd224
#24bfff
#6424ff

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

Analogous Color

#ff5224
#ff7724
#ffd224
#e3ff24
#88ff24

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

#ffd224
#d224ff
#24ffd2

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

#ffd224
#24ffd2
#2451ff
#ff2451

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

#ffd224
#24ff64
#2451ff
#ff24bf

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

#574500
#8a6e00
#bd9600
#f0bf00
#ffd224
#ffdc57
#ffe78a
#fff1bd
#fffcf0

Tints of #ffd224 Color

#ffd224
#ffd73c
#ffdc54
#ffe16d
#ffe685
#ffeb9d
#fff0b6
#fff5ce
#fffae6
#ffffff

Shades of #ffd224 color code

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

#ffd224
#e2ba20
#c6a31c
#aa8c18
#8d7414
#715d10
#55460c
#382e08
#1c1704
#000000

Tones

#ffd224
#e9c53a
#d3b850
#bdab66
#a79e7c

Tones

Similar Color like #ffd224 color

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

#ffd325
#ffd426
#ffd527
#ffd628
#ffd729
#ffd82a
#ffd92b
#ffda2c
#ffdb2d
#ffdc2e
#ffdd2f
#ffde30
#ffdf31
#ffe032
#fed123
#fdd022
#fccf21
#fbce20
#facd1f
#f9cc1e
#f8cb1d
#f7ca1c
#f6c91b
#f5c81a
#f4c719
#f3c618
#f2c517
#f1c416

Download this Dark Orange

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

#ffd224 Color Code Preview on Black Background Color

This is how #ffd224 Color will look on black background color. Color contrast ratio is 14.50

#ffd224 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffd224

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffd224

#ffd224 color code is use for CSS Background Color

Background color for the above div is #ffd224

HTML with inline CSS

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

#ffd224 color code is use for CSS Border Color

CSS Border color for the above div is #ffd224

HTML with inline CSS

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

CSS Border Left color for the above div is #ffd224

HTML with inline CSS

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

CSS Border Right color for the above div is #ffd224

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffd224

HTML with inline CSS

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

CSS Border Top color for the above div is #ffd224

HTML with inline CSS

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

#ffd224 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffd224 Color code Preview on White Background

This is how #ffd224 Color code will look on white background color. Color contrast ratio is 1.45

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

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(255,210,36,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(36,81,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,210,36,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }