crispedge.com

Color picker

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

#f0c394 hex color - Yellow - Warm color - Information

#f0c394 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #f0c394 Color code in RGB color code model is created after adding 94.12% red color, 76.47% green color and 58.04% blue color. Hex #f0c394 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 19% magenta, 38% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef0c394#f0c394
RGB Decimal240, 195, 148rgb(240, 195, 148)
RGB Percent94%, 76%, 58%rgb(94%, 76%, 58%)
CSS RGBa240, 195, 148,1rgba(240,195,148,1)
CMYK Modelcmyk(0%,19%,38%,6%)
HSL Color Space31,75% ,76%hsl(31,75% ,76%)
HSV Color Space31°, 38%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100001100001110010100
Octal360303224
Decimal240195148
Hexf0c394

Different shades of #f0c394 color code.

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

Light Shade of #f0c394
#f6dcc1
Dark Shade of #f0c394
#eaaa67
Saturated Shade of #f0c394
#f6c38e
Desaturated Shade of #f0c394
#eac39a
Grey scale Shade of #f0c394
#c2c2c2
Brighten Shade
#ffdcad
Most Readable Shade
#000000

Shades of #f0c394 color code

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

#f0c394
#d5ad83
#ba9773
#a08262
#856c52
#6a5641
#504131
#352b20
#1a1510
#000000

Similar Color like #f0c394 color

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

#f1c495
#f2c596
#f3c697
#f4c798
#f5c899
#f6c99a
#f7ca9b
#f8cb9c
#f9cc9d
#facd9e
#fbce9f
#fccfa0
#fdd0a1
#fed1a2
#efc293
#eec192
#edc091
#ecbf90
#ebbe8f
#eabd8e
#e9bc8d
#e8bb8c
#e7ba8b
#e6b98a
#e5b889
#e4b788
#e3b687
#e2b586

Monochromatic Color with #f0c394

#f0c394
#1b1611
#46392b
#705b45
#9b7e60
#c5a07a

Tints of #f0c394 Color

#f0c394
#f1c99f
#f3d0ab
#f5d7b7
#f6ddc3
#f8e4cf
#faebdb
#fbf1e7
#fdf8f3
#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

#f0c394
#94c1f0

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

Split Complementary

#f0c394
#94eff0
#9594f0

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

Analogous Color

#f09e94
#f0b194
#f0c394
#f0d594
#f0e894

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

#f0c394
#94f0c3
#c394f0

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

#f0c394
#94f095
#94c1f0
#f094ef

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

#f0c394
#94c1f0
#9594f0
#eff094

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

#f0c394 Color Code Preview on Black Background Color

This is how #f0c394 Color will look on black background color. Color contrast ratio is 12.94

#f0c394 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0c394

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f0c394

#f0c394 color code is use for CSS Background Color

Background color for the above div is #f0c394

HTML with inline CSS

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

#f0c394 color code is use for CSS Border Color

CSS Border color for the above div is #f0c394

HTML with inline CSS

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

CSS Border Left color for the above div is #f0c394

HTML with inline CSS

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

CSS Border Right color for the above div is #f0c394

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f0c394

HTML with inline CSS

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

CSS Border Top color for the above div is #f0c394

HTML with inline CSS

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

#f0c394 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f0c394 Color code Preview on White Background

This is how #f0c394 Color code will look on white background color. Color contrast ratio is 1.62

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

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.