crispedge.com

Color picker

Loading...

#f8b048 hex color - Yellow - Warm color - Information

#f8b048 hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #f8b048 Color code in RGB color code model is created after adding 97.25% red color, 69.02% green color and 28.24% blue color. Hex #f8b048 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 71% yellow and 3% black.

Hex #f8b048 color code is between #ffaa44 web safe hex color code and #eebb55 web safe hex color code. #ffaa44 is the nearest web safe color code. You can see here many more shades of #f8b048 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef8b048#f8b048
RGB Decimal248, 176, 72rgb(248, 176, 72)
RGB Percent97%, 69%, 28%rgb(97%, 69%, 28%)
CSS RGBa248, 176, 72,1rgba(248,176,72,1)
CMYK Modelcmyk(0%,29%,71%,3%)
HSL Color Space35,93% ,63%hsl(35,93% ,63%)
HSV Color Space35°, 71%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110001011000001001000
Octal370260110
Decimal24817672
Hexf8b048

Different shades of #f8b048 color code.

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

Light Shade of #f8b048
#fac579
Dark Shade of #f8b048
#f69b17
Saturated Shade of #f8b048
#ffb141
Desaturated Shade of #f8b048
#eeae51
Grey scale Shade of #f8b048
#a0a0a0
Brighten Shade
#ffc961
Most Readable Shade
#000000

Shades of #f8b048 color code

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

#f8b048
#dc9c40
#c08838
#a57530
#896128
#6e4e20
#523a18
#372710
#1b1308
#000000

Similar Color like #f8b048 color

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

#f9b149
#fab24a
#fbb34b
#fcb44c
#fdb54d
#feb64e
#ffb74f
#ffb850
#ffb951
#ffba52
#ffbb53
#ffbc54
#ffbd55
#ffbe56
#f7af47
#f6ae46
#f5ad45
#f4ac44
#f3ab43
#f2aa42
#f1a941
#f0a840
#efa73f
#eea63e
#eda53d
#eca43c
#eba33b
#eaa23a

Monochromatic Color with #f8b048

#f8b048
#23190a
#4e3717
#785623
#a3742f
#cd923c

Tints of #f8b048 Color

#f8b048
#f8b85c
#f9c170
#faca85
#fbd399
#fbdbad
#fce4c2
#fdedd6
#fef6ea
#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

#f8b048
#4890f8

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

Split Complementary

#f8b048
#48e8f8
#5848f8

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

Analogous Color

#f86a48
#f88d48
#f8b048
#f8d348
#f8f648

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

#f8b048
#48f8b0
#b048f8

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

#f8b048
#48f858
#4890f8
#f848e8

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

#f8b048
#4890f8
#5848f8
#e8f848

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

#f8b048 Color Code Preview on Black Background Color

This is how #f8b048 Color will look on black background color. Color contrast ratio is 11.30

#f8b048 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8b048

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f8b048

#f8b048 color code is use for CSS Background Color

Background color for the above div is #f8b048

HTML with inline CSS

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

#f8b048 color code is use for CSS Border Color

CSS Border color for the above div is #f8b048

HTML with inline CSS

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

CSS Border Left color for the above div is #f8b048

HTML with inline CSS

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

CSS Border Right color for the above div is #f8b048

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f8b048

HTML with inline CSS

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

CSS Border Top color for the above div is #f8b048

HTML with inline CSS

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

#f8b048 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f8b048 Color code Preview on White Background

This is how #f8b048 Color code will look on white background color. Color contrast ratio is 1.86

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

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(248,176,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,144,248,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(248,176,72,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.