COLOR #F0D20D

HEX: #F0D20D
RGB: (240,210,13)

Color info

#F0D20D contains mainly red and green colors. Web safe color of #F0D20D is #FFCC00 (or #FC0).

RGB color model

#F0D20D color RGB value is (240,210,13).

  • red value is 240;
  • green value is 210;
  • blue value is 13.
RGB:
(240,210,13)
(94%,82%,5%)

RGB channels and saturation

R 240 of 255 = 94%
G 210 of 255 = 82%
B 13 of 255 = 5%

240
210
13

R + G + B ~ 60%. #F0D20D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
240 + 210 + 13 = 463 (100%)
R 240 of 463 ~ 51.84%
G 210 of 463 ~ 45.36%
B 13 of 463 ~ 2.81%

%51.84
%45.36

CMYK color model

#F0D20D color CMYK value is (0,13,95,6).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 94.58%
  • key color value is 5.88%
CMYK:
(0,13,95,6)
C0M13Y95K6 
(0%,13%,95%,6%)
(0.00/0.13/0.95/0.06)	

CMYK percentages

%0
%12.5
%94.58
%5.88

Codes

Color #F0D20D in popluar color models

F0D20D
RGB24021013
HSL52°89.72%49.61%
HSB/HSV52°94.58%94.12%
CMYK0.00%12.50%94.58%
5.88%

Color #F0D20D in popluar number systems.

HEXF0D20D
Decimal24021013
Binary11110000110100101101
Octal36032215

Shades and tints

Shades of #F0D20D

#F0D20D
(240,210,13)
#DBBF0C
(219,191,12)
#C6AC0B
(198,172,11)
#B1990A
(177,153,10)
#9C8609
(156,134,9)
#877308
(135,115,8)
#726007
(114,96,7)
#5D4D06
(93,77,6)
#483A05
(72,58,5)
#332704
(51,39,4)
#1E1403
(30,20,3)
#000000
(0,0,0)

Tints of #F0D20D

#F0D20D
(240,210,13)
#F1D623
(241,214,35)
#F2DA39
(242,218,57)
#F3DE4F
(243,222,79)
#F4E265
(244,226,101)
#F5E67B
(245,230,123)
#F6EA91
(246,234,145)
#F7EEA7
(247,238,167)
#F8F2BD
(248,242,189)
#F9F6D3
(249,246,211)
#FAFAE9
(250,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0D20D color. Also use rgb(240,210,13) instead hex code.

Text Font Color

.myTextColor { color: #F0D20D; }

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

This text font color is #F0D20D.


Background Color

.myBgColor { background-color: #F0D20D; }

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

This div background color is #F0D20D.


Border color

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

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

This div border color is #F0D20D.


Opacity

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

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

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

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

This text has shadow with #F0D20D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D20D on black background.


Color preview on white background

This text has color #F0D20D on white background.



Black color preview on #F0D20D background

This text has black color on #F0D20D background.


White color preview on #F0D20D background

This text has white color on #F0D20D background.