COLOR #F0D663

HEX: #F0D663
RGB: (240,214,99)

Color info

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

RGB color model

#F0D663 color RGB value is (240,214,99).

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

RGB channels and saturation

R 240 of 255 = 94%
G 214 of 255 = 84%
B 99 of 255 = 39%

240
214
99

R + G + B ~ 72%. #F0D663 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 214 + 99 = 553 (100%)
R 240 of 553 ~ 43.4%
G 214 of 553 ~ 38.7%
B 99 of 553 ~ 17.9%

%43.4
%38.7
%17.9

CMYK color model

#F0D663 color CMYK value is (0,11,59,6).

  • cyan value is 0.00%
  • magenta value is 10.83%
  • yellow value is 58.75%
  • key color value is 5.88%
CMYK:
(0,11,59,6)
C0M11Y59K6 
(0%,11%,59%,6%)
(0.00/0.11/0.59/0.06)	

CMYK percentages

%0
%10.83
%58.75
%5.88

Codes

Color #F0D663 in popluar color models

F0D663
RGB24021499
HSL49°82.46%66.47%
HSB/HSV49°58.75%94.12%
CMYK0.00%10.83%58.75%
5.88%

Color #F0D663 in popluar number systems.

HEXF0D663
Decimal24021499
Binary11110000110101101100011
Octal360326143

Shades and tints

Shades of #F0D663

#F0D663
(240,214,99)
#DBC35A
(219,195,90)
#C6B051
(198,176,81)
#B19D48
(177,157,72)
#9C8A3F
(156,138,63)
#877736
(135,119,54)
#72642D
(114,100,45)
#5D5124
(93,81,36)
#483E1B
(72,62,27)
#332B12
(51,43,18)
#1E1809
(30,24,9)
#000000
(0,0,0)

Tints of #F0D663

#F0D663
(240,214,99)
#F1D971
(241,217,113)
#F2DC7F
(242,220,127)
#F3DF8D
(243,223,141)
#F4E29B
(244,226,155)
#F5E5A9
(245,229,169)
#F6E8B7
(246,232,183)
#F7EBC5
(247,235,197)
#F8EED3
(248,238,211)
#F9F1E1
(249,241,225)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D663; }

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

This text font color is #F0D663.


Background Color

.myBgColor { background-color: #F0D663; }

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

This div background color is #F0D663.


Border color

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

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

This div border color is #F0D663.


Opacity

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

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

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

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

This text has shadow with #F0D663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D663 on black background.


Color preview on white background

This text has color #F0D663 on white background.



Black color preview on #F0D663 background

This text has black color on #F0D663 background.


White color preview on #F0D663 background

This text has white color on #F0D663 background.