crispedge.com

Color picker

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

#ffd714 hex color - Yellow - Warm color - Information

#ffd714 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ffd714 Color code in RGB color code model is created after adding 100% red color, 84.31% green color and 7.84% blue color. Hex #ffd714 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 92% yellow and 0% black.

Hex #ffd714 color code is between #eedd11 web safe hex color code and #ddcc22 web safe hex color code. #eedd11 is the nearest web safe color code. You can see here many more shades of #ffd714 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeffd714#ffd714
RGB Decimal255, 215, 20rgb(255, 215, 20)
RGB Percent100%, 84%, 8%rgb(100%, 84%, 8%)
CSS RGBa255, 215, 20,1rgba(255,215,20,1)
CMYK Modelcmyk(0%,16%,92%,0%)
HSL Color Space50,100% ,54%hsl(50,100% ,54%)
HSV Color Space50°, 92%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111101011100010100
Octal37732724
Decimal25521520
Hexffd714

Different shades of #ffd714 color code.

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

Light Shade of #ffd714
#ffe047
Dark Shade of #ffd714
#e0ba00
Saturated Shade of #ffd714
#ffd714
Desaturated Shade of #ffd714
#f3cf20
Grey scale Shade of #ffd714
#898989
Brighten Shade
#fff02d
Most Readable Shade
#000000

Shades of #ffd714 color code

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

#ffd714
#e2bf11
#c6a70f
#aa8f0d
#8d770b
#715f08
#554706
#382f04
#1c1702
#000000

Similar Color like #ffd714 color

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

#ffd815
#ffd916
#ffda17
#ffdb18
#ffdc19
#ffdd1a
#ffde1b
#ffdf1c
#ffe01d
#ffe11e
#ffe21f
#ffe320
#ffe421
#ffe522
#fed613
#fdd512
#fcd411
#fbd310
#fad20f
#f9d10e
#f8d00d
#f7cf0c
#f6ce0b
#f5cd0a
#f4cc09
#f3cb08
#f2ca07
#f1c906

Monochromatic Color with #ffd714

#ffd714
#2a2403
#554807
#806c0a
#aa8f0d
#d4b311

Tints of #ffd714 Color

#ffd714
#ffdb2e
#ffdf48
#ffe462
#ffe87c
#ffed96
#fff1b0
#fff6ca
#fffae4
#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

#ffd714
#143cff

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

Split Complementary

#ffd714
#14b2ff
#6114ff

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

Analogous Color

#ff7914
#ffa814
#ffd714
#f8ff14
#c9ff14

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

#ffd714
#14ffd7
#d714ff

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

#ffd714
#14ff61
#143cff
#ff14b1

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

#ffd714
#143cff
#6114ff
#b2ff14

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

#ffd714 Color Code Preview on Black Background Color

This is how #ffd714 Color will look on black background color. Color contrast ratio is 14.98

#ffd714 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffd714

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffd714

#ffd714 color code is use for CSS Background Color

Background color for the above div is #ffd714

HTML with inline CSS

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

#ffd714 color code is use for CSS Border Color

CSS Border color for the above div is #ffd714

HTML with inline CSS

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

CSS Border Left color for the above div is #ffd714

HTML with inline CSS

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

CSS Border Right color for the above div is #ffd714

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffd714

HTML with inline CSS

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

CSS Border Top color for the above div is #ffd714

HTML with inline CSS

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

#ffd714 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffd714 Color code Preview on White Background

This is how #ffd714 Color code will look on white background color. Color contrast ratio is 1.40

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

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.