crispedge.com

Color picker

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

#faf661 hex color - Yellow - Warm color - Information

#faf661 hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #faf661 Color code in RGB color code model is created after adding 98.04% red color, 96.47% green color and 38.04% blue color. Hex #faf661 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 61% yellow and 2% black.

Hex #faf661 color code is between #ffee66 web safe hex color code and #eeff55 web safe hex color code. #ffee66 is the nearest web safe color code. You can see here many more shades of #faf661 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefaf661#faf661
RGB Decimal250, 246, 97rgb(250, 246, 97)
RGB Percent98%, 96%, 38%rgb(98%, 96%, 38%)
CSS RGBa250, 246, 97,1rgba(250,246,97,1)
CMYK Modelcmyk(0%,2%,61%,2%)
HSL Color Space58,94% ,68%hsl(58,94% ,68%)
HSV Color Space58°, 61%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101111011001100001
Octal372366141
Decimal25024697
Hexfaf661

Different shades of #faf661 color code.

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

Light Shade of #faf661
#fcf992
Dark Shade of #faf661
#f8f330
Saturated Shade of #faf661
#fffb5c
Desaturated Shade of #faf661
#f2ee69
Grey scale Shade of #faf661
#adadad
Brighten Shade
#ffff7a
Most Readable Shade
#000000

Shades of #faf661 color code

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

#faf661
#deda56
#c2bf4b
#a6a440
#8a8835
#6f6d2b
#535220
#373615
#1b1b0a
#000000

Similar Color like #faf661 color

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

#fbf762
#fcf863
#fdf964
#fefa65
#fffb66
#fffc67
#fffd68
#fffe69
#ffff6a
#ffff6b
#ffff6c
#ffff6d
#ffff6e
#ffff6f
#f9f560
#f8f45f
#f7f35e
#f6f25d
#f5f15c
#f4f05b
#f3ef5a
#f2ee59
#f1ed58
#f0ec57
#efeb56
#eeea55
#ede954
#ece853

Monochromatic Color with #faf661

#faf661
#25250f
#504f1f
#7a7930
#a5a240
#cfcc51

Tints of #faf661 Color

#faf661
#faf772
#fbf884
#fbf995
#fcfaa7
#fcfbb8
#fdfcca
#fdfddb
#fefeed
#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

#faf661
#6165fa

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

Split Complementary

#faf661
#61b1fa
#aa61fa

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

Analogous Color

#fab961
#fad761
#faf661
#dffa61
#c1fa61

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

#faf661
#61faf6
#f661fa

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

#faf661
#61faa9
#6165fa
#fa61b1

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

#faf661
#6165fa
#aa61fa
#b1fa61

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

#faf661 Color Code Preview on Black Background Color

This is how #faf661 Color will look on black background color. Color contrast ratio is 18.42

#faf661 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faf661

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faf661

#faf661 color code is use for CSS Background Color

Background color for the above div is #faf661

HTML with inline CSS

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

#faf661 color code is use for CSS Border Color

CSS Border color for the above div is #faf661

HTML with inline CSS

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

CSS Border Left color for the above div is #faf661

HTML with inline CSS

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

CSS Border Right color for the above div is #faf661

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faf661

HTML with inline CSS

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

CSS Border Top color for the above div is #faf661

HTML with inline CSS

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

#faf661 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faf661 Color code Preview on White Background

This is how #faf661 Color code will look on white background color. Color contrast ratio is 1.14

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

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.