COLOR #F0BF6D

HEX: #F0BF6D
RGB: (240,191,109)

Color info

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

RGB color model

#F0BF6D color RGB value is (240,191,109).

  • red value is 240;
  • green value is 191;
  • blue value is 109.
RGB:
(240,191,109)
(94%,75%,43%)

RGB channels and saturation

R 240 of 255 = 94%
G 191 of 255 = 75%
B 109 of 255 = 43%

240
191
109

R + G + B ~ 71%. #F0BF6D is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 191 + 109 = 540 (100%)
R 240 of 540 ~ 44.44%
G 191 of 540 ~ 35.37%
B 109 of 540 ~ 20.19%

%44.44
%35.37
%20.19

CMYK color model

#F0BF6D color CMYK value is (0,20,55,6).

  • cyan value is 0.00%
  • magenta value is 20.42%
  • yellow value is 54.58%
  • key color value is 5.88%
CMYK:
(0,20,55,6)
C0M20Y55K6 
(0%,20%,55%,6%)
(0.00/0.20/0.55/0.06)	

CMYK percentages

%0
%20.42
%54.58
%5.88

Codes

Color #F0BF6D in popluar color models

F0BF6D
RGB240191109
HSL38°81.37%68.43%
HSB/HSV38°54.58%94.12%
CMYK0.00%20.42%54.58%
5.88%

Color #F0BF6D in popluar number systems.

HEXF0BF6D
Decimal240191109
Binary11110000101111111101101
Octal360277155

Shades and tints

Shades of #F0BF6D

#F0BF6D
(240,191,109)
#DBAE64
(219,174,100)
#C69D5B
(198,157,91)
#B18C52
(177,140,82)
#9C7B49
(156,123,73)
#876A40
(135,106,64)
#725937
(114,89,55)
#5D482E
(93,72,46)
#483725
(72,55,37)
#33261C
(51,38,28)
#1E1513
(30,21,19)
#000000
(0,0,0)

Tints of #F0BF6D

#F0BF6D
(240,191,109)
#F1C47A
(241,196,122)
#F2C987
(242,201,135)
#F3CE94
(243,206,148)
#F4D3A1
(244,211,161)
#F5D8AE
(245,216,174)
#F6DDBB
(246,221,187)
#F7E2C8
(247,226,200)
#F8E7D5
(248,231,213)
#F9ECE2
(249,236,226)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BF6D color. Also use rgb(240,191,109) instead hex code.

Text Font Color

.myTextColor { color: #F0BF6D; }

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

This text font color is #F0BF6D.


Background Color

.myBgColor { background-color: #F0BF6D; }

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

This div background color is #F0BF6D.


Border color

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

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

This div border color is #F0BF6D.


Opacity

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

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

Text with #F0BF6D 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 #F0BF6D;}

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

This text has shadow with #F0BF6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0BF6D on black background.


Color preview on white background

This text has color #F0BF6D on white background.



Black color preview on #F0BF6D background

This text has black color on #F0BF6D background.


White color preview on #F0BF6D background

This text has white color on #F0BF6D background.