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

#fcb52b hex color - Yellow - Warm color - Information

#fcb52b hex color - Yellow - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Yellow

Hex #fcb52b Color code in RGB color code model is created after adding 98.82% red color, 70.98% green color and 16.86% blue color. Hex #fcb52b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 83% yellow and 1.18% black.

Hex #fcb52b color code is between #ffbb33 web safe hex color code and #eeaa22 web safe hex color code. #ffbb33 is the nearest web safe color code. You can see here many more shades of #fcb52b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefcb52b#fcb52b
RGB Decimal252, 181, 43rgb(252, 181, 43)
RGB Percent99%, 71%, 17%rgb(99%, 71%, 17%)
CSS RGBa252, 181, 43,1rgba(252,181,43,1)
CMYK Modelcmyk(0%,28%,83%,1.18%)
HSL Color Space40,97% ,58%hsl(40,97% ,58%)
HSV Color Space40°, 83%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001011010100101011
Octal37426553
Decimal25218143
Hexfcb52b

Different shades of #fcb52b color code.

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

Light Shade of #fcb52b
#fdc75d
Dark Shade of #fcb52b
#f1a003
Saturated Shade of #fcb52b
#ffb628
Desaturated Shade of #fcb52b
#f1b236
Grey scale Shade of #fcb52b
#939393
Brighten Shade
#ffce44
Most Readable Shade
#000000

Shades of #fcb52b color code

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

#fcb52b
#e0a026
#c48c21
#a8781c
#8c6417
#705013
#543c0e
#382809
#1c1404
#000000

Similar Color like #fcb52b color

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

#fdb62c
#feb72d
#ffb82e
#ffb92f
#ffba30
#ffbb31
#ffbc32
#ffbd33
#ffbe34
#ffbf35
#ffc036
#ffc137
#ffc238
#ffc339
#fbb42a
#fab329
#f9b228
#f8b127
#f7b026
#f6af25
#f5ae24
#f4ad23
#f3ac22
#f2ab21
#f1aa20
#f0a91f
#efa81e
#eea71d

Monochromatic Color with #fcb52b

#fcb52b
#271c07
#523b0e
#7c5915
#a7781d
#d19624

Tints of #fcb52b Color

#fcb52b
#fcbd42
#fcc55a
#fdcd71
#fdd589
#fddea0
#fee6b8
#feeecf
#fef6e7
#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

#fcb52b
#2b72fc

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

Split Complementary

#fcb52b
#2bdbfc
#4c2bfc

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

Analogous Color

#fc612b
#fc8b2b
#fcb52b
#fcdf2b
#effc2b

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

#fcb52b
#2bfcb5
#b52bfc

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

#fcb52b
#2bfc4c
#2b72fc
#fc2bda

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

#fcb52b
#2b72fc
#4c2bfc
#dbfc2b

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

#fcb52b Color Code Preview on Black Background Color

This is how #fcb52b Color will look on black background color. Color contrast ratio is 11.78

#fcb52b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb52b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcb52b

#fcb52b color code is use for CSS Background Color

Background color for the above div is #fcb52b

HTML with inline CSS

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

#fcb52b color code is use for CSS Border Color

CSS Border color for the above div is #fcb52b

HTML with inline CSS

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

CSS Border Left color for the above div is #fcb52b

HTML with inline CSS

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

CSS Border Right color for the above div is #fcb52b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcb52b

HTML with inline CSS

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

CSS Border Top color for the above div is #fcb52b

HTML with inline CSS

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

#fcb52b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcb52b Color code Preview on White Background

This is how #fcb52b Color code will look on white background color. Color contrast ratio is 1.78

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

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,181,43,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(43,114,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(252,181,43,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.