crispedge.com

Color picker

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

#f4d370 hex color - Yellow - Warm color - Information

#f4d370 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #f4d370 Color code in RGB color code model is created after adding 95.69% red color, 82.75% green color and 43.92% blue color. Hex #f4d370 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 14% magenta, 54% yellow and 4% black.

Hex #f4d370 color code is between #eecc77 web safe hex color code and #ffdd66 web safe hex color code. #eecc77 is the nearest web safe color code. You can see here many more shades of #f4d370 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef4d370#f4d370
RGB Decimal244, 211, 112rgb(244, 211, 112)
RGB Percent96%, 83%, 44%rgb(96%, 83%, 44%)
CSS RGBa244, 211, 112,1rgba(244,211,112,1)
CMYK Modelcmyk(0%,14%,54%,4%)
HSL Color Space45,86% ,70%hsl(45,86% ,70%)
HSV Color Space45°, 54%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101001101001101110000
Octal364323160
Decimal244211112
Hexf4d370

Different shades of #f4d370 color code.

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

Light Shade of #f4d370
#f8e29f
Dark Shade of #f4d370
#f0c441
Saturated Shade of #f4d370
#fcd768
Desaturated Shade of #f4d370
#eccf78
Grey scale Shade of #f4d370
#b2b2b2
Brighten Shade
#ffec89
Most Readable Shade
#000000

Shades of #f4d370 color code

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

#f4d370
#d8bb63
#bda457
#a28c4a
#87753e
#6c5d31
#514625
#362e18
#1b170c
#000000

Similar Color like #f4d370 color

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

#f5d471
#f6d572
#f7d673
#f8d774
#f9d875
#fad976
#fbda77
#fcdb78
#fddc79
#fedd7a
#ffde7b
#ffdf7c
#ffe07d
#ffe17e
#f3d26f
#f2d16e
#f1d06d
#f0cf6c
#efce6b
#eecd6a
#edcc69
#eccb68
#ebca67
#eac966
#e9c865
#e8c764
#e7c663
#e6c562

Monochromatic Color with #f4d370

#f4d370
#1f1b0e
#4a4022
#746535
#9f8949
#c9ae5c

Tints of #f4d370 Color

#f4d370
#f5d77f
#f6dc8f
#f7e19f
#f8e6af
#faebbf
#fbf0cf
#fcf5df
#fdfaef
#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

#f4d370
#7091f4

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

Split Complementary

#f4d370
#70d3f4
#9170f4

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

Analogous Color

#f49e70
#f4b970
#f4d370
#f4ed70
#e0f470

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

#f4d370
#70f4d3
#d370f4

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

#f4d370
#70f491
#7091f4
#f470d3

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

#f4d370
#7091f4
#9170f4
#d3f470

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

#f4d370 Color Code Preview on Black Background Color

This is how #f4d370 Color will look on black background color. Color contrast ratio is 14.40

#f4d370 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f4d370

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f4d370

#f4d370 color code is use for CSS Background Color

Background color for the above div is #f4d370

HTML with inline CSS

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

#f4d370 color code is use for CSS Border Color

CSS Border color for the above div is #f4d370

HTML with inline CSS

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

CSS Border Left color for the above div is #f4d370

HTML with inline CSS

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

CSS Border Right color for the above div is #f4d370

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f4d370

HTML with inline CSS

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

CSS Border Top color for the above div is #f4d370

HTML with inline CSS

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

#f4d370 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f4d370 Color code Preview on White Background

This is how #f4d370 Color code will look on white background color. Color contrast ratio is 1.46

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.