crispedge.com

Color picker

Loading...

#f98d40 hex color - Orange - Warm color - Information

#f98d40 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #f98d40 Color code in RGB color code model is created after adding 97.65% red color, 55.29% green color and 25.1% blue color. Hex #f98d40 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 43% magenta, 74% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef98d40#f98d40
RGB Decimal249, 141, 64rgb(249, 141, 64)
RGB Percent98%, 55%, 25%rgb(98%, 55%, 25%)
CSS RGBa249, 141, 64,1rgba(249,141,64,1)
CMYK Modelcmyk(0%,43%,74%,2%)
HSL Color Space25,94% ,61%hsl(25,94% ,61%)
HSV Color Space25°, 74%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110011000110101000000
Octal371215100
Decimal24914164
Hexf98d40

Different shades of #f98d40 color code.

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

Light Shade of #f98d40
#fbab71
Dark Shade of #f98d40
#f76f0f
Saturated Shade of #f98d40
#ff8c3a
Desaturated Shade of #f98d40
#ef8f4a
Grey scale Shade of #f98d40
#9c9c9c
Brighten Shade
#ffa659
Most Readable Shade
#000000

Shades of #f98d40 color code

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

#f98d40
#dd7d38
#c16d31
#a65e2a
#8a4e23
#6e3e1c
#532f15
#371f0e
#1b0f07
#000000

Similar Color like #f98d40 color

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

#fa8e41
#fb8f42
#fc9043
#fd9144
#fe9245
#ff9346
#ff9447
#ff9548
#ff9649
#ff974a
#ff984b
#ff994c
#ff9a4d
#ff9b4e
#f88c3f
#f78b3e
#f68a3d
#f5893c
#f4883b
#f3873a
#f28639
#f18538
#f08437
#ef8336
#ee8235
#ed8134
#ec8033
#eb7f32

Monochromatic Color with #f98d40

#f98d40
#241509
#4f2d14
#79451f
#a45d2a
#ce7535

Tints of #f98d40 Color

#f98d40
#f99955
#faa66a
#fbb37f
#fbbf94
#fcccaa
#fdd9bf
#fde5d4
#fef2e9
#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

#f98d40
#40acf9

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

Split Complementary

#f98d40
#40f9ea
#404ff9

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

Analogous Color

#f94340
#f96840
#f98d40
#f9b240
#f9d740

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

#f98d40
#40f98d
#8d40f9

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

#f98d40
#4ff940
#40acf9
#e940f9

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

#f98d40
#40acf9
#404ff9
#f9ea40

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

#f98d40 Color Code Preview on Black Background Color

This is how #f98d40 Color will look on black background color. Color contrast ratio is 8.91

#f98d40 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f98d40

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f98d40

#f98d40 color code is use for CSS Background Color

Background color for the above div is #f98d40

HTML with inline CSS

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

#f98d40 color code is use for CSS Border Color

CSS Border color for the above div is #f98d40

HTML with inline CSS

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

CSS Border Left color for the above div is #f98d40

HTML with inline CSS

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

CSS Border Right color for the above div is #f98d40

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f98d40

HTML with inline CSS

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

CSS Border Top color for the above div is #f98d40

HTML with inline CSS

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

#f98d40 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f98d40 Color code Preview on White Background

This is how #f98d40 Color code will look on white background color. Color contrast ratio is 2.36

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

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(249,141,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(64,172,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(249,141,64,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.