crispedge.com

Color picker

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

#f2c695 hex color - Yellow - Warm color - Information

#f2c695 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

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

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codef2c695#f2c695
RGB Decimal242, 198, 149rgb(242, 198, 149)
RGB Percent95%, 78%, 58%rgb(95%, 78%, 58%)
CSS RGBa242, 198, 149,1rgba(242,198,149,1)
CMYK Modelcmyk(0%,18%,38%,5%)
HSL Color Space32,78% ,77%hsl(32,78% ,77%)
HSV Color Space32°, 38%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100101100011010010101
Octal362306225
Decimal242198149
Hexf2c695

Different shades of #f2c695 color code.

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

Light Shade of #f2c695
#f8dec2
Dark Shade of #f2c695
#ecae68
Saturated Shade of #f2c695
#f8c68f
Desaturated Shade of #f2c695
#ecc69b
Grey scale Shade of #f2c695
#c3c3c3
Brighten Shade
#ffdfae
Most Readable Shade
#000000

Shades of #f2c695 color code

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

#f2c695
#d7b084
#bc9a73
#a18463
#866e52
#6b5842
#504231
#352c21
#1a1610
#000000

Similar Color like #f2c695 color

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

#f3c796
#f4c897
#f5c998
#f6ca99
#f7cb9a
#f8cc9b
#f9cd9c
#face9d
#fbcf9e
#fcd09f
#fdd1a0
#fed2a1
#ffd3a2
#ffd4a3
#f1c594
#f0c493
#efc392
#eec291
#edc190
#ecc08f
#ebbf8e
#eabe8d
#e9bd8c
#e8bc8b
#e7bb8a
#e6ba89
#e5b988
#e4b887

Monochromatic Color with #f2c695

#f2c695
#1d1812
#483b2c
#725e47
#9d8061
#c7a37b

Tints of #f2c695 Color

#f2c695
#f3cca0
#f4d2ac
#f6d9b8
#f7dfc4
#f9e5cf
#faecdb
#fcf2e7
#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

#f2c695
#95c1f2

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

Split Complementary

#f2c695
#95eff2
#9895f2

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

Analogous Color

#f2a195
#f2b395
#f2c695
#f2d995
#f2eb95

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

#f2c695
#95f2c6
#c695f2

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

#f2c695
#95f297
#95c1f2
#f295ef

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

#f2c695
#95c1f2
#9895f2
#eff295

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

#f2c695 Color Code Preview on Black Background Color

This is how #f2c695 Color will look on black background color. Color contrast ratio is 13.29

#f2c695 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2c695

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2c695

#f2c695 color code is use for CSS Background Color

Background color for the above div is #f2c695

HTML with inline CSS

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

#f2c695 color code is use for CSS Border Color

CSS Border color for the above div is #f2c695

HTML with inline CSS

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

CSS Border Left color for the above div is #f2c695

HTML with inline CSS

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

CSS Border Right color for the above div is #f2c695

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f2c695

HTML with inline CSS

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

CSS Border Top color for the above div is #f2c695

HTML with inline CSS

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

#f2c695 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f2c695 Color code Preview on White Background

This is how #f2c695 Color code will look on white background color. Color contrast ratio is 1.58

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.