crispedge.com

Color picker

Loading...

#f1d432 hex color - Yellow - Warm color - Information

#f1d432 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #f1d432 Color code in RGB color code model is created after adding 94.51% red color, 83.14% green color and 19.61% blue color. Hex #f1d432 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 79% yellow and 5% black.

Hex #f1d432 color code is between #eecc33 web safe hex color code and #ffdd22 web safe hex color code. #eecc33 is the nearest web safe color code. You can see here many more shades of #f1d432 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef1d432#f1d432
RGB Decimal241, 212, 50rgb(241, 212, 50)
RGB Percent95%, 83%, 20%rgb(95%, 83%, 20%)
CSS RGBa241, 212, 50,1rgba(241,212,50,1)
CMYK Modelcmyk(0%,12%,79%,5%)
HSL Color Space51,87% ,57%hsl(51,87% ,57%)
HSV Color Space51°, 79%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011101010000110010
Octal36132462
Decimal24121250
Hexf1d432

Different shades of #f1d432 color code.

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

Light Shade of #f1d432
#f4de62
Dark Shade of #f1d432
#e1c10f
Saturated Shade of #f1d432
#fcdc27
Desaturated Shade of #f1d432
#e6cc3d
Grey scale Shade of #f1d432
#919191
Brighten Shade
#ffed4b
Most Readable Shade
#000000

Shades of #f1d432 color code

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

#f1d432
#d6bc2c
#bba426
#a08d21
#85751b
#6b5e16
#504610
#352f0b
#1a1705
#000000

Similar Color like #f1d432 color

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

#f2d533
#f3d634
#f4d735
#f5d836
#f6d937
#f7da38
#f8db39
#f9dc3a
#fadd3b
#fbde3c
#fcdf3d
#fde03e
#fee13f
#ffe240
#f0d331
#efd230
#eed12f
#edd02e
#eccf2d
#ebce2c
#eacd2b
#e9cc2a
#e8cb29
#e7ca28
#e6c927
#e5c826
#e4c725
#e3c624

Monochromatic Color with #f1d432

#f1d432
#1c1906
#473e0f
#716418
#9c8920
#c6af29

Tints of #f1d432 Color

#f1d432
#f2d848
#f4dd5f
#f5e276
#f7e78d
#f8eba3
#faf0ba
#fbf5d1
#fdfae8
#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

#f1d432
#324ff1

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

Split Complementary

#f1d432
#32aef1
#7432f1

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

Analogous Color

#f18832
#f1ae32
#f1d432
#e8f132
#c2f132

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

#f1d432
#32f1d4
#d432f1

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

#f1d432
#32f174
#324ff1
#f132ae

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

#f1d432
#324ff1
#7532f1
#aef132

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

#f1d432 Color Code Preview on Black Background Color

This is how #f1d432 Color will look on black background color. Color contrast ratio is 14.20

#f1d432 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1d432

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1d432

#f1d432 color code is use for CSS Background Color

Background color for the above div is #f1d432

HTML with inline CSS

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

#f1d432 color code is use for CSS Border Color

CSS Border color for the above div is #f1d432

HTML with inline CSS

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

CSS Border Left color for the above div is #f1d432

HTML with inline CSS

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

CSS Border Right color for the above div is #f1d432

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1d432

HTML with inline CSS

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

CSS Border Top color for the above div is #f1d432

HTML with inline CSS

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

#f1d432 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1d432 Color code Preview on White Background

This is how #f1d432 Color code will look on white background color. Color contrast ratio is 1.48

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

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(241,212,50,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(50,79,241,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(241,212,50,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.