@
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.

#fcf25f hex color - Yellow - Warm color - Information

#fcf25f hex color - Yellow - Warm color

Color Hue/Base color: Yellow

Hex #fcf25f Color code in RGB color code model is created after adding 98.82% red color, 94.9% green color and 37.25% blue color. Hex #fcf25f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 62% yellow and 1.18% black.

Hex #fcf25f 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 #fcf25f 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 fcf25f #fcf25f
RGB Decimal 252, 242, 95 rgb(252, 242, 95)
RGB Percent 99%, 95%, 37% rgb(99%, 95%, 37%)
CSS RGBa 252, 242, 95,1 rgba(252,242,95,1)
CMYK Model cmyk(0%,4%,62%,1.18%)
HSL Color Space 56,96% ,68% hsl(56,96% ,68%)
HSV Color Space 56°, 62%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111100 11110010 01011111
Octal 374 362 137
Decimal 252 242 95
Hex fc f2 5f

Different shades of #fcf25f color code.

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

Light Shade of #fcf25f
#fdf691
Dark Shade of #fcf25f
#fbee2d
Saturated Shade of #fcf25f
#fff55c
Desaturated Shade of #fcf25f
#f4eb67
Grey scale Shade of #fcf25f
#adadad
Brighten Shade
#ffff78
Most Readable Shade
#000000

Shades of #fcf25f color code

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

#fcf25f
#e0d754
#c4bc49
#a8a13f
#8c8634
#706b2a
#54501f
#383515
#1c1a0a
#000000

Similar Color like #fcf25f color

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

#fdf360
#fef461
#fff562
#fff663
#fff764
#fff865
#fff966
#fffa67
#fffb68
#fffc69
#fffd6a
#fffe6b
#ffff6c
#ffff6d
#fbf15e
#faf05d
#f9ef5c
#f8ee5b
#f7ed5a
#f6ec59
#f5eb58
#f4ea57
#f3e956
#f2e855
#f1e754
#f0e653
#efe552
#eee451

Monochromatic Color with #fcf25f

#fcf25f
#27260f
#524f1f
#7c782f
#a7a03f
#d1c94f

Tints of #fcf25f Color

#fcf25f
#fcf370
#fcf482
#fdf694
#fdf7a6
#fdf9b7
#fefac9
#fefcdb
#fefded
#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

#fcf25f
#5f69fc

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

Split Complementary

#fcf25f
#5fb8fc
#a35ffc

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

Analogous Color

#fcb35f
#fcd35f
#fcf25f
#e7fc5f
#c7fc5f

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

#fcf25f
#5ffcf2
#f25ffc

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

#fcf25f
#5ffca3
#5f69fc
#fc5fb7

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

#fcf25f
#5f69fc
#a35ffc
#b8fc5f

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

#fcf25f Color Code Preview on Black Background Color

This is how #fcf25f Color will look on black background color. Color contrast ratio is 18.01

#fcf25f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcf25f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcf25f

#fcf25f color code is use for CSS Background Color

Background color for the above div is #fcf25f

HTML with inline CSS

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

#fcf25f color code is use for CSS Border Color

CSS Border color for the above div is #fcf25f

HTML with inline CSS

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

CSS Border Left color for the above div is #fcf25f

HTML with inline CSS

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

CSS Border Right color for the above div is #fcf25f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcf25f

HTML with inline CSS

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

CSS Border Top color for the above div is #fcf25f

HTML with inline CSS

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

#fcf25f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcf25f Color code Preview on White Background

This is how #fcf25f Color code will look on white background color. Color contrast ratio is 1.17

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

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(252,242,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,105,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,242,95,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.