@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#f2ad01 hex color - Orange - Warm color - Information

#f2ad01 hex color - Orange - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Orange

Hex #f2ad01 Color code in RGB color code model is created after adding 94.9% red color, 67.84% green color and 0.39% blue color. Hex #f2ad01 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 29% magenta, 100% yellow and 5.1% black.

Hex #f2ad01 color code is between #eeaa00 web safe hex color code and #ffbb00 web safe hex color code. #eeaa00 is the nearest web safe color code. You can see here many more shades of #f2ad01 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code f2ad01 #f2ad01
RGB Decimal 242, 173, 1 rgb(242, 173, 1)
RGB Percent 95%, 68%, 0% rgb(95%, 68%, 0%)
CSS RGBa 242, 173, 1,1 rgba(242,173,1,1)
CMYK Model cmyk(0%,29%,100%,5.1%)
HSL Color Space 43,99% ,48% hsl(43,99% ,48%)
HSV Color Space 43°, 100%, 95%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11110010 10101101 00000001
Octal 362 255 1
Decimal 242 173 1
Hex f2 ad 01

Different shades of #f2ad01 color code.

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

Light Shade of #f2ad01
#fec128
Dark Shade of #f2ad01
#bf8901
Saturated Shade of #f2ad01
#f3ad00
Desaturated Shade of #f2ad01
#e6a80d
Grey scale Shade of #f2ad01
#797979
Brighten Shade
#ffc61a
Most Readable Shade
#000000

Shades of #f2ad01 color code

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

#f2ad01
#d79900
#bc8600
#a17300
#866000
#6b4c00
#503900
#352600
#1a1300
#000000

Similar Color like #f2ad01 color

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

#f3ae02
#f4af03
#f5b004
#f6b105
#f7b206
#f8b307
#f9b408
#fab509
#fbb60a
#fcb70b
#fdb80c
#feb90d
#ffba0e
#ffbb0f
#f1ac00
#f0ab00
#efaa00
#eea900
#eda800
#eca700
#eba600
#eaa500
#e9a400
#e8a300
#e7a200
#e6a100
#e5a000
#e49f00

Monochromatic Color with #f2ad01

#f2ad01
#1d1500
#483300
#725200
#9d7001
#c78f01

Tints of #f2ad01 Color

#f2ad01
#f3b61d
#f4bf39
#f6c855
#f7d171
#f9da8e
#fae3aa
#fcecc6
#fdf5e2
#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

#f2ad01
#0146f2

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

Split Complementary

#f2ad01
#01bef2
#3501f2

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

Analogous Color

#f24d01
#f27d01
#f2ad01
#f2dd01
#d7f201

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

#f2ad01
#01f2ad
#ad01f2

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

#f2ad01
#01f234
#0146f2
#f201be

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

#f2ad01
#0146f2
#3501f2
#bef201

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

#f2ad01 Color Code Preview on Black Background Color

This is how #f2ad01 Color will look on black background color. Color contrast ratio is 10.75

#f2ad01 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2ad01

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f2ad01

#f2ad01 color code is use for CSS Background Color

Background color for the above div is #f2ad01

HTML with inline CSS

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

#f2ad01 color code is use for CSS Border Color

CSS Border color for the above div is #f2ad01

HTML with inline CSS

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

CSS Border Left color for the above div is #f2ad01

HTML with inline CSS

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

CSS Border Right color for the above div is #f2ad01

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f2ad01

HTML with inline CSS

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

CSS Border Top color for the above div is #f2ad01

HTML with inline CSS

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

#f2ad01 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f2ad01 Color code Preview on White Background

This is how #f2ad01 Color code will look on white background color. Color contrast ratio is 1.95

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

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(242,173,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(1,70,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(242,173,1,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.