COLOR #F0D769

HEX: #F0D769
RGB: (240,215,105)

Color info

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

RGB color model

#F0D769 color RGB value is (240,215,105).

  • red value is 240;
  • green value is 215;
  • blue value is 105.
RGB:
(240,215,105)
(94%,84%,41%)

RGB channels and saturation

R 240 of 255 = 94%
G 215 of 255 = 84%
B 105 of 255 = 41%

240
215
105

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

Portions of RGB colors in percentages

R + G + B =
240 + 215 + 105 = 560 (100%)
R 240 of 560 ~ 42.86%
G 215 of 560 ~ 38.39%
B 105 of 560 ~ 18.75%

%42.86
%38.39
%18.75

CMYK color model

#F0D769 color CMYK value is (0,10,56,6).

  • cyan value is 0.00%
  • magenta value is 10.42%
  • yellow value is 56.25%
  • key color value is 5.88%
CMYK:
(0,10,56,6)
C0M10Y56K6 
(0%,10%,56%,6%)
(0.00/0.10/0.56/0.06)	

CMYK percentages

%0
%10.42
%56.25
%5.88

Codes

Color #F0D769 in popluar color models

F0D769
RGB240215105
HSL49°81.82%67.65%
HSB/HSV49°56.25%94.12%
CMYK0.00%10.42%56.25%
5.88%

Color #F0D769 in popluar number systems.

HEXF0D769
Decimal240215105
Binary11110000110101111101001
Octal360327151

Shades and tints

Shades of #F0D769

#F0D769
(240,215,105)
#DBC460
(219,196,96)
#C6B157
(198,177,87)
#B19E4E
(177,158,78)
#9C8B45
(156,139,69)
#87783C
(135,120,60)
#726533
(114,101,51)
#5D522A
(93,82,42)
#483F21
(72,63,33)
#332C18
(51,44,24)
#1E190F
(30,25,15)
#000000
(0,0,0)

Tints of #F0D769

#F0D769
(240,215,105)
#F1DA76
(241,218,118)
#F2DD83
(242,221,131)
#F3E090
(243,224,144)
#F4E39D
(244,227,157)
#F5E6AA
(245,230,170)
#F6E9B7
(246,233,183)
#F7ECC4
(247,236,196)
#F8EFD1
(248,239,209)
#F9F2DE
(249,242,222)
#FAF5EB
(250,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D769 color. Also use rgb(240,215,105) instead hex code.

Text Font Color

.myTextColor { color: #F0D769; }

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

This text font color is #F0D769.


Background Color

.myBgColor { background-color: #F0D769; }

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

This div background color is #F0D769.


Border color

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

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

This div border color is #F0D769.


Opacity

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

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

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

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

This text has shadow with #F0D769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D769 on black background.


Color preview on white background

This text has color #F0D769 on white background.



Black color preview on #F0D769 background

This text has black color on #F0D769 background.


White color preview on #F0D769 background

This text has white color on #F0D769 background.