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

#c25e08 hex color - Orange - Warm color - Information

#c25e08 hex color - Orange - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Orange

Hex #c25e08 Color code in RGB color code model is created after adding 76.08% red color, 36.86% green color and 3.14% blue color. Hex #c25e08 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 52% magenta, 96% yellow and 23.92% black.

Hex #c25e08 color code is between #bb6600 web safe hex color code and #cc5500 web safe hex color code. #bb6600 is the nearest web safe color code. You can see here many more shades of #c25e08 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec25e08#c25e08
RGB Decimal194, 94, 8rgb(194, 94, 8)
RGB Percent76%, 37%, 3%rgb(76%, 37%, 3%)
CSS RGBa194, 94, 8,1rgba(194,94,8,1)
CMYK Modelcmyk(0%,52%,96%,23.92%)
HSL Color Space28,92% ,40%hsl(28,92% ,40%)
HSV Color Space28°, 96%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000100101111000001000
Octal30213610
Decimal194948
Hexc25e08

Different shades of #c25e08 color code.

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

Light Shade of #c25e08
#f3760a
Dark Shade of #c25e08
#914606
Saturated Shade of #c25e08
#ca5d00
Desaturated Shade of #c25e08
#b85f12
Grey scale Shade of #c25e08
#656565
Brighten Shade
#db7721
Most Readable Shade
#FFFFFF

Shades of #c25e08 color code

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

#c25e08
#ac5307
#964906
#813e05
#6b3404
#562903
#401f02
#2b1401
#150a00
#000000

Similar Color like #c25e08 color

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

#c35f09
#c4600a
#c5610b
#c6620c
#c7630d
#c8640e
#c9650f
#ca6610
#cb6711
#cc6812
#cd6913
#ce6a14
#cf6b15
#d06c16
#c15d07
#c05c06
#bf5b05
#be5a04
#bd5903
#bc5802
#bb5701
#ba5600
#b95500
#b85400
#b75300
#b65200
#b55100
#b45000

Monochromatic Color with #c25e08

#c25e08
#ec730a
#180c01
#422003
#6d3505
#974906

Tints of #c25e08 Color

#c25e08
#c86f23
#cf813e
#d6935a
#dda575
#e3b791
#eac9ac
#f1dbc8
#f8ede3
#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

#c25e08
#086cc2

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

Split Complementary

#c25e08
#08c2bb
#080fc2

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

Analogous Color

#c21408
#c23908
#c25e08
#c28308
#c2a808

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

#c25e08
#08c25e
#5e08c2

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

#c25e08
#0fc208
#086cc2
#bb08c2

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

#c25e08
#086cc2
#080fc2
#c2bb08

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

#c25e08 Color Code Preview on Black Background Color

This is how #c25e08 Color will look on black background color. Color contrast ratio is 4.90

#c25e08 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c25e08

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c25e08

#c25e08 color code is use for CSS Background Color

Background color for the above div is #c25e08

HTML with inline CSS

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

#c25e08 color code is use for CSS Border Color

CSS Border color for the above div is #c25e08

HTML with inline CSS

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

CSS Border Left color for the above div is #c25e08

HTML with inline CSS

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

CSS Border Right color for the above div is #c25e08

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c25e08

HTML with inline CSS

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

CSS Border Top color for the above div is #c25e08

HTML with inline CSS

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

#c25e08 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c25e08 Color code Preview on White Background

This is how #c25e08 Color code will look on white background color. Color contrast ratio is 4.29

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

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(194,94,8,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(8,108,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,94,8,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.