COLOR #F0BE61

HEX: #F0BE61 RGB: (240,190,97)

Color info

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

RGB color model

#F0BE61 color RGB value is (240,190,97).

RGB: (240,190,97) (94%, 75%, 38%)

RGB channels and saturation

R 240 of 255 = 94%
G 190 of 255 = 75%
B 97 of 255 = 38%

240
190
97

R + G + B ~ 69%. #F0BE61 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 190 + 97 = 527 (100%)
R 240 of 527 ~ 45.54%
G 190 of 527 ~ 36.05%
B 97 of 527 ~ 18.41'%

%45.54
%36.05
%18.41

CMYK color model

#F0BE61 color CMYK value is (0,21,60,6).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 59.58%
  • key color value is 5.88%

CMYK: (0,21,60,6)
C0M21Y60K6 (0%, 21%, 60%, 6%)
(0.00 / 0.21 / 0.60 / 0.06)

CMYK percentages

%0
%20.83
%59.58
%5.88

Codes

Color #F0BE61 in popluar color models

F0 BE 61
RGB 240 190 97
HSL 39° 82.66% 66.08%
HSB/HSV 39° 59.58% 94.12%
CMYK 0.00% 20.83% 59.58%
5.88%

Color #F0BE61 in popluar number systems.

HEX F0 BE 61
Decimal 240 190 97
Binary 11110000 10111110 1100001
Octal 360 276 141

Shades and tints

Shades of #F0BE61

#F0BE61
(240,190,97)
#DBAD59
(219,173,89)
#C69C51
(198,156,81)
#B18B49
(177,139,73)
#9C7A41
(156,122,65)
#876939
(135,105,57)
#725831
(114,88,49)
#5D4729
(93,71,41)
#483621
(72,54,33)
#332519
(51,37,25)
#1E1411
(30,20,17)
#000000
(0,0,0)

Tints of #F0BE61

#F0BE61
(240,190,97)
#F1C36F
(241,195,111)
#F2C87D
(242,200,125)
#F3CD8B
(243,205,139)
#F4D299
(244,210,153)
#F5D7A7
(245,215,167)
#F6DCB5
(246,220,181)
#F7E1C3
(247,225,195)
#F8E6D1
(248,230,209)
#F9EBDF
(249,235,223)
#FAF0ED
(250,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0BE61 color. Also use rgb(240,190,97) instead hex code.

Text Font Color

.myTextColor { color: #F0BE61; }

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

This text font color is #F0BE61.

Background Color

.myBgColor { background-color: #F0BE61; }

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

This div background color is #F0BE61.

Border color

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

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

This div border color is #F0BE61.

Opacity

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

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

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

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

This text has shadow with #F0BE61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0BE61.

Preview

Color preview on black background

This text has color #F0BE61 on black background.


Color preview on white background

This text has color #F0BE61 on white background.


Black color preview on #F0BE61 background

This text has black color on #F0BE61 background.


White color preview on #F0BE61 background

This text has white color on #F0BE61 background.


Related colors

Complementary color

Complementary color for #hex is #0F419E.


I love getcolorcode.com

Triadic colors

1 #61F0BE and #BE61F0 with #F0BE61 are triadic colors.

2 #61BEF0 and #BEF061 with #F0BE61 are triadic colors.