crispedge.com

Color picker

Loading...

#f3ca42 hex color - Yellow - Warm color - Information

#f3ca42 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #f3ca42 Color code in RGB color code model is created after adding 95.29% red color, 79.22% green color and 25.88% blue color. Hex #f3ca42 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 73% yellow and 5% black.

Hex #f3ca42 color code is between #eecc44 web safe hex color code and #ffbb33 web safe hex color code. #eecc44 is the nearest web safe color code. You can see here many more shades of #f3ca42 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef3ca42#f3ca42
RGB Decimal243, 202, 66rgb(243, 202, 66)
RGB Percent95%, 79%, 26%rgb(95%, 79%, 26%)
CSS RGBa243, 202, 66,1rgba(243,202,66,1)
CMYK Modelcmyk(0%,17%,73%,5%)
HSL Color Space46,88% ,61%hsl(46,88% ,61%)
HSV Color Space46°, 73%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100111100101001000010
Octal363312102
Decimal24320266
Hexf3ca42

Different shades of #f3ca42 color code.

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

Light Shade of #f3ca42
#f6d772
Dark Shade of #f3ca42
#f0bd12
Saturated Shade of #f3ca42
#fdcf38
Desaturated Shade of #f3ca42
#e9c54c
Grey scale Shade of #f3ca42
#9a9a9a
Brighten Shade
#ffe35b
Most Readable Shade
#000000

Shades of #f3ca42 color code

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

#f3ca42
#d8b33a
#bd9d33
#a2862c
#877024
#6c591d
#514316
#362c0e
#1b1607
#000000

Similar Color like #f3ca42 color

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

#f4cb43
#f5cc44
#f6cd45
#f7ce46
#f8cf47
#f9d048
#fad149
#fbd24a
#fcd34b
#fdd44c
#fed54d
#ffd64e
#ffd74f
#ffd850
#f2c941
#f1c840
#f0c73f
#efc63e
#eec53d
#edc43c
#ecc33b
#ebc23a
#eac139
#e9c038
#e8bf37
#e7be36
#e6bd35
#e5bc34

Monochromatic Color with #f3ca42

#f3ca42
#1e1908
#493d14
#73601f
#9e832b
#c8a736

Tints of #f3ca42 Color

#f3ca42
#f4cf57
#f5d56c
#f7db81
#f8e196
#f9e7ab
#fbedc0
#fcf3d5
#fdf9ea
#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

#f3ca42
#426bf3

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

Split Complementary

#f3ca42
#42c4f3
#7242f3

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

Analogous Color

#f38342
#f3a742
#f3ca42
#f3ed42
#d5f342

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

#f3ca42
#42f3ca
#ca42f3

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

#f3ca42
#42f371
#426bf3
#f342c3

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

#f3ca42
#426bf3
#7242f3
#c3f342

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

#f3ca42 Color Code Preview on Black Background Color

This is how #f3ca42 Color will look on black background color. Color contrast ratio is 13.34

#f3ca42 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f3ca42

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f3ca42

#f3ca42 color code is use for CSS Background Color

Background color for the above div is #f3ca42

HTML with inline CSS

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

#f3ca42 color code is use for CSS Border Color

CSS Border color for the above div is #f3ca42

HTML with inline CSS

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

CSS Border Left color for the above div is #f3ca42

HTML with inline CSS

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

CSS Border Right color for the above div is #f3ca42

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f3ca42

HTML with inline CSS

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

CSS Border Top color for the above div is #f3ca42

HTML with inline CSS

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

#f3ca42 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f3ca42 Color code Preview on White Background

This is how #f3ca42 Color code will look on white background color. Color contrast ratio is 1.57

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

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,202,66,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(66,107,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(243,202,66,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.