COLOR #F0D400

HEX: #F0D400
RGB: (240,212,0)

Color info

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

RGB color model

#F0D400 color RGB value is (240,212,0).

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

RGB channels and saturation

R 240 of 255 = 94%
G 212 of 255 = 83%
B 0 of 255 = 0%

240
212
0

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

Portions of RGB colors in percentages

R + G + B =
240 + 212 + 0 = 452 (100%)
R 240 of 452 ~ 53.1%
G 212 of 452 ~ 46.9%
B 0 of 452 ~ 0%

%53.1
%46.9

CMYK color model

#F0D400 color CMYK value is (0,12,100,6).

  • cyan value is 0.00%
  • magenta value is 11.67%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,12,100,6)
C0M12Y100K6 
(0%,12%,100%,6%)
(0.00/0.12/1.00/0.06)	

CMYK percentages

%0
%11.67
%100
%5.88

Codes

Color #F0D400 in popluar color models

F0D400
RGB2402120
HSL53°100.00%47.06%
HSB/HSV53°100.00%94.12%
CMYK0.00%11.67%100.00%
5.88%

Color #F0D400 in popluar number systems.

HEXF0D400
Decimal2402120
Binary11110000110101000
Octal3603240

Shades and tints

Shades of #F0D400

#F0D400
(240,212,0)
#DBC100
(219,193,0)
#C6AE00
(198,174,0)
#B19B00
(177,155,0)
#9C8800
(156,136,0)
#877500
(135,117,0)
#726200
(114,98,0)
#5D4F00
(93,79,0)
#483C00
(72,60,0)
#332900
(51,41,0)
#1E1600
(30,22,0)
#000000
(0,0,0)

Tints of #F0D400

#F0D400
(240,212,0)
#F1D717
(241,215,23)
#F2DA2E
(242,218,46)
#F3DD45
(243,221,69)
#F4E05C
(244,224,92)
#F5E373
(245,227,115)
#F6E68A
(246,230,138)
#F7E9A1
(247,233,161)
#F8ECB8
(248,236,184)
#F9EFCF
(249,239,207)
#FAF2E6
(250,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0D400; }

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

This text font color is #F0D400.


Background Color

.myBgColor { background-color: #F0D400; }

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

This div background color is #F0D400.


Border color

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

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

This div border color is #F0D400.


Opacity

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

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

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

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

This text has shadow with #F0D400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0D400 on black background.


Color preview on white background

This text has color #F0D400 on white background.



Black color preview on #F0D400 background

This text has black color on #F0D400 background.


White color preview on #F0D400 background

This text has white color on #F0D400 background.