COLOR #F0C400

HEX: #F0C400
RGB: (240,196,0)

Color info

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

RGB color model

#F0C400 color RGB value is (240,196,0).

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

RGB channels and saturation

R 240 of 255 = 94%
G 196 of 255 = 77%
B 0 of 255 = 0%

240
196
0

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

Portions of RGB colors in percentages

R + G + B =
240 + 196 + 0 = 436 (100%)
R 240 of 436 ~ 55.05%
G 196 of 436 ~ 44.95%
B 0 of 436 ~ 0%

%55.05
%44.95

CMYK color model

#F0C400 color CMYK value is (0,18,100,6).

  • cyan value is 0.00%
  • magenta value is 18.33%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(0,18,100,6)
C0M18Y100K6 
(0%,18%,100%,6%)
(0.00/0.18/1.00/0.06)	

CMYK percentages

%0
%18.33
%100
%5.88

Codes

Color #F0C400 in popluar color models

F0C400
RGB2401960
HSL49°100.00%47.06%
HSB/HSV49°100.00%94.12%
CMYK0.00%18.33%100.00%
5.88%

Color #F0C400 in popluar number systems.

HEXF0C400
Decimal2401960
Binary11110000110001000
Octal3603040

Shades and tints

Shades of #F0C400

#F0C400
(240,196,0)
#DBB300
(219,179,0)
#C6A200
(198,162,0)
#B19100
(177,145,0)
#9C8000
(156,128,0)
#876F00
(135,111,0)
#725E00
(114,94,0)
#5D4D00
(93,77,0)
#483C00
(72,60,0)
#332B00
(51,43,0)
#1E1A00
(30,26,0)
#000000
(0,0,0)

Tints of #F0C400

#F0C400
(240,196,0)
#F1C917
(241,201,23)
#F2CE2E
(242,206,46)
#F3D345
(243,211,69)
#F4D85C
(244,216,92)
#F5DD73
(245,221,115)
#F6E28A
(246,226,138)
#F7E7A1
(247,231,161)
#F8ECB8
(248,236,184)
#F9F1CF
(249,241,207)
#FAF6E6
(250,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F0C400; }

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

This text font color is #F0C400.


Background Color

.myBgColor { background-color: #F0C400; }

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

This div background color is #F0C400.


Border color

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

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

This div border color is #F0C400.


Opacity

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

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

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

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

This text has shadow with #F0C400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C400 on black background.


Color preview on white background

This text has color #F0C400 on white background.



Black color preview on #F0C400 background

This text has black color on #F0C400 background.


White color preview on #F0C400 background

This text has white color on #F0C400 background.