COLOR #F2BA66

HEX: #F2BA66
RGB: (242,186,102)

Color info

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

RGB color model

#F2BA66 color RGB value is (242,186,102).

  • red value is 242;
  • green value is 186;
  • blue value is 102.
RGB:
(242,186,102)
(95%,73%,40%)

RGB channels and saturation

R 242 of 255 = 95%
G 186 of 255 = 73%
B 102 of 255 = 40%

242
186
102

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

Portions of RGB colors in percentages

R + G + B =
242 + 186 + 102 = 530 (100%)
R 242 of 530 ~ 45.66%
G 186 of 530 ~ 35.09%
B 102 of 530 ~ 19.25%

%45.66
%35.09
%19.25

CMYK color model

#F2BA66 color CMYK value is (0,23,58,5).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 57.85%
  • key color value is 5.10%
CMYK:
(0,23,58,5)
C0M23Y58K5 
(0%,23%,58%,5%)
(0.00/0.23/0.58/0.05)	

CMYK percentages

%0
%23.14
%57.85
%5.1

Codes

Color #F2BA66 in popluar color models

F2BA66
RGB242186102
HSL36°84.34%67.45%
HSB/HSV36°57.85%94.90%
CMYK0.00%23.14%57.85%
5.10%

Color #F2BA66 in popluar number systems.

HEXF2BA66
Decimal242186102
Binary11110010101110101100110
Octal362272146

Shades and tints

Shades of #F2BA66

#F2BA66
(242,186,102)
#DCAA5D
(220,170,93)
#C69A54
(198,154,84)
#B08A4B
(176,138,75)
#9A7A42
(154,122,66)
#846A39
(132,106,57)
#6E5A30
(110,90,48)
#584A27
(88,74,39)
#423A1E
(66,58,30)
#2C2A15
(44,42,21)
#161A0C
(22,26,12)
#000000
(0,0,0)

Tints of #F2BA66

#F2BA66
(242,186,102)
#F3C073
(243,192,115)
#F4C680
(244,198,128)
#F5CC8D
(245,204,141)
#F6D29A
(246,210,154)
#F7D8A7
(247,216,167)
#F8DEB4
(248,222,180)
#F9E4C1
(249,228,193)
#FAEACE
(250,234,206)
#FBF0DB
(251,240,219)
#FCF6E8
(252,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BA66 color. Also use rgb(242,186,102) instead hex code.

Text Font Color

.myTextColor { color: #F2BA66; }

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

This text font color is #F2BA66.


Background Color

.myBgColor { background-color: #F2BA66; }

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

This div background color is #F2BA66.


Border color

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

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

This div border color is #F2BA66.


Opacity

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

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

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

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

This text has shadow with #F2BA66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BA66 on black background.


Color preview on white background

This text has color #F2BA66 on white background.



Black color preview on #F2BA66 background

This text has black color on #F2BA66 background.


White color preview on #F2BA66 background

This text has white color on #F2BA66 background.