COLOR #F0D000

HEX: #F0D000
RGB: (240,208,0)

Color info

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

RGB color model

#F0D000 color RGB value is (240,208,0).

  • red value is 240;
  • green value is 208;
  • blue value is 0.
RGB:
(240,208,0)
(94%,82%,0%)

RGB channels and saturation

R 240 of 255 = 94%
G 208 of 255 = 82%
B 0 of 255 = 0%

240
208
0

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

Portions of RGB colors in percentages

R + G + B =
240 + 208 + 0 = 448 (100%)
R 240 of 448 ~ 53.57%
G 208 of 448 ~ 46.43%
B 0 of 448 ~ 0%

%53.57
%46.43

CMYK color model

#F0D000 color CMYK value is (0,13,100,6).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,13,100,6)
C0M13Y100K6 
(0%,13%,100%,6%)
(0.00/0.13/1.00/0.06)	

CMYK percentages

%0
%13.33
%100
%5.88

Codes

Color #F0D000 in popluar color models

F0D000
RGB2402080
HSL52°100.00%47.06%
HSB/HSV52°100.00%94.12%
CMYK0.00%13.33%100.00%
5.88%

Color #F0D000 in popluar number systems.

HEXF0D000
Decimal2402080
Binary11110000110100000
Octal3603200

Shades and tints

Shades of #F0D000

#F0D000
(240,208,0)
#DBBE00
(219,190,0)
#C6AC00
(198,172,0)
#B19A00
(177,154,0)
#9C8800
(156,136,0)
#877600
(135,118,0)
#726400
(114,100,0)
#5D5200
(93,82,0)
#484000
(72,64,0)
#332E00
(51,46,0)
#1E1C00
(30,28,0)
#000000
(0,0,0)

Tints of #F0D000

#F0D000
(240,208,0)
#F1D417
(241,212,23)
#F2D82E
(242,216,46)
#F3DC45
(243,220,69)
#F4E05C
(244,224,92)
#F5E473
(245,228,115)
#F6E88A
(246,232,138)
#F7ECA1
(247,236,161)
#F8F0B8
(248,240,184)
#F9F4CF
(249,244,207)
#FAF8E6
(250,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D000; }

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

This text font color is #F0D000.


Background Color

.myBgColor { background-color: #F0D000; }

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

This div background color is #F0D000.


Border color

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

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

This div border color is #F0D000.


Opacity

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

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

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

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

This text has shadow with #F0D000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D000 on black background.


Color preview on white background

This text has color #F0D000 on white background.



Black color preview on #F0D000 background

This text has black color on #F0D000 background.


White color preview on #F0D000 background

This text has white color on #F0D000 background.