crispedge.com

#ffc134 hex color - Orange - Warm color - Information

#ffc134 hex color - Orange - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Orange

Hex #ffc134 Color code in RGB color code model is created after adding 100% red color, 75.69% green color and 20.39% blue color. Hex #ffc134 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 24% magenta, 80% yellow and 0% black.

Hex #ffc134 color code is between #eebb33 web safe hex color code and #ddcc44 web safe hex color code. #eebb33 is the nearest web safe color code. You can see here many more shades of #ffc134 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeffc134#ffc134
RGB Decimal255, 193, 52rgb(255, 193, 52)
RGB Percent100%, 76%, 20%rgb(100%, 76%, 20%)
CSS RGBa255, 193, 52,1rgba(255,193,52,1)
CMYK Modelcmyk(0%,24%,80%,0%)
HSL Color Space42,100% ,60%hsl(42,100% ,60%)
HSV Color Space42°, 80%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111111100000100110100
Octal37730164
Decimal25519352
Hexffc134

Different shades of #ffc134 color code.

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

Light Shade of #ffc134
#ffd167
Dark Shade of #ffc134
#ffb101
Saturated Shade of #ffc134
#ffc134
Desaturated Shade of #ffc134
#f5bd3e
Grey scale Shade of #ffc134
#999999
Brighten Shade
#ffda4d
Most Readable Shade
#000000

Shades of #ffc134 color code

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

#ffc134
#e2ab2e
#c69628
#aa8022
#8d6b1c
#715517
#554011
#382a0b
#1c1505
#000000

Similar Color like #ffc134 color

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

#ffc235
#ffc336
#ffc437
#ffc538
#ffc639
#ffc73a
#ffc83b
#ffc93c
#ffca3d
#ffcb3e
#ffcc3f
#ffcd40
#ffce41
#ffcf42
#fec033
#fdbf32
#fcbe31
#fbbd30
#fabc2f
#f9bb2e
#f8ba2d
#f7b92c
#f6b82b
#f5b72a
#f4b629
#f3b528
#f2b427
#f1b326

Monochromatic Color with #ffc134

#ffc134
#2a2009
#554011
#80611a
#aa8123
#d4a12b

Tints of #ffc134 Color

#ffc134
#ffc74a
#ffce61
#ffd577
#ffdc8e
#ffe3a4
#ffeabb
#fff1d1
#fff8e8
#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

#ffc134
#3472ff

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

Split Complementary

#ffc134
#34d7ff
#5c34ff

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

Analogous Color

#ff7034
#ff9834
#ffc134
#ffea34
#ecff34

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

#ffc134
#34ffc1
#c134ff

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

#ffc134
#34ff5b
#3472ff
#ff34d7

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

#ffc134
#3472ff
#5c34ff
#d7ff34

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

#ffc134 Color Code Preview on Black Background Color

This is how #ffc134 Color will look on black background color. Color contrast ratio is 12.93

#ffc134 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffc134

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ffc134

#ffc134 color code is use for CSS Background Color

Background color for the above div is #ffc134

HTML with inline CSS

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

#ffc134 color code is use for CSS Border Color

CSS Border color for the above div is #ffc134

HTML with inline CSS

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

CSS Border Left color for the above div is #ffc134

HTML with inline CSS

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

CSS Border Right color for the above div is #ffc134

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ffc134

HTML with inline CSS

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

CSS Border Top color for the above div is #ffc134

HTML with inline CSS

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

#ffc134 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ffc134 Color code Preview on White Background

This is how #ffc134 Color code will look on white background color. Color contrast ratio is 1.62

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

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(255,193,52,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(52,114,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,193,52,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.

< /html>