crispedge.com

Color picker

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

#f1d987 hex color - Yellow - Warm color - Information

#f1d987 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #f1d987 Color code in RGB color code model is created after adding 94.51% red color, 85.1% green color and 52.94% blue color. Hex #f1d987 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 10% magenta, 44% yellow and 5% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef1d987#f1d987
RGB Decimal241, 217, 135rgb(241, 217, 135)
RGB Percent95%, 85%, 53%rgb(95%, 85%, 53%)
CSS RGBa241, 217, 135,1rgba(241,217,135,1)
CMYK Modelcmyk(0%,10%,44%,5%)
HSL Color Space46,79% ,74%hsl(46,79% ,74%)
HSV Color Space46°, 44%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011101100110000111
Octal361331207
Decimal241217135
Hexf1d987

Different shades of #f1d987 color code.

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

Light Shade of #f1d987
#f6e7b5
Dark Shade of #f1d987
#eccb59
Saturated Shade of #f1d987
#f8dd80
Desaturated Shade of #f1d987
#ead58e
Grey scale Shade of #f1d987
#bcbcbc
Brighten Shade
#fff2a0
Most Readable Shade
#000000

Shades of #f1d987 color code

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

#f1d987
#d6c078
#bba869
#a0905a
#85784b
#6b603c
#50482d
#35301e
#1a180f
#000000

Similar Color like #f1d987 color

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

#f2da88
#f3db89
#f4dc8a
#f5dd8b
#f6de8c
#f7df8d
#f8e08e
#f9e18f
#fae290
#fbe391
#fce492
#fde593
#fee694
#ffe795
#f0d886
#efd785
#eed684
#edd583
#ecd482
#ebd381
#ead280
#e9d17f
#e8d07e
#e7cf7d
#e6ce7c
#e5cd7b
#e4cc7a
#e3cb79

Monochromatic Color with #f1d987

#f1d987
#1c1a10
#474028
#716640
#9c8c57
#c6b36f

Tints of #f1d987 Color

#f1d987
#f2dd94
#f4e1a1
#f5e5af
#f7e9bc
#f8eec9
#faf2d7
#fbf6e4
#fdfaf1
#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

#f1d987
#879ff1

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

Split Complementary

#f1d987
#87d4f1
#a487f1

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

Analogous Color

#f1af87
#f1c487
#f1d987
#f1ee87
#dff187

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

#f1d987
#87f1d9
#d987f1

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

#f1d987
#87f1a4
#879ff1
#f187d4

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

#f1d987
#879ff1
#a487f1
#d4f187

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

#f1d987 Color Code Preview on Black Background Color

This is how #f1d987 Color will look on black background color. Color contrast ratio is 15.02

#f1d987 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1d987

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1d987

#f1d987 color code is use for CSS Background Color

Background color for the above div is #f1d987

HTML with inline CSS

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

#f1d987 color code is use for CSS Border Color

CSS Border color for the above div is #f1d987

HTML with inline CSS

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

CSS Border Left color for the above div is #f1d987

HTML with inline CSS

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

CSS Border Right color for the above div is #f1d987

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1d987

HTML with inline CSS

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

CSS Border Top color for the above div is #f1d987

HTML with inline CSS

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

#f1d987 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1d987 Color code Preview on White Background

This is how #f1d987 Color code will look on white background color. Color contrast ratio is 1.40

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.