crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#fed479 hex color - Yellow - Warm color - Information

#fed479 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fed479 Color code in RGB color code model is created after adding 99.61% red color, 83.14% green color and 47.45% blue color. Hex #fed479 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 52% yellow and 0% black.

Hex #fed479 color code is between #ffcc77 web safe hex color code and #eedd88 web safe hex color code. #ffcc77 is the nearest web safe color code. You can see here many more shades of #fed479 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefed479#fed479
RGB Decimal254, 212, 121rgb(254, 212, 121)
RGB Percent100%, 83%, 47%rgb(100%, 83%, 47%)
CSS RGBa254, 212, 121,1rgba(254,212,121,1)
CMYK Modelcmyk(0%,17%,52%,0%)
HSL Color Space41,99% ,74%hsl(41,99% ,74%)
HSV Color Space41°, 52%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101101010001111001
Octal376324171
Decimal254212121
Hexfed479

Different shades of #fed479 color code.

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

Light Shade of #fed479
#fee4ac
Dark Shade of #fed479
#fec446
Saturated Shade of #fed479
#ffd478
Desaturated Shade of #fed479
#f7d180
Grey scale Shade of #fed479
#bbbbbb
Brighten Shade
#ffed92
Most Readable Shade
#000000

Shades of #fed479 color code

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

#fed479
#e1bc6b
#c5a45e
#a98d50
#8d7543
#705e35
#544628
#382f1a
#1c170d
#000000

Similar Color like #fed479 color

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

#ffd57a
#ffd67b
#ffd77c
#ffd87d
#ffd97e
#ffda7f
#ffdb80
#ffdc81
#ffdd82
#ffde83
#ffdf84
#ffe085
#ffe186
#ffe287
#fdd378
#fcd277
#fbd176
#fad075
#f9cf74
#f8ce73
#f7cd72
#f6cc71
#f5cb70
#f4ca6f
#f3c96e
#f2c86d
#f1c76c
#f0c66b

Monochromatic Color with #fed479

#fed479
#292314
#544628
#7e6a3c
#a98d51
#d3b165

Tints of #fed479 Color

#fed479
#fed887
#fedd96
#fee2a5
#fee7b4
#feebc3
#fef0d2
#fef5e1
#fefaf0
#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

#fed479
#79a3fe

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

Split Complementary

#fed479
#79e6fe
#9279fe

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

Analogous Color

#fe9f79
#feb979
#fed479
#feef79
#f3fe79

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

#fed479
#79fed4
#d479fe

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

#fed479
#79fe91
#79a3fe
#fe79e5

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

#fed479
#79a3fe
#9279fe
#e5fe79

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

#fed479 Color Code Preview on Black Background Color

This is how #fed479 Color will look on black background color. Color contrast ratio is 14.91

#fed479 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed479

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fed479

#fed479 color code is use for CSS Background Color

Background color for the above div is #fed479

HTML with inline CSS

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

#fed479 color code is use for CSS Border Color

CSS Border color for the above div is #fed479

HTML with inline CSS

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

CSS Border Left color for the above div is #fed479

HTML with inline CSS

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

CSS Border Right color for the above div is #fed479

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fed479

HTML with inline CSS

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

CSS Border Top color for the above div is #fed479

HTML with inline CSS

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

#fed479 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fed479 Color code Preview on White Background

This is how #fed479 Color code will look on white background color. Color contrast ratio is 1.41

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.