COLOR #F0DF6B

HEX: #F0DF6B RGB: (240,223,107)

Color info

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

RGB color model

#F0DF6B color RGB value is (240,223,107).

RGB: (240,223,107) (94%, 87%, 42%)

RGB channels and saturation

R 240 of 255 = 94%
G 223 of 255 = 87%
B 107 of 255 = 42%

240
223
107

R + G + B ~ 74%. #F0DF6B is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 223 + 107 = 570 (100%)
R 240 of 570 ~ 42.11%
G 223 of 570 ~ 39.12%
B 107 of 570 ~ 18.77'%

%42.11
%39.12
%18.77

CMYK color model

#F0DF6B color CMYK value is (0,7,55,6).

  • cyan value is 0.00%
  • magenta value is 7.08%
  • yellow value is 55.42%
  • key color value is 5.88%

CMYK: (0,7,55,6)
C0M7Y55K6 (0%, 7%, 55%, 6%)
(0.00 / 0.07 / 0.55 / 0.06)

CMYK percentages

%0
%7.08
%55.42
%5.88

Codes

Color #F0DF6B in popluar color models

F0 DF 6B
RGB 240 223 107
HSL 52° 81.60% 68.04%
HSB/HSV 52° 55.42% 94.12%
CMYK 0.00% 7.08% 55.42%
5.88%

Color #F0DF6B in popluar number systems.

HEX F0 DF 6B
Decimal 240 223 107
Binary 11110000 11011111 1101011
Octal 360 337 153

Shades and tints

Shades of #F0DF6B

#F0DF6B
(240,223,107)
#DBCB62
(219,203,98)
#C6B759
(198,183,89)
#B1A350
(177,163,80)
#9C8F47
(156,143,71)
#877B3E
(135,123,62)
#726735
(114,103,53)
#5D532C
(93,83,44)
#483F23
(72,63,35)
#332B1A
(51,43,26)
#1E1711
(30,23,17)
#000000
(0,0,0)

Tints of #F0DF6B

#F0DF6B
(240,223,107)
#F1E178
(241,225,120)
#F2E385
(242,227,133)
#F3E592
(243,229,146)
#F4E79F
(244,231,159)
#F5E9AC
(245,233,172)
#F6EBB9
(246,235,185)
#F7EDC6
(247,237,198)
#F8EFD3
(248,239,211)
#F9F1E0
(249,241,224)
#FAF3ED
(250,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0DF6B color. Also use rgb(240,223,107) instead hex code.

Text Font Color

.myTextColor { color: #F0DF6B; }

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

This text font color is #F0DF6B.

Background Color

.myBgColor { background-color: #F0DF6B; }

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

This div background color is #F0DF6B.

Border color

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

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

This div border color is #F0DF6B.

Opacity

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

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

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

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

This text has shadow with #F0DF6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0DF6B.

Preview

Color preview on black background

This text has color #F0DF6B on black background.


Color preview on white background

This text has color #F0DF6B on white background.


Black color preview on #F0DF6B background

This text has black color on #F0DF6B background.


White color preview on #F0DF6B background

This text has white color on #F0DF6B background.


Related colors

Complementary color

Complementary color for #hex is #0F2094.


I love getcolorcode.com

Triadic colors

1 #6BF0DF and #DF6BF0 with #F0DF6B are triadic colors.

2 #6BDFF0 and #DFF06B with #F0DF6B are triadic colors.