crispedge.com

Color picker

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

#f5da96 hex color - Yellow - Warm color - Information

#f5da96 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #f5da96 Color code in RGB color code model is created after adding 96.08% red color, 85.49% green color and 58.82% blue color. Hex #f5da96 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 39% yellow and 4% black.

Hex #f5da96 color code is between #eedd99 web safe hex color code and #ffcc88 web safe hex color code. #eedd99 is the nearest web safe color code. You can see here many more shades of #f5da96 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codef5da96#f5da96
RGB Decimal245, 218, 150rgb(245, 218, 150)
RGB Percent96%, 85%, 59%rgb(96%, 85%, 59%)
CSS RGBa245, 218, 150,1rgba(245,218,150,1)
CMYK Modelcmyk(0%,11%,39%,4%)
HSL Color Space43,83% ,77%hsl(43,83% ,77%)
HSV Color Space43°, 39%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011101101010010110
Octal365332226
Decimal245218150
Hexf5da96

Different shades of #f5da96 color code.

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

Light Shade of #f5da96
#f9eac5
Dark Shade of #f5da96
#f1ca67
Saturated Shade of #f5da96
#fbdc90
Desaturated Shade of #f5da96
#efd89c
Grey scale Shade of #f5da96
#c5c5c5
Brighten Shade
#fff3af
Most Readable Shade
#000000

Shades of #f5da96 color code

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

#f5da96
#d9c185
#bea974
#a39164
#887953
#6c6042
#514832
#363021
#1b1810
#000000

Similar Color like #f5da96 color

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

#f6db97
#f7dc98
#f8dd99
#f9de9a
#fadf9b
#fbe09c
#fce19d
#fde29e
#fee39f
#ffe4a0
#ffe5a1
#ffe6a2
#ffe7a3
#ffe8a4
#f4d995
#f3d894
#f2d793
#f1d692
#f0d591
#efd490
#eed38f
#edd28e
#ecd18d
#ebd08c
#eacf8b
#e9ce8a
#e8cd89
#e7cc88

Monochromatic Color with #f5da96

#f5da96
#201d14
#4b432e
#756948
#a08e62
#cab47c

Tints of #f5da96 Color

#f5da96
#f6dea1
#f7e2ad
#f8e6b9
#f9eac4
#faeed0
#fbf2dc
#fcf6e7
#fdfaf3
#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

#f5da96
#96b1f5

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

Split Complementary

#f5da96
#96e1f5
#aa96f5

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

Analogous Color

#f5b496
#f5c796
#f5da96
#f5ed96
#eaf596

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

#f5da96
#96f5da
#da96f5

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

#f5da96
#96f5aa
#96b1f5
#f596e0

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

#f5da96
#96b1f5
#aa96f5
#e1f596

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

#f5da96 Color Code Preview on Black Background Color

This is how #f5da96 Color will look on black background color. Color contrast ratio is 15.35

#f5da96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5da96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5da96

#f5da96 color code is use for CSS Background Color

Background color for the above div is #f5da96

HTML with inline CSS

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

#f5da96 color code is use for CSS Border Color

CSS Border color for the above div is #f5da96

HTML with inline CSS

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

CSS Border Left color for the above div is #f5da96

HTML with inline CSS

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

CSS Border Right color for the above div is #f5da96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5da96

HTML with inline CSS

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

CSS Border Top color for the above div is #f5da96

HTML with inline CSS

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

#f5da96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5da96 Color code Preview on White Background

This is how #f5da96 Color code will look on white background color. Color contrast ratio is 1.37

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.