crispedge.com

Color picker

Loading...

#faff07 hex color - Yellow - Warm color - Information

#faff07 hex color - Yellow - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Yellow

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

Hex #faff07 color code is between #ffee00 web safe hex color code and #eedd00 web safe hex color code. #ffee00 is the nearest web safe color code. You can see here many more shades of #faff07 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codefaff07#faff07
RGB Decimal250, 255, 7rgb(250, 255, 7)
RGB Percent98%, 100%, 3%rgb(98%, 100%, 3%)
CSS RGBa250, 255, 7,1rgba(250,255,7,1)
CMYK Modelcmyk(2%,0%,97%,0%)
HSL Color Space61,100% ,51%hsl(61,100% ,51%)
HSV Color Space61°, 97%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110101111111100000111
Octal3723777
Decimal2502557
Hexfaff07

Different shades of #faff07 color code.

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

Light Shade of #faff07
#fbff3a
Dark Shade of #faff07
#cfd300
Saturated Shade of #faff07
#faff07
Desaturated Shade of #faff07
#eef313
Grey scale Shade of #faff07
#838383
Brighten Shade
#ffff20
Most Readable Shade
#000000

Shades of #faff07 color code

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

#faff07
#dee206
#c2c605
#a6aa04
#8a8d03
#6f7103
#535502
#373801
#1b1c00
#000000

Similar Color like #faff07 color

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

#fbff08
#fcff09
#fdff0a
#feff0b
#ffff0c
#ffff0d
#ffff0e
#ffff0f
#ffff10
#ffff11
#ffff12
#ffff13
#ffff14
#ffff15
#f9fe06
#f8fd05
#f7fc04
#f6fb03
#f5fa02
#f4f901
#f3f800
#f2f700
#f1f600
#f0f500
#eff400
#eef300
#edf200
#ecf100

Monochromatic Color with #faff07

#faff07
#2a2a01
#535502
#7d8004
#a7aa05
#d0d406

Tints of #faff07 Color

#faff07
#faff22
#fbff3e
#fbff59
#fcff75
#fcff90
#fdffac
#fdffc7
#feffe3
#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

#faff07
#0c07ff

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

Split Complementary

#faff07
#077eff
#8807ff

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

Analogous Color

#ffa107
#ffd207
#faff07
#c8ff07
#97ff07

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

#faff07
#07faff
#ff07fa

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

#faff07
#07ff88
#0c07ff
#ff077e

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

#faff07
#0c07ff
#8807ff
#7eff07

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

#faff07 Color Code Preview on Black Background Color

This is how #faff07 Color will look on black background color. Color contrast ratio is 19.37

#faff07 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faff07

HTML with inline CSS

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

Your Example Paragraph content text in with font color #faff07

#faff07 color code is use for CSS Background Color

Background color for the above div is #faff07

HTML with inline CSS

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

#faff07 color code is use for CSS Border Color

CSS Border color for the above div is #faff07

HTML with inline CSS

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

CSS Border Left color for the above div is #faff07

HTML with inline CSS

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

CSS Border Right color for the above div is #faff07

HTML with inline CSS

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

CSS Border Bottom color for the above div is #faff07

HTML with inline CSS

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

CSS Border Top color for the above div is #faff07

HTML with inline CSS

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

#faff07 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#faff07 Color code Preview on White Background

This is how #faff07 Color code will look on white background color. Color contrast ratio is 1.08

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

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(250,255,7,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(12,7,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(250,255,7,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.