crispedge.com

Color picker

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

#f1bb35 hex color - Yellow - Warm color - Information

#f1bb35 hex color - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #f1bb35 Color code in RGB color code model is created after adding 94.51% red color, 73.33% green color and 20.78% blue color. Hex #f1bb35 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 78% yellow and 5% black.

Hex #f1bb35 color code is between #eeaa33 web safe hex color code and #ffcc44 web safe hex color code. #eeaa33 is the nearest web safe color code. You can see here many more shades of #f1bb35 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef1bb35#f1bb35
RGB Decimal241, 187, 53rgb(241, 187, 53)
RGB Percent95%, 73%, 21%rgb(95%, 73%, 21%)
CSS RGBa241, 187, 53,1rgba(241,187,53,1)
CMYK Modelcmyk(0%,22%,78%,5%)
HSL Color Space43,87% ,58%hsl(43,87% ,58%)
HSV Color Space43°, 78%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100011011101100110101
Octal36127365
Decimal24118753
Hexf1bb35

Different shades of #f1bb35 color code.

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

Light Shade of #f1bb35
#f4cb65
Dark Shade of #f1bb35
#e3a610
Saturated Shade of #f1bb35
#fcc02a
Desaturated Shade of #f1bb35
#e6b640
Grey scale Shade of #f1bb35
#939393
Brighten Shade
#ffd44e
Most Readable Shade
#000000

Shades of #f1bb35 color code

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

#f1bb35
#d6a62f
#bb9129
#a07c23
#85671d
#6b5317
#503e11
#35290b
#1a1405
#000000

Similar Color like #f1bb35 color

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

#f2bc36
#f3bd37
#f4be38
#f5bf39
#f6c03a
#f7c13b
#f8c23c
#f9c33d
#fac43e
#fbc53f
#fcc640
#fdc741
#fec842
#ffc943
#f0ba34
#efb933
#eeb832
#edb731
#ecb630
#ebb52f
#eab42e
#e9b32d
#e8b22c
#e7b12b
#e6b02a
#e5af29
#e4ae28
#e3ad27

Monochromatic Color with #f1bb35

#f1bb35
#1c1606
#473710
#715819
#9c7922
#c69a2c

Tints of #f1bb35 Color

#f1bb35
#f2c24b
#f4ca61
#f5d178
#f7d98e
#f8e0a5
#fae8bb
#fbefd2
#fdf7e8
#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

#f1bb35
#356bf1

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

Split Complementary

#f1bb35
#35c9f1
#5d35f1

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

Analogous Color

#f17035
#f19535
#f1bb35
#f1e135
#dcf135

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

#f1bb35
#35f1bb
#bb35f1

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

#f1bb35
#35f15d
#356bf1
#f135c9

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

#f1bb35
#356bf1
#5d35f1
#c9f135

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

#f1bb35 Color Code Preview on Black Background Color

This is how #f1bb35 Color will look on black background color. Color contrast ratio is 11.90

#f1bb35 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1bb35

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f1bb35

#f1bb35 color code is use for CSS Background Color

Background color for the above div is #f1bb35

HTML with inline CSS

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

#f1bb35 color code is use for CSS Border Color

CSS Border color for the above div is #f1bb35

HTML with inline CSS

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

CSS Border Left color for the above div is #f1bb35

HTML with inline CSS

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

CSS Border Right color for the above div is #f1bb35

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f1bb35

HTML with inline CSS

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

CSS Border Top color for the above div is #f1bb35

HTML with inline CSS

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

#f1bb35 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f1bb35 Color code Preview on White Background

This is how #f1bb35 Color code will look on white background color. Color contrast ratio is 1.76

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

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.