COLOR #F2B662

HEX: #F2B662
RGB: (242,182,98)

Color info

#F2B662 contains mainly red color. Web safe color of #F2B662 is #FFCC66 (or #FC6).

RGB color model

#F2B662 color RGB value is (242,182,98).

  • red value is 242;
  • green value is 182;
  • blue value is 98.
RGB:
(242,182,98)
(95%,71%,38%)

RGB channels and saturation

R 242 of 255 = 95%
G 182 of 255 = 71%
B 98 of 255 = 38%

242
182
98

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

Portions of RGB colors in percentages

R + G + B =
242 + 182 + 98 = 522 (100%)
R 242 of 522 ~ 46.36%
G 182 of 522 ~ 34.87%
B 98 of 522 ~ 18.77%

%46.36
%34.87
%18.77

CMYK color model

#F2B662 color CMYK value is (0,25,60,5).

  • cyan value is 0.00%
  • magenta value is 24.79%
  • yellow value is 59.50%
  • key color value is 5.10%
CMYK:
(0,25,60,5)
C0M25Y60K5 
(0%,25%,60%,5%)
(0.00/0.25/0.60/0.05)	

CMYK percentages

%0
%24.79
%59.5
%5.1

Codes

Color #F2B662 in popluar color models

F2B662
RGB24218298
HSL35°84.71%66.67%
HSB/HSV35°59.50%94.90%
CMYK0.00%24.79%59.50%
5.10%

Color #F2B662 in popluar number systems.

HEXF2B662
Decimal24218298
Binary11110010101101101100010
Octal362266142

Shades and tints

Shades of #F2B662

#F2B662
(242,182,98)
#DCA65A
(220,166,90)
#C69652
(198,150,82)
#B0864A
(176,134,74)
#9A7642
(154,118,66)
#84663A
(132,102,58)
#6E5632
(110,86,50)
#58462A
(88,70,42)
#423622
(66,54,34)
#2C261A
(44,38,26)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #F2B662

#F2B662
(242,182,98)
#F3BC70
(243,188,112)
#F4C27E
(244,194,126)
#F5C88C
(245,200,140)
#F6CE9A
(246,206,154)
#F7D4A8
(247,212,168)
#F8DAB6
(248,218,182)
#F9E0C4
(249,224,196)
#FAE6D2
(250,230,210)
#FBECE0
(251,236,224)
#FCF2EE
(252,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2B662 color. Also use rgb(242,182,98) instead hex code.

Text Font Color

.myTextColor { color: #F2B662; }

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

This text font color is #F2B662.


Background Color

.myBgColor { background-color: #F2B662; }

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

This div background color is #F2B662.


Border color

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

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

This div border color is #F2B662.


Opacity

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

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

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

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

This text has shadow with #F2B662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2B662 on black background.


Color preview on white background

This text has color #F2B662 on white background.



Black color preview on #F2B662 background

This text has black color on #F2B662 background.


White color preview on #F2B662 background

This text has white color on #F2B662 background.