crispedge.com

Color picker

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

#f5cd82 hex color - Cherokee - Yellow - Warm color - Information

#f5cd82 hex color - Cherokee - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #f5cd82 Color Code is also known as Cherokee color.

Hex #f5cd82 Color code in RGB color code model is created after adding 96.08% red color, 80.39% green color and 50.98% blue color. Hex #f5cd82 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 47% yellow and 4% black.

Hex #f5cd82 color code is between #eecc88 web safe hex color code and #ffdd77 web safe hex color code. #eecc88 is the nearest web safe color code. You can see here many more shades of #f5cd82 color code.

0 Likes 0 Comments | 49 Views

Color Table

Hex Color Codef5cd82#f5cd82
RGB Decimal245, 205, 130rgb(245, 205, 130)
RGB Percent96%, 80%, 51%rgb(96%, 80%, 51%)
CSS RGBa245, 205, 130,1rgba(245,205,130,1)
CMYK Modelcmyk(0%,16%,47%,4%)
HSL Color Space39,85% ,74%hsl(39,85% ,74%)
HSV Color Space39°, 47%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011100110110000010
Octal365315202
Decimal245205130
Hexf5cd82

Different shades of #f5cd82 color code.

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

Light Shade of #f5cd82
#f9e0b1
Dark Shade of #f5cd82
#f1ba53
Saturated Shade of #f5cd82
#fccf7b
Desaturated Shade of #f5cd82
#eecb89
Grey scale Shade of #f5cd82
#bbbbbb
Brighten Shade
#ffe69b
Most Readable Shade
#000000

Shades of #f5cd82 color code

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

#f5cd82
#d9b673
#be9f65
#a38856
#887148
#6c5b39
#51442b
#362d1c
#1b160e
#000000

Similar Color like #f5cd82 color

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

#f6ce83
#f7cf84
#f8d085
#f9d186
#fad287
#fbd388
#fcd489
#fdd58a
#fed68b
#ffd78c
#ffd88d
#ffd98e
#ffda8f
#ffdb90
#f4cc81
#f3cb80
#f2ca7f
#f1c97e
#f0c87d
#efc77c
#eec67b
#edc57a
#ecc479
#ebc378
#eac277
#e9c176
#e8c075
#e7bf74

Monochromatic Color with #f5cd82

#f5cd82
#201b11
#4b3f28
#75623e
#a08655
#caa96b

Tints of #f5cd82 Color

#f5cd82
#f6d28f
#f7d89d
#f8ddab
#f9e3b9
#fae8c7
#fbeed5
#fcf3e3
#fdf9f1
#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

#f5cd82
#82aaf5

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

Split Complementary

#f5cd82
#82e4f5
#9382f5

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

Analogous Color

#f59f82
#f5b682
#f5cd82
#f5e482
#eff582

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

#f5cd82
#82f5cd
#cd82f5

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

#f5cd82
#82f593
#82aaf5
#f582e3

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

#f5cd82
#82aaf5
#9382f5
#e4f582

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

#f5cd82 Color Code Preview on Black Background Color

This is how #f5cd82 Color will look on black background color. Color contrast ratio is 13.94

#f5cd82 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5cd82

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5cd82

#f5cd82 color code is use for CSS Background Color

Background color for the above div is #f5cd82

HTML with inline CSS

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

#f5cd82 color code is use for CSS Border Color

CSS Border color for the above div is #f5cd82

HTML with inline CSS

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

CSS Border Left color for the above div is #f5cd82

HTML with inline CSS

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

CSS Border Right color for the above div is #f5cd82

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5cd82

HTML with inline CSS

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

CSS Border Top color for the above div is #f5cd82

HTML with inline CSS

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

#f5cd82 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5cd82 Color code Preview on White Background

This is how #f5cd82 Color code will look on white background color. Color contrast ratio is 1.51

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

Related Gradients

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

0 Likes 0 Comments | 49 Views

Post your comment:-

By submitting comment you agree to our privacy policy.