crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#f1c703 hex color - Yellow - Warm color - Information

#f1c703 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #f1c703 Color code in RGB color code model is created after adding 94.51% red color, 78.04% green color and 1.18% blue color. Hex #f1c703 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 17% magenta, 99% yellow and 5% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codef1c703#f1c703
RGB Decimal241, 199, 3rgb(241, 199, 3)
RGB Percent95%, 78%, 1%rgb(95%, 78%, 1%)
CSS RGBa241, 199, 3,1rgba(241,199,3,1)
CMYK Modelcmyk(0%,17%,99%,5%)
HSL Color Space49,98% ,48%hsl(49,98% ,48%)
HSV Color Space49°, 99%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011100011100000011
Octal3613073
Decimal2411993
Hexf1c703

Different shades of #f1c703 color code.

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

Light Shade of #f1c703
#fcd72b
Dark Shade of #f1c703
#bf9d02
Saturated Shade of #f1c703
#f4c900
Desaturated Shade of #f1c703
#e5bf0f
Grey scale Shade of #f1c703
#7a7a7a
Brighten Shade
#ffe01c
Most Readable Shade
#000000

Shades of #f1c703 color code

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

#f1c703
#d6b002
#bb9a02
#a08402
#856e01
#6b5801
#504201
#352c00
#1a1600
#000000

Similar Color like #f1c703 color

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

#f2c804
#f3c905
#f4ca06
#f5cb07
#f6cc08
#f7cd09
#f8ce0a
#f9cf0b
#fad00c
#fbd10d
#fcd20e
#fdd30f
#fed410
#ffd511
#f0c602
#efc501
#eec400
#edc300
#ecc200
#ebc100
#eac000
#e9bf00
#e8be00
#e7bd00
#e6bc00
#e5bb00
#e4ba00
#e3b900

Monochromatic Color with #f1c703

#f1c703
#1c1800
#473b01
#715e01
#9c8102
#c6a402

Tints of #f1c703 Color

#f1c703
#f2cd1f
#f4d33b
#f5d957
#f7df73
#f8e68f
#faecab
#fbf2c7
#fdf8e3
#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

#f1c703
#032df1

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

Split Complementary

#f1c703
#03a4f1
#5003f1

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

Analogous Color

#f16803
#f19703
#f1c703
#ebf103
#bcf103

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

#f1c703
#03f1c7
#c703f1

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

#f1c703
#03f150
#032df1
#f103a4

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

#f1c703
#032df1
#5003f1
#a4f103

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

#f1c703 Color Code Preview on Black Background Color

This is how #f1c703 Color will look on black background color. Color contrast ratio is 12.91

#f1c703 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1c703

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1c703

#f1c703 color code is use for CSS Background Color

Background color for the above div is #f1c703

HTML with inline CSS

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

#f1c703 color code is use for CSS Border Color

CSS Border color for the above div is #f1c703

HTML with inline CSS

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

CSS Border Left color for the above div is #f1c703

HTML with inline CSS

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

CSS Border Right color for the above div is #f1c703

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1c703

HTML with inline CSS

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

CSS Border Top color for the above div is #f1c703

HTML with inline CSS

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

#f1c703 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1c703 Color code Preview on White Background

This is how #f1c703 Color code will look on white background color. Color contrast ratio is 1.63

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.