COLOR #F0C900

HEX: #F0C900
RGB: (240,201,0)

Color info

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

RGB color model

#F0C900 color RGB value is (240,201,0).

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

RGB channels and saturation

R 240 of 255 = 94%
G 201 of 255 = 79%
B 0 of 255 = 0%

240
201
0

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

Portions of RGB colors in percentages

R + G + B =
240 + 201 + 0 = 441 (100%)
R 240 of 441 ~ 54.42%
G 201 of 441 ~ 45.58%
B 0 of 441 ~ 0%

%54.42
%45.58

CMYK color model

#F0C900 color CMYK value is (0,16,100,6).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,16,100,6)
C0M16Y100K6 
(0%,16%,100%,6%)
(0.00/0.16/1.00/0.06)	

CMYK percentages

%0
%16.25
%100
%5.88

Codes

Color #F0C900 in popluar color models

F0C900
RGB2402010
HSL50°100.00%47.06%
HSB/HSV50°100.00%94.12%
CMYK0.00%16.25%100.00%
5.88%

Color #F0C900 in popluar number systems.

HEXF0C900
Decimal2402010
Binary11110000110010010
Octal3603110

Shades and tints

Shades of #F0C900

#F0C900
(240,201,0)
#DBB700
(219,183,0)
#C6A500
(198,165,0)
#B19300
(177,147,0)
#9C8100
(156,129,0)
#876F00
(135,111,0)
#725D00
(114,93,0)
#5D4B00
(93,75,0)
#483900
(72,57,0)
#332700
(51,39,0)
#1E1500
(30,21,0)
#000000
(0,0,0)

Tints of #F0C900

#F0C900
(240,201,0)
#F1CD17
(241,205,23)
#F2D12E
(242,209,46)
#F3D545
(243,213,69)
#F4D95C
(244,217,92)
#F5DD73
(245,221,115)
#F6E18A
(246,225,138)
#F7E5A1
(247,229,161)
#F8E9B8
(248,233,184)
#F9EDCF
(249,237,207)
#FAF1E6
(250,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C900; }

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

This text font color is #F0C900.


Background Color

.myBgColor { background-color: #F0C900; }

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

This div background color is #F0C900.


Border color

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

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

This div border color is #F0C900.


Opacity

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

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

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

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

This text has shadow with #F0C900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C900 on black background.


Color preview on white background

This text has color #F0C900 on white background.



Black color preview on #F0C900 background

This text has black color on #F0C900 background.


White color preview on #F0C900 background

This text has white color on #F0C900 background.