crispedge.com

Color picker

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

#f2cb86 hex color - Yellow - Warm color - Information

#f2cb86 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #f2cb86 Color code in RGB color code model is created after adding 94.9% red color, 79.61% green color and 52.55% blue color. Hex #f2cb86 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 45% yellow and 5% black.

Hex #f2cb86 color code is between #eecc88 web safe hex color code and #ffbb77 web safe hex color code. #eecc88 is the nearest web safe color code. You can see here many more shades of #f2cb86 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef2cb86#f2cb86
RGB Decimal242, 203, 134rgb(242, 203, 134)
RGB Percent95%, 80%, 53%rgb(95%, 80%, 53%)
CSS RGBa242, 203, 134,1rgba(242,203,134,1)
CMYK Modelcmyk(0%,16%,45%,5%)
HSL Color Space38,81% ,74%hsl(38,81% ,74%)
HSV Color Space38°, 45%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100101100101110000110
Octal362313206
Decimal242203134
Hexf2cb86

Different shades of #f2cb86 color code.

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

Light Shade of #f2cb86
#f7dfb4
Dark Shade of #f2cb86
#edb758
Saturated Shade of #f2cb86
#f9cd7f
Desaturated Shade of #f2cb86
#ebc98d
Grey scale Shade of #f2cb86
#bcbcbc
Brighten Shade
#ffe49f
Most Readable Shade
#000000

Shades of #f2cb86 color code

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

#f2cb86
#d7b477
#bc9d68
#a18759
#86704a
#6b5a3b
#50432c
#352d1d
#1a160e
#000000

Similar Color like #f2cb86 color

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

#f3cc87
#f4cd88
#f5ce89
#f6cf8a
#f7d08b
#f8d18c
#f9d28d
#fad38e
#fbd48f
#fcd590
#fdd691
#fed792
#ffd893
#ffd994
#f1ca85
#f0c984
#efc883
#eec782
#edc681
#ecc580
#ebc47f
#eac37e
#e9c27d
#e8c17c
#e7c07b
#e6bf7a
#e5be79
#e4bd78

Monochromatic Color with #f2cb86

#f2cb86
#1d1910
#483c28
#72603f
#9d8457
#c7a76e

Tints of #f2cb86 Color

#f2cb86
#f3d093
#f4d6a0
#f6dcae
#f7e2bb
#f9e7c9
#faedd6
#fcf3e4
#fdf9f1
#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

#f2cb86
#86adf2

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

Split Complementary

#f2cb86
#86e3f2
#9586f2

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

Analogous Color

#f2a086
#f2b586
#f2cb86
#f2e186
#eef286

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

#f2cb86
#86f2cb
#cb86f2

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

#f2cb86
#86f295
#86adf2
#f286e3

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

#f2cb86
#86adf2
#9586f2
#e3f286

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

#f2cb86 Color Code Preview on Black Background Color

This is how #f2cb86 Color will look on black background color. Color contrast ratio is 13.66

#f2cb86 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2cb86

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2cb86

#f2cb86 color code is use for CSS Background Color

Background color for the above div is #f2cb86

HTML with inline CSS

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

#f2cb86 color code is use for CSS Border Color

CSS Border color for the above div is #f2cb86

HTML with inline CSS

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

CSS Border Left color for the above div is #f2cb86

HTML with inline CSS

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

CSS Border Right color for the above div is #f2cb86

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f2cb86

HTML with inline CSS

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

CSS Border Top color for the above div is #f2cb86

HTML with inline CSS

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

#f2cb86 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f2cb86 Color code Preview on White Background

This is how #f2cb86 Color code will look on white background color. Color contrast ratio is 1.54

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.