crispedge.com

Color picker

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

#f5ed1b hex color - Yellow - Warm color - Information

#f5ed1b hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #f5ed1b Color code in RGB color code model is created after adding 96.08% red color, 92.94% green color and 10.59% blue color. Hex #f5ed1b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 89% yellow and 4% black.

Hex #f5ed1b color code is between #eeee22 web safe hex color code and #ffdd11 web safe hex color code. #eeee22 is the nearest web safe color code. You can see here many more shades of #f5ed1b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef5ed1b#f5ed1b
RGB Decimal245, 237, 27rgb(245, 237, 27)
RGB Percent96%, 93%, 11%rgb(96%, 93%, 11%)
CSS RGBa245, 237, 27,1rgba(245,237,27,1)
CMYK Modelcmyk(0%,3%,89%,4%)
HSL Color Space58,92% ,53%hsl(58,92% ,53%)
HSV Color Space58°, 89%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011110110100011011
Octal36535533
Decimal24523727
Hexf5ed1b

Different shades of #f5ed1b color code.

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

Light Shade of #f5ed1b
#f7f14c
Dark Shade of #f5ed1b
#d4cc09
Saturated Shade of #f5ed1b
#fff611
Desaturated Shade of #f5ed1b
#e9e227
Grey scale Shade of #f5ed1b
#888888
Brighten Shade
#ffff34
Most Readable Shade
#000000

Shades of #f5ed1b color code

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

#f5ed1b
#d9d218
#beb815
#a39e12
#88830f
#6c690c
#514f09
#363406
#1b1a03
#000000

Similar Color like #f5ed1b color

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

#f6ee1c
#f7ef1d
#f8f01e
#f9f11f
#faf220
#fbf321
#fcf422
#fdf523
#fef624
#fff725
#fff826
#fff927
#fffa28
#fffb29
#f4ec1a
#f3eb19
#f2ea18
#f1e917
#f0e816
#efe715
#eee614
#ede513
#ece412
#ebe311
#eae210
#e9e10f
#e8e00e
#e7df0d

Monochromatic Color with #f5ed1b

#f5ed1b
#201f04
#4b4908
#75720d
#a09b12
#cac416

Tints of #f5ed1b Color

#f5ed1b
#f6ef34
#f7f14d
#f8f367
#f9f580
#faf799
#fbf9b3
#fcfbcc
#fdfde5
#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

#f5ed1b
#1b23f5

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

Split Complementary

#f5ed1b
#1b90f5
#801bf5

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

Analogous Color

#f5961b
#f5c11b
#f5ed1b
#d1f51b
#a6f51b

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

#f5ed1b
#1bf5ed
#ed1bf5

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

#f5ed1b
#1bf580
#1b23f5
#f51b90

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

#f5ed1b
#1b23f5
#801bf5
#90f51b

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

#f5ed1b Color Code Preview on Black Background Color

This is how #f5ed1b Color will look on black background color. Color contrast ratio is 17.01

#f5ed1b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5ed1b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5ed1b

#f5ed1b color code is use for CSS Background Color

Background color for the above div is #f5ed1b

HTML with inline CSS

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

#f5ed1b color code is use for CSS Border Color

CSS Border color for the above div is #f5ed1b

HTML with inline CSS

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

CSS Border Left color for the above div is #f5ed1b

HTML with inline CSS

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

CSS Border Right color for the above div is #f5ed1b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5ed1b

HTML with inline CSS

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

CSS Border Top color for the above div is #f5ed1b

HTML with inline CSS

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

#f5ed1b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5ed1b Color code Preview on White Background

This is how #f5ed1b Color code will look on white background color. Color contrast ratio is 1.23

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

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.