COLOR #F0BD5E

HEX: #F0BD5E RGB: (240,189,94)

Color info

#F0BD5E contains mainly red and green colors. Web safe color of #F0BD5E is #FFCC66 (or #FC6).

RGB color model

#F0BD5E color RGB value is (240,189,94).

RGB: (240,189,94) (94%, 74%, 37%)

RGB channels and saturation

R 240 of 255 = 94%
G 189 of 255 = 74%
B 94 of 255 = 37%

240
189
94

R + G + B ~ 68%. #F0BD5E is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 189 + 94 = 523 (100%)
R 240 of 523 ~ 45.89%
G 189 of 523 ~ 36.14%
B 94 of 523 ~ 17.97'%

%45.89
%36.14
%17.97

CMYK color model

#F0BD5E color CMYK value is (0,21,61,6).

  • cyan value is 0.00%
  • magenta value is 21.25%
  • yellow value is 60.83%
  • key color value is 5.88%

CMYK: (0,21,61,6)
C0M21Y61K6 (0%, 21%, 61%, 6%)
(0.00 / 0.21 / 0.61 / 0.06)

CMYK percentages

%0
%21.25
%60.83
%5.88

Codes

Color #F0BD5E in popluar color models

F0 BD 5E
RGB 240 189 94
HSL 39° 82.95% 65.49%
HSB/HSV 39° 60.83% 94.12%
CMYK 0.00% 21.25% 60.83%
5.88%

Color #F0BD5E in popluar number systems.

HEX F0 BD 5E
Decimal 240 189 94
Binary 11110000 10111101 1011110
Octal 360 275 136

Shades and tints

Shades of #F0BD5E

#F0BD5E
(240,189,94)
#DBAC56
(219,172,86)
#C69B4E
(198,155,78)
#B18A46
(177,138,70)
#9C793E
(156,121,62)
#876836
(135,104,54)
#72572E
(114,87,46)
#5D4626
(93,70,38)
#48351E
(72,53,30)
#332416
(51,36,22)
#1E130E
(30,19,14)
#000000
(0,0,0)

Tints of #F0BD5E

#F0BD5E
(240,189,94)
#F1C36C
(241,195,108)
#F2C97A
(242,201,122)
#F3CF88
(243,207,136)
#F4D596
(244,213,150)
#F5DBA4
(245,219,164)
#F6E1B2
(246,225,178)
#F7E7C0
(247,231,192)
#F8EDCE
(248,237,206)
#F9F3DC
(249,243,220)
#FAF9EA
(250,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BD5E color. Also use rgb(240,189,94) instead hex code.

Text Font Color

.myTextColor { color: #F0BD5E; }

<p style="color:#F0BD5E">This sample text font color is #F0BD5E.</p>

This text font color is #F0BD5E.

Background Color

.myBgColor { background-color: #F0BD5E; }

<div style="background-color:#F0BD5E">Inner text</div>

This div background color is #F0BD5E.

Border color

.myBorderColor { border: 1px solid #F0BD5E; }

<div style="border:3px solid #F0BD5E">Div</div>

This div border color is #F0BD5E.

Opacity

.myOpacity80 { color: #F0BD5E; opacity: 0.8; }

<p style="color:#F0BD5E;opacity:0.8;">80%</p>

Text with #F0BD5E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F0BD5E;}

<p style="text-shadow: 3px 3px 1px #F0BD5E">Text here.</p>

This text has shadow with #F0BD5E color.


.textShadow {text-shadow: 3px 3px 1px #F0BD5E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F0BD5E, 5px 5px 20px red">Text here.</p>

This text has shadow with #F0BD5E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0BD5E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F0BD5E, Direction=45, Strength=4)">Text</p>

This text has shadow with #F0BD5E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0BD5E;
-webkit-box-shadow: 1px 1px 3px 2px #F0BD5E;
box-shadow: 1px 1px 3px 2px #F0BD5E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0BD5E; -webkit-box-shadow: 1px 1px 3px 2px #F0BD5E; box-shadow:1px 1px 3px 2px #F0BD5E;">
Div content here
</div>

This div box has shadow with color #F0BD5E.

Preview

Color preview on black background

This text has color #F0BD5E on black background.


Color preview on white background

This text has color #F0BD5E on white background.


Black color preview on #F0BD5E background

This text has black color on #F0BD5E background.


White color preview on #F0BD5E background

This text has white color on #F0BD5E background.


Related colors

Complementary color

Complementary color for #hex is #0F42A1.


I love getcolorcode.com

Triadic colors

1 #5EF0BD and #BD5EF0 with #F0BD5E are triadic colors.

2 #5EBDF0 and #BDF05E with #F0BD5E are triadic colors.