COLOR #F2B766

HEX: #F2B766
RGB: (242,183,102)

Color info

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

RGB color model

#F2B766 color RGB value is (242,183,102).

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

RGB channels and saturation

R 242 of 255 = 95%
G 183 of 255 = 72%
B 102 of 255 = 40%

242
183
102

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

Portions of RGB colors in percentages

R + G + B =
242 + 183 + 102 = 527 (100%)
R 242 of 527 ~ 45.92%
G 183 of 527 ~ 34.72%
B 102 of 527 ~ 19.35%

%45.92
%34.72
%19.35

CMYK color model

#F2B766 color CMYK value is (0,24,58,5).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 57.85%
  • key color value is 5.10%
CMYK:
(0,24,58,5)
C0M24Y58K5 
(0%,24%,58%,5%)
(0.00/0.24/0.58/0.05)	

CMYK percentages

%0
%24.38
%57.85
%5.1

Codes

Color #F2B766 in popluar color models

F2B766
RGB242183102
HSL35°84.34%67.45%
HSB/HSV35°57.85%94.90%
CMYK0.00%24.38%57.85%
5.10%

Color #F2B766 in popluar number systems.

HEXF2B766
Decimal242183102
Binary11110010101101111100110
Octal362267146

Shades and tints

Shades of #F2B766

#F2B766
(242,183,102)
#DCA75D
(220,167,93)
#C69754
(198,151,84)
#B0874B
(176,135,75)
#9A7742
(154,119,66)
#846739
(132,103,57)
#6E5730
(110,87,48)
#584727
(88,71,39)
#42371E
(66,55,30)
#2C2715
(44,39,21)
#16170C
(22,23,12)
#000000
(0,0,0)

Tints of #F2B766

#F2B766
(242,183,102)
#F3BD73
(243,189,115)
#F4C380
(244,195,128)
#F5C98D
(245,201,141)
#F6CF9A
(246,207,154)
#F7D5A7
(247,213,167)
#F8DBB4
(248,219,180)
#F9E1C1
(249,225,193)
#FAE7CE
(250,231,206)
#FBEDDB
(251,237,219)
#FCF3E8
(252,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2B766; }

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

This text font color is #F2B766.


Background Color

.myBgColor { background-color: #F2B766; }

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

This div background color is #F2B766.


Border color

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

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

This div border color is #F2B766.


Opacity

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

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

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

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

This text has shadow with #F2B766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B766 on black background.


Color preview on white background

This text has color #F2B766 on white background.



Black color preview on #F2B766 background

This text has black color on #F2B766 background.


White color preview on #F2B766 background

This text has white color on #F2B766 background.