crispedge.com

Color picker

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

#fee25b hex color - Yellow - Warm color - Information

#fee25b hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fee25b Color code in RGB color code model is created after adding 99.61% red color, 88.63% green color and 35.69% blue color. Hex #fee25b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 11% magenta, 64% yellow and 0% black.

Hex #fee25b color code is between #ffdd55 web safe hex color code and #eeee66 web safe hex color code. #ffdd55 is the nearest web safe color code. You can see here many more shades of #fee25b color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Codefee25b#fee25b
RGB Decimal254, 226, 91rgb(254, 226, 91)
RGB Percent100%, 89%, 36%rgb(100%, 89%, 36%)
CSS RGBa254, 226, 91,1rgba(254,226,91,1)
CMYK Modelcmyk(0%,11%,64%,0%)
HSL Color Space50,99% ,68%hsl(50,99% ,68%)
HSV Color Space50°, 64%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111101110001001011011
Octal376342133
Decimal25422691
Hexfee25b

Different shades of #fee25b color code.

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

Light Shade of #fee25b
#feeb8e
Dark Shade of #fee25b
#fed928
Saturated Shade of #fee25b
#ffe35a
Desaturated Shade of #fee25b
#f6dd63
Grey scale Shade of #fee25b
#acacac
Brighten Shade
#fffb74
Most Readable Shade
#000000

Shades of #fee25b color code

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

#fee25b
#e1c850
#c5af46
#a9963c
#8d7d32
#706428
#544b1e
#383214
#1c190a
#000000

Similar Color like #fee25b color

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

#ffe35c
#ffe45d
#ffe55e
#ffe65f
#ffe760
#ffe861
#ffe962
#ffea63
#ffeb64
#ffec65
#ffed66
#ffee67
#ffef68
#fff069
#fde15a
#fce059
#fbdf58
#fade57
#f9dd56
#f8dc55
#f7db54
#f6da53
#f5d952
#f4d851
#f3d750
#f2d64f
#f1d54e
#f0d44d

Monochromatic Color with #fee25b

#fee25b
#29250f
#544b1e
#7e712d
#a9963d
#d3bc4c

Tints of #fee25b Color

#fee25b
#fee56d
#fee87f
#feeb91
#feeea3
#fef2b6
#fef5c8
#fef8da
#fefbec
#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

#fee25b
#5b77fe

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

Split Complementary

#fee25b
#5bc9fe
#915bfe

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

Analogous Color

#fea15b
#fec15b
#fee25b
#f9fe5b
#d9fe5b

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

#fee25b
#5bfee2
#e25bfe

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

#fee25b
#5bfe90
#5b77fe
#fe5bc8

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

#fee25b
#5b77fe
#915bfe
#c9fe5b

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

#fee25b Color Code Preview on Black Background Color

This is how #fee25b Color will look on black background color. Color contrast ratio is 16.24

#fee25b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fee25b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fee25b

#fee25b color code is use for CSS Background Color

Background color for the above div is #fee25b

HTML with inline CSS

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

#fee25b color code is use for CSS Border Color

CSS Border color for the above div is #fee25b

HTML with inline CSS

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

CSS Border Left color for the above div is #fee25b

HTML with inline CSS

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

CSS Border Right color for the above div is #fee25b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fee25b

HTML with inline CSS

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

CSS Border Top color for the above div is #fee25b

HTML with inline CSS

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

#fee25b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fee25b Color code Preview on White Background

This is how #fee25b Color code will look on white background color. Color contrast ratio is 1.29

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

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.