crispedge.com

Color picker

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

#f1bf85 hex color - Yellow - Warm color - Information

#f1bf85 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #f1bf85 Color code in RGB color code model is created after adding 94.51% red color, 74.9% green color and 52.16% blue color. Hex #f1bf85 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 21% magenta, 45% yellow and 5% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef1bf85#f1bf85
RGB Decimal241, 191, 133rgb(241, 191, 133)
RGB Percent95%, 75%, 52%rgb(95%, 75%, 52%)
CSS RGBa241, 191, 133,1rgba(241,191,133,1)
CMYK Modelcmyk(0%,21%,45%,5%)
HSL Color Space32,79% ,73%hsl(32,79% ,73%)
HSV Color Space32°, 45%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011011111110000101
Octal361277205
Decimal241191133
Hexf1bf85

Different shades of #f1bf85 color code.

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

Light Shade of #f1bf85
#f6d7b3
Dark Shade of #f1bf85
#eca757
Saturated Shade of #f1bf85
#f8bf7e
Desaturated Shade of #f1bf85
#eabe8c
Grey scale Shade of #f1bf85
#bbbbbb
Brighten Shade
#ffd89e
Most Readable Shade
#000000

Shades of #f1bf85 color code

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

#f1bf85
#d6a976
#bb9467
#a07f58
#856a49
#6b543b
#503f2c
#352a1d
#1a150e
#000000

Similar Color like #f1bf85 color

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

#f2c086
#f3c187
#f4c288
#f5c389
#f6c48a
#f7c58b
#f8c68c
#f9c78d
#fac88e
#fbc98f
#fcca90
#fdcb91
#fecc92
#ffcd93
#f0be84
#efbd83
#eebc82
#edbb81
#ecba80
#ebb97f
#eab87e
#e9b77d
#e8b67c
#e7b57b
#e6b47a
#e5b379
#e4b278
#e3b177

Monochromatic Color with #f1bf85

#f1bf85
#1c1710
#473827
#715a3f
#9c7c56
#c69d6e

Tints of #f1bf85 Color

#f1bf85
#f2c692
#f4cda0
#f5d4ad
#f7dbbb
#f8e2c8
#fae9d6
#fbf0e3
#fdf7f1
#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

#f1bf85
#85b7f1

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

Split Complementary

#f1bf85
#85edf1
#8985f1

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

Analogous Color

#f19485
#f1a985
#f1bf85
#f1d585
#f1ea85

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

#f1bf85
#85f1bf
#bf85f1

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

#f1bf85
#85f189
#85b7f1
#f185ed

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

#f1bf85
#85b7f1
#8985f1
#edf185

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

#f1bf85 Color Code Preview on Black Background Color

This is how #f1bf85 Color will look on black background color. Color contrast ratio is 12.53

#f1bf85 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1bf85

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1bf85

#f1bf85 color code is use for CSS Background Color

Background color for the above div is #f1bf85

HTML with inline CSS

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

#f1bf85 color code is use for CSS Border Color

CSS Border color for the above div is #f1bf85

HTML with inline CSS

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

CSS Border Left color for the above div is #f1bf85

HTML with inline CSS

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

CSS Border Right color for the above div is #f1bf85

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1bf85

HTML with inline CSS

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

CSS Border Top color for the above div is #f1bf85

HTML with inline CSS

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

#f1bf85 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1bf85 Color code Preview on White Background

This is how #f1bf85 Color code will look on white background color. Color contrast ratio is 1.68

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

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.