crispedge.com

Color picker

Loading...

#f5fc95 hex color - Yellow - Warm color - Information

#f5fc95 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

Hex #f5fc95 Color code in RGB color code model is created after adding 96.08% red color, 98.82% green color and 58.43% blue color. Hex #f5fc95 Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 0% magenta, 41% yellow and 1% black.

Hex #f5fc95 color code is between #eeff99 web safe hex color code and #ffee88 web safe hex color code. #eeff99 is the nearest web safe color code. You can see here many more shades of #f5fc95 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codef5fc95#f5fc95
RGB Decimal245, 252, 149rgb(245, 252, 149)
RGB Percent96%, 99%, 58%rgb(96%, 99%, 58%)
CSS RGBa245, 252, 149,1rgba(245,252,149,1)
CMYK Modelcmyk(3%,0%,41%,1%)
HSL Color Space64,94% ,79%hsl(64,94% ,79%)
HSV Color Space64°, 41%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011111110010010101
Octal365374225
Decimal245252149
Hexf5fc95

Different shades of #f5fc95 color code.

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

Light Shade of #f5fc95
#fafdc7
Dark Shade of #f5fc95
#f0fb63
Saturated Shade of #f5fc95
#f8ff92
Desaturated Shade of #f5fc95
#f0f79a
Grey scale Shade of #f5fc95
#c8c8c8
Brighten Shade
#ffffae
Most Readable Shade
#000000

Shades of #f5fc95 color code

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

#f5fc95
#d9e084
#bec473
#a3a863
#888c52
#6c7042
#515431
#363821
#1b1c10
#000000

Similar Color like #f5fc95 color

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

#f6fd96
#f7fe97
#f8ff98
#f9ff99
#faff9a
#fbff9b
#fcff9c
#fdff9d
#feff9e
#ffff9f
#ffffa0
#ffffa1
#ffffa2
#ffffa3
#f4fb94
#f3fa93
#f2f992
#f1f891
#f0f790
#eff68f
#eef58e
#edf48d
#ecf38c
#ebf28b
#eaf18a
#e9f089
#e8ef88
#e7ee87

Monochromatic Color with #f5fc95

#f5fc95
#262717
#505230
#797c4a
#a2a763
#ccd17c

Tints of #f5fc95 Color

#f5fc95
#f6fca0
#f7fcac
#f8fdb8
#f9fdc4
#fafdcf
#fbfedb
#fcfee7
#fdfef3
#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

#f5fc95
#9c95fc

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

Split Complementary

#f5fc95
#95c2fc
#cf95fc

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

Analogous Color

#fcda95
#fcee95
#f5fc95
#e0fc95
#ccfc95

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

#f5fc95
#95f5fc
#fc95f5

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

#f5fc95
#95fccf
#9c95fc
#fc95c1

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

#f5fc95
#9c95fc
#cf95fc
#c2fc95

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

#f5fc95 Color Code Preview on Black Background Color

This is how #f5fc95 Color will look on black background color. Color contrast ratio is 19.24

#f5fc95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5fc95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f5fc95

#f5fc95 color code is use for CSS Background Color

Background color for the above div is #f5fc95

HTML with inline CSS

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

#f5fc95 color code is use for CSS Border Color

CSS Border color for the above div is #f5fc95

HTML with inline CSS

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

CSS Border Left color for the above div is #f5fc95

HTML with inline CSS

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

CSS Border Right color for the above div is #f5fc95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f5fc95

HTML with inline CSS

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

CSS Border Top color for the above div is #f5fc95

HTML with inline CSS

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

#f5fc95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f5fc95 Color code Preview on White Background

This is how #f5fc95 Color code will look on white background color. Color contrast ratio is 1.09

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(245,252,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(156,149,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(245,252,149,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.