crispedge.com

Color picker

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

#f2cd53 hex color - Yellow - Warm color - Information

#f2cd53 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #f2cd53 Color code in RGB color code model is created after adding 94.9% red color, 80.39% green color and 32.55% blue color. Hex #f2cd53 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 66% yellow and 5% black.

Hex #f2cd53 color code is between #eecc55 web safe hex color code and #ffdd44 web safe hex color code. #eecc55 is the nearest web safe color code. You can see here many more shades of #f2cd53 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef2cd53#f2cd53
RGB Decimal242, 205, 83rgb(242, 205, 83)
RGB Percent95%, 80%, 33%rgb(95%, 80%, 33%)
CSS RGBa242, 205, 83,1rgba(242,205,83,1)
CMYK Modelcmyk(0%,15%,66%,5%)
HSL Color Space46,86% ,64%hsl(46,86% ,64%)
HSV Color Space46°, 66%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100101100110101010011
Octal362315123
Decimal24220583
Hexf2cd53

Different shades of #f2cd53 color code.

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

Light Shade of #f2cd53
#f6db82
Dark Shade of #f2cd53
#eebf24
Saturated Shade of #f2cd53
#fbd24a
Desaturated Shade of #f2cd53
#e9c85c
Grey scale Shade of #f2cd53
#a2a2a2
Brighten Shade
#ffe66c
Most Readable Shade
#000000

Shades of #f2cd53 color code

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

#f2cd53
#d7b649
#bc9f40
#a18837
#86712e
#6b5b24
#50441b
#352d12
#1a1609
#000000

Similar Color like #f2cd53 color

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

#f3ce54
#f4cf55
#f5d056
#f6d157
#f7d258
#f8d359
#f9d45a
#fad55b
#fbd65c
#fcd75d
#fdd85e
#fed95f
#ffda60
#ffdb61
#f1cc52
#f0cb51
#efca50
#eec94f
#edc84e
#ecc74d
#ebc64c
#eac54b
#e9c44a
#e8c349
#e7c248
#e6c147
#e5c046
#e4bf45

Monochromatic Color with #f2cd53

#f2cd53
#1d190a
#483d19
#726127
#9d8536
#c7a944

Tints of #f2cd53 Color

#f2cd53
#f3d266
#f4d879
#f6dd8c
#f7e39f
#f9e8b2
#faeec5
#fcf3d8
#fdf9eb
#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

#f2cd53
#5378f2

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

Split Complementary

#f2cd53
#53c7f2
#7e53f2

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

Analogous Color

#f28d53
#f2ad53
#f2cd53
#f2ed53
#d7f253

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

#f2cd53
#53f2cd
#cd53f2

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

#f2cd53
#53f27d
#5378f2
#f253c7

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

#f2cd53
#5378f2
#7e53f2
#c7f253

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

#f2cd53 Color Code Preview on Black Background Color

This is how #f2cd53 Color will look on black background color. Color contrast ratio is 13.63

#f2cd53 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2cd53

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2cd53

#f2cd53 color code is use for CSS Background Color

Background color for the above div is #f2cd53

HTML with inline CSS

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

#f2cd53 color code is use for CSS Border Color

CSS Border color for the above div is #f2cd53

HTML with inline CSS

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

CSS Border Left color for the above div is #f2cd53

HTML with inline CSS

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

CSS Border Right color for the above div is #f2cd53

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f2cd53

HTML with inline CSS

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

CSS Border Top color for the above div is #f2cd53

HTML with inline CSS

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

#f2cd53 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f2cd53 Color code Preview on White Background

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

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.