crispedge.com

Color picker

Loading...

#f49f30 hex color - Yellow - Warm color - Information

#f49f30 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #f49f30 Color code in RGB color code model is created after adding 95.69% red color, 62.35% green color and 18.82% blue color. Hex #f49f30 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 35% magenta, 80% yellow and 4% black.

Hex #f49f30 color code is between #ee9933 web safe hex color code and #ffaa22 web safe hex color code. #ee9933 is the nearest web safe color code. You can see here many more shades of #f49f30 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef49f30#f49f30
RGB Decimal244, 159, 48rgb(244, 159, 48)
RGB Percent96%, 62%, 19%rgb(96%, 62%, 19%)
CSS RGBa244, 159, 48,1rgba(244,159,48,1)
CMYK Modelcmyk(0%,35%,80%,4%)
HSL Color Space34,90% ,57%hsl(34,90% ,57%)
HSV Color Space34°, 80%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101001001111100110000
Octal36423760
Decimal24415948
Hexf49f30

Different shades of #f49f30 color code.

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

Light Shade of #f49f30
#f7b560
Dark Shade of #f49f30
#e5870c
Saturated Shade of #f49f30
#ffa025
Desaturated Shade of #f49f30
#e99e3b
Grey scale Shade of #f49f30
#929292
Brighten Shade
#ffb849
Most Readable Shade
#000000

Shades of #f49f30 color code

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

#f49f30
#d88d2a
#bd7b25
#a26a20
#87581a
#6c4615
#513510
#36230a
#1b1105
#000000

Similar Color like #f49f30 color

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

#f5a031
#f6a132
#f7a233
#f8a334
#f9a435
#faa536
#fba637
#fca738
#fda839
#fea93a
#ffaa3b
#ffab3c
#ffac3d
#ffad3e
#f39e2f
#f29d2e
#f19c2d
#f09b2c
#ef9a2b
#ee992a
#ed9829
#ec9728
#eb9627
#ea9526
#e99425
#e89324
#e79223
#e69122

Monochromatic Color with #f49f30

#f49f30
#1f1506
#4a300f
#744c17
#9f681f
#c98328

Tints of #f49f30 Color

#f49f30
#f5a947
#f6b45e
#f7bf75
#f8c98c
#fad4a3
#fbdfba
#fce9d1
#fdf4e8
#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

#f49f30
#3085f4

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

Split Complementary

#f49f30
#30e7f4
#3d30f4

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

Analogous Color

#f45130
#f47830
#f49f30
#f4c630
#f4ed30

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

#f49f30
#30f49f
#9f30f4

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

#f49f30
#30f43d
#3085f4
#f430e7

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

#f49f30
#3085f4
#3d30f4
#e7f430

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

#f49f30 Color Code Preview on Black Background Color

This is how #f49f30 Color will look on black background color. Color contrast ratio is 9.85

#f49f30 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f49f30

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f49f30

#f49f30 color code is use for CSS Background Color

Background color for the above div is #f49f30

HTML with inline CSS

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

#f49f30 color code is use for CSS Border Color

CSS Border color for the above div is #f49f30

HTML with inline CSS

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

CSS Border Left color for the above div is #f49f30

HTML with inline CSS

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

CSS Border Right color for the above div is #f49f30

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f49f30

HTML with inline CSS

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

CSS Border Top color for the above div is #f49f30

HTML with inline CSS

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

#f49f30 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f49f30 Color code Preview on White Background

This is how #f49f30 Color code will look on white background color. Color contrast ratio is 2.13

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

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(244,159,48,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(48,133,244,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(244,159,48,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.