COLOR #F0D073

HEX: #F0D073 RGB: (240,208,115)

Color info

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

RGB color model

#F0D073 color RGB value is (240,208,115).

RGB: (240,208,115) (94%, 82%, 45%)

RGB channels and saturation

R 240 of 255 = 94%
G 208 of 255 = 82%
B 115 of 255 = 45%

240
208
115

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

Portions of RGB colors in percentages

R + G + B = 240 + 208 + 115 = 563 (100%)
R 240 of 563 ~ 42.63%
G 208 of 563 ~ 36.94%
B 115 of 563 ~ 20.43'%

%42.63
%36.94
%20.43

CMYK color model

#F0D073 color CMYK value is (0,13,52,6).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 52.08%
  • key color value is 5.88%

CMYK: (0,13,52,6)
C0M13Y52K6 (0%, 13%, 52%, 6%)
(0.00 / 0.13 / 0.52 / 0.06)

CMYK percentages

%0
%13.33
%52.08
%5.88

Codes

Color #F0D073 in popluar color models

F0 D0 73
RGB 240 208 115
HSL 45° 80.65% 69.61%
HSB/HSV 45° 52.08% 94.12%
CMYK 0.00% 13.33% 52.08%
5.88%

Color #F0D073 in popluar number systems.

HEX F0 D0 73
Decimal 240 208 115
Binary 11110000 11010000 1110011
Octal 360 320 163

Shades and tints

Shades of #F0D073

#F0D073
(240,208,115)
#DBBE69
(219,190,105)
#C6AC5F
(198,172,95)
#B19A55
(177,154,85)
#9C884B
(156,136,75)
#877641
(135,118,65)
#726437
(114,100,55)
#5D522D
(93,82,45)
#484023
(72,64,35)
#332E19
(51,46,25)
#1E1C0F
(30,28,15)
#000000
(0,0,0)

Tints of #F0D073

#F0D073
(240,208,115)
#F1D47F
(241,212,127)
#F2D88B
(242,216,139)
#F3DC97
(243,220,151)
#F4E0A3
(244,224,163)
#F5E4AF
(245,228,175)
#F6E8BB
(246,232,187)
#F7ECC7
(247,236,199)
#F8F0D3
(248,240,211)
#F9F4DF
(249,244,223)
#FAF8EB
(250,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D073 color. Also use rgb(240,208,115) instead hex code.

Text Font Color

.myTextColor { color: #F0D073; }

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

This text font color is #F0D073.

Background Color

.myBgColor { background-color: #F0D073; }

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

This div background color is #F0D073.

Border color

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

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

This div border color is #F0D073.

Opacity

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

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

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

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

This text has shadow with #F0D073 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0D073.

Preview

Color preview on black background

This text has color #F0D073 on black background.


Color preview on white background

This text has color #F0D073 on white background.


Black color preview on #F0D073 background

This text has black color on #F0D073 background.


White color preview on #F0D073 background

This text has white color on #F0D073 background.


Related colors

Complementary color

Complementary color for #hex is #0F2F8C.


I love getcolorcode.com

Triadic colors

1 #73F0D0 and #D073F0 with #F0D073 are triadic colors.

2 #73D0F0 and #D0F073 with #F0D073 are triadic colors.