crispedge.com

Color picker

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

#f1cf95 hex color - Yellow - Warm color - Information

#f1cf95 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #f1cf95 Color code in RGB color code model is created after adding 94.51% red color, 81.18% green color and 58.43% blue color. Hex #f1cf95 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 38% yellow and 5% black.

Hex #f1cf95 color code is between #eecc99 web safe hex color code and #ffdd88 web safe hex color code. #eecc99 is the nearest web safe color code. You can see here many more shades of #f1cf95 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef1cf95#f1cf95
RGB Decimal241, 207, 149rgb(241, 207, 149)
RGB Percent95%, 81%, 58%rgb(95%, 81%, 58%)
CSS RGBa241, 207, 149,1rgba(241,207,149,1)
CMYK Modelcmyk(0%,14%,38%,5%)
HSL Color Space38,77% ,76%hsl(38,77% ,76%)
HSV Color Space38°, 38%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011100111110010101
Octal361317225
Decimal241207149
Hexf1cf95

Different shades of #f1cf95 color code.

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

Light Shade of #f1cf95
#f7e3c2
Dark Shade of #f1cf95
#ebbb68
Saturated Shade of #f1cf95
#f7d18f
Desaturated Shade of #f1cf95
#ebcd9b
Grey scale Shade of #f1cf95
#c3c3c3
Brighten Shade
#ffe8ae
Most Readable Shade
#000000

Shades of #f1cf95 color code

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

#f1cf95
#d6b884
#bba173
#a08a63
#857352
#6b5c42
#504531
#352e21
#1a1710
#000000

Similar Color like #f1cf95 color

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

#f2d096
#f3d197
#f4d298
#f5d399
#f6d49a
#f7d59b
#f8d69c
#f9d79d
#fad89e
#fbd99f
#fcdaa0
#fddba1
#fedca2
#ffdda3
#f0ce94
#efcd93
#eecc92
#edcb91
#ecca90
#ebc98f
#eac88e
#e9c78d
#e8c68c
#e7c58b
#e6c48a
#e5c389
#e4c288
#e3c187

Monochromatic Color with #f1cf95

#f1cf95
#1c1812
#473d2c
#716146
#9c8660
#c6aa7b

Tints of #f1cf95 Color

#f1cf95
#f2d4a0
#f4d9ac
#f5dfb8
#f7e4c4
#f8e9cf
#faefdb
#fbf4e7
#fdf9f3
#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

#f1cf95
#95b7f1

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

Split Complementary

#f1cf95
#95e5f1
#a195f1

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

Analogous Color

#f1aa95
#f1bd95
#f1cf95
#f1e195
#eef195

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

#f1cf95
#95f1cf
#cf95f1

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

#f1cf95
#95f1a1
#95b7f1
#f195e5

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

#f1cf95
#95b7f1
#a195f1
#e5f195

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

#f1cf95 Color Code Preview on Black Background Color

This is how #f1cf95 Color will look on black background color. Color contrast ratio is 14.10

#f1cf95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1cf95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1cf95

#f1cf95 color code is use for CSS Background Color

Background color for the above div is #f1cf95

HTML with inline CSS

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

#f1cf95 color code is use for CSS Border Color

CSS Border color for the above div is #f1cf95

HTML with inline CSS

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

CSS Border Left color for the above div is #f1cf95

HTML with inline CSS

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

CSS Border Right color for the above div is #f1cf95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1cf95

HTML with inline CSS

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

CSS Border Top color for the above div is #f1cf95

HTML with inline CSS

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

#f1cf95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1cf95 Color code Preview on White Background

This is how #f1cf95 Color code will look on white background color. Color contrast ratio is 1.49

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

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.