crispedge.com

Color picker

Loading...

#f3bd00 hex color - Yellow - Warm color - Information

#f3bd00 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #f3bd00 Color code in RGB color code model is created after adding 95.29% red color, 74.12% green color and 0% blue color. Hex #f3bd00 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 100% yellow and 5% black.

Hex #f3bd00 color code is between #eebb00 web safe hex color code and #ffcc00 web safe hex color code. #eebb00 is the nearest web safe color code. You can see here many more shades of #f3bd00 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codef3bd00#f3bd00
RGB Decimal243, 189, 0rgb(243, 189, 0)
RGB Percent95%, 74%, 0%rgb(95%, 74%, 0%)
CSS RGBa243, 189, 0,1rgba(243,189,0,1)
CMYK Modelcmyk(0%,22%,100%,5%)
HSL Color Space47,100% ,48%hsl(47,100% ,48%)
HSV Color Space47°, 100%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100111011110100000000
Octal3632750
Decimal2431890
Hexf3bd00

Different shades of #f3bd00 color code.

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

Light Shade of #f3bd00
#ffcf27
Dark Shade of #f3bd00
#c09500
Saturated Shade of #f3bd00
#f3bd00
Desaturated Shade of #f3bd00
#e7b60c
Grey scale Shade of #f3bd00
#797979
Brighten Shade
#ffd619
Most Readable Shade
#000000

Shades of #f3bd00 color code

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

#f3bd00
#d8a800
#bd9300
#a27e00
#876900
#6c5400
#513f00
#362a00
#1b1500
#000000

Similar Color like #f3bd00 color

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

#f4be01
#f5bf02
#f6c003
#f7c104
#f8c205
#f9c306
#fac407
#fbc508
#fcc609
#fdc70a
#fec80b
#ffc90c
#ffca0d
#ffcb0e
#f2bc00
#f1bb00
#f0ba00
#efb900
#eeb800
#edb700
#ecb600
#ebb500
#eab400
#e9b300
#e8b200
#e7b100
#e6b000
#e5af00

Monochromatic Color with #f3bd00

#f3bd00
#1e1800
#493900
#735a00
#9e7b00
#c89c00

Tints of #f3bd00 Color

#f3bd00
#f4c41c
#f5cb38
#f7d355
#f8da71
#f9e18d
#fbe9aa
#fcf0c6
#fdf7e2
#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

#f3bd00
#0036f3

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

Split Complementary

#f3bd00
#00aff3
#4400f3

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

Analogous Color

#f35c00
#f38c00
#f3bd00
#f3ee00
#c8f300

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

#f3bd00
#00f3bd
#bd00f3

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

#f3bd00
#00f343
#0036f3
#f300af

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

#f3bd00
#0036f3
#4400f3
#aff300

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

#f3bd00 Color Code Preview on Black Background Color

This is how #f3bd00 Color will look on black background color. Color contrast ratio is 12.09

#f3bd00 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f3bd00

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f3bd00

#f3bd00 color code is use for CSS Background Color

Background color for the above div is #f3bd00

HTML with inline CSS

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

#f3bd00 color code is use for CSS Border Color

CSS Border color for the above div is #f3bd00

HTML with inline CSS

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

CSS Border Left color for the above div is #f3bd00

HTML with inline CSS

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

CSS Border Right color for the above div is #f3bd00

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f3bd00

HTML with inline CSS

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

CSS Border Top color for the above div is #f3bd00

HTML with inline CSS

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

#f3bd00 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f3bd00 Color code Preview on White Background

This is how #f3bd00 Color code will look on white background color. Color contrast ratio is 1.74

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

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(243,189,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(0,54,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(243,189,0,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.