COLOR #F2D663

HEX: #F2D663
RGB: (242,214,99)

Color info

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

RGB color model

#F2D663 color RGB value is (242,214,99).

  • red value is 242;
  • green value is 214;
  • blue value is 99.
RGB:
(242,214,99)
(95%,84%,39%)

RGB channels and saturation

R 242 of 255 = 95%
G 214 of 255 = 84%
B 99 of 255 = 39%

242
214
99

R + G + B ~ 73%. #F2D663 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 214 + 99 = 555 (100%)
R 242 of 555 ~ 43.6%
G 214 of 555 ~ 38.56%
B 99 of 555 ~ 17.84%

%43.6
%38.56
%17.84

CMYK color model

#F2D663 color CMYK value is (0,12,59,5).

  • cyan value is 0.00%
  • magenta value is 11.57%
  • yellow value is 59.09%
  • key color value is 5.10%
CMYK:
(0,12,59,5)
C0M12Y59K5 
(0%,12%,59%,5%)
(0.00/0.12/0.59/0.05)	

CMYK percentages

%0
%11.57
%59.09
%5.1

Codes

Color #F2D663 in popluar color models

F2D663
RGB24221499
HSL48°84.62%66.86%
HSB/HSV48°59.09%94.90%
CMYK0.00%11.57%59.09%
5.10%

Color #F2D663 in popluar number systems.

HEXF2D663
Decimal24221499
Binary11110010110101101100011
Octal362326143

Shades and tints

Shades of #F2D663

#F2D663
(242,214,99)
#DCC35A
(220,195,90)
#C6B051
(198,176,81)
#B09D48
(176,157,72)
#9A8A3F
(154,138,63)
#847736
(132,119,54)
#6E642D
(110,100,45)
#585124
(88,81,36)
#423E1B
(66,62,27)
#2C2B12
(44,43,18)
#161809
(22,24,9)
#000000
(0,0,0)

Tints of #F2D663

#F2D663
(242,214,99)
#F3D971
(243,217,113)
#F4DC7F
(244,220,127)
#F5DF8D
(245,223,141)
#F6E29B
(246,226,155)
#F7E5A9
(247,229,169)
#F8E8B7
(248,232,183)
#F9EBC5
(249,235,197)
#FAEED3
(250,238,211)
#FBF1E1
(251,241,225)
#FCF4EF
(252,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D663 color. Also use rgb(242,214,99) instead hex code.

Text Font Color

.myTextColor { color: #F2D663; }

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

This text font color is #F2D663.


Background Color

.myBgColor { background-color: #F2D663; }

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

This div background color is #F2D663.


Border color

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

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

This div border color is #F2D663.


Opacity

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

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

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

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

This text has shadow with #F2D663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2D663 on black background.


Color preview on white background

This text has color #F2D663 on white background.



Black color preview on #F2D663 background

This text has black color on #F2D663 background.


White color preview on #F2D663 background

This text has white color on #F2D663 background.