crispedge.com

Color picker

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

#f1c160 hex color - Yellow - Warm color - Information

#f1c160 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #f1c160 Color code in RGB color code model is created after adding 94.51% red color, 75.69% green color and 37.65% blue color. Hex #f1c160 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 20% magenta, 60% yellow and 5% black.

Hex #f1c160 color code is between #eebb66 web safe hex color code and #ffcc55 web safe hex color code. #eebb66 is the nearest web safe color code. You can see here many more shades of #f1c160 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef1c160#f1c160
RGB Decimal241, 193, 96rgb(241, 193, 96)
RGB Percent95%, 76%, 38%rgb(95%, 76%, 38%)
CSS RGBa241, 193, 96,1rgba(241,193,96,1)
CMYK Modelcmyk(0%,20%,60%,5%)
HSL Color Space40,84% ,66%hsl(40,84% ,66%)
HSV Color Space40°, 60%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011100000101100000
Octal361301140
Decimal24119396
Hexf1c160

Different shades of #f1c160 color code.

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

Light Shade of #f1c160
#f5d38f
Dark Shade of #f1c160
#edaf31
Saturated Shade of #f1c160
#fac457
Desaturated Shade of #f1c160
#e8be69
Grey scale Shade of #f1c160
#a8a8a8
Brighten Shade
#ffda79
Most Readable Shade
#000000

Shades of #f1c160 color code

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

#f1c160
#d6ab55
#bb964a
#a08040
#856b35
#6b552a
#504020
#352a15
#1a150a
#000000

Similar Color like #f1c160 color

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

#f2c261
#f3c362
#f4c463
#f5c564
#f6c665
#f7c766
#f8c867
#f9c968
#faca69
#fbcb6a
#fccc6b
#fdcd6c
#fece6d
#ffcf6e
#f0c05f
#efbf5e
#eebe5d
#edbd5c
#ecbc5b
#ebbb5a
#eaba59
#e9b958
#e8b857
#e7b756
#e6b655
#e5b554
#e4b453
#e3b352

Monochromatic Color with #f1c160

#f1c160
#1c170b
#47391c
#715b2d
#9c7d3e
#c69f4f

Tints of #f1c160 Color

#f1c160
#f2c771
#f4ce83
#f5d595
#f7dca6
#f8e3b8
#faeaca
#fbf1db
#fdf8ed
#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

#f1c160
#6090f1

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

Split Complementary

#f1c160
#60d8f1
#7960f1

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

Analogous Color

#f18760
#f1a460
#f1c160
#f1de60
#e7f160

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

#f1c160
#60f1c1
#c160f1

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

#f1c160
#60f178
#6090f1
#f160d8

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

#f1c160
#6090f1
#7960f1
#d8f160

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

#f1c160 Color Code Preview on Black Background Color

This is how #f1c160 Color will look on black background color. Color contrast ratio is 12.54

#f1c160 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1c160

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1c160

#f1c160 color code is use for CSS Background Color

Background color for the above div is #f1c160

HTML with inline CSS

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

#f1c160 color code is use for CSS Border Color

CSS Border color for the above div is #f1c160

HTML with inline CSS

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

CSS Border Left color for the above div is #f1c160

HTML with inline CSS

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

CSS Border Right color for the above div is #f1c160

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1c160

HTML with inline CSS

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

CSS Border Top color for the above div is #f1c160

HTML with inline CSS

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

#f1c160 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1c160 Color code Preview on White Background

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

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.