crispedge.com

Color picker

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

#fcbc00 hex color - Yellow - Warm color - Information

#fcbc00 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #fcbc00 Color code in RGB color code model is created after adding 98.82% red color, 73.73% green color and 0% blue color. Hex #fcbc00 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 25% magenta, 100% yellow and 1% black.

Hex #fcbc00 color code is between #ffbb00 web safe hex color code and #eecc00 web safe hex color code. #ffbb00 is the nearest web safe color code. You can see here many more shades of #fcbc00 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codefcbc00#fcbc00
RGB Decimal252, 188, 0rgb(252, 188, 0)
RGB Percent99%, 74%, 0%rgb(99%, 74%, 0%)
CSS RGBa252, 188, 0,1rgba(252,188,0,1)
CMYK Modelcmyk(0%,25%,100%,1%)
HSL Color Space45,100% ,49%hsl(45,100% ,49%)
HSV Color Space45°, 100%, 99%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111001011110000000000
Octal3742740
Decimal2521880
Hexfcbc00

Different shades of #fcbc00 color code.

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

Light Shade of #fcbc00
#ffca30
Dark Shade of #fcbc00
#c99600
Saturated Shade of #fcbc00
#fcbc00
Desaturated Shade of #fcbc00
#efb60d
Grey scale Shade of #fcbc00
#7e7e7e
Brighten Shade
#ffd519
Most Readable Shade
#000000

Shades of #fcbc00 color code

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

#fcbc00
#e0a700
#c49200
#a87d00
#8c6800
#705300
#543e00
#382900
#1c1400
#000000

Similar Color like #fcbc00 color

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

#fdbd01
#febe02
#ffbf03
#ffc004
#ffc105
#ffc206
#ffc307
#ffc408
#ffc509
#ffc60a
#ffc70b
#ffc80c
#ffc90d
#ffca0e
#fbbb00
#faba00
#f9b900
#f8b800
#f7b700
#f6b600
#f5b500
#f4b400
#f3b300
#f2b200
#f1b100
#f0b000
#efaf00
#eeae00

Monochromatic Color with #fcbc00

#fcbc00
#271d00
#523d00
#7c5d00
#a77d00
#d19c00

Tints of #fcbc00 Color

#fcbc00
#fcc31c
#fcca38
#fdd255
#fdd971
#fde18d
#fee8aa
#fef0c6
#fef7e2
#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

#fcbc00
#0040fc

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

Split Complementary

#fcbc00
#00befc
#3e00fc

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

Analogous Color

#fc5700
#fc8a00
#fcbc00
#fcee00
#d7fc00

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

#fcbc00
#00fcbc
#bc00fc

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

#fcbc00
#00fc3e
#0040fc
#fc00be

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

#fcbc00
#0040fc
#3e00fc
#befc00

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

#fcbc00 Color Code Preview on Black Background Color

This is how #fcbc00 Color will look on black background color. Color contrast ratio is 12.33

#fcbc00 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcbc00

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fcbc00

#fcbc00 color code is use for CSS Background Color

Background color for the above div is #fcbc00

HTML with inline CSS

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

#fcbc00 color code is use for CSS Border Color

CSS Border color for the above div is #fcbc00

HTML with inline CSS

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

CSS Border Left color for the above div is #fcbc00

HTML with inline CSS

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

CSS Border Right color for the above div is #fcbc00

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fcbc00

HTML with inline CSS

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

CSS Border Top color for the above div is #fcbc00

HTML with inline CSS

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

#fcbc00 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fcbc00 Color code Preview on White Background

This is how #fcbc00 Color code will look on white background color. Color contrast ratio is 1.70

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

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.