COLOR #F0C21E

HEX: #F0C21E
RGB: (240,194,30)

Color info

#F0C21E contains mainly red and green colors. Web safe color of #F0C21E is #FFCC33 (or #FC3).

RGB color model

#F0C21E color RGB value is (240,194,30).

  • red value is 240;
  • green value is 194;
  • blue value is 30.
RGB:
(240,194,30)
(94%,76%,12%)

RGB channels and saturation

R 240 of 255 = 94%
G 194 of 255 = 76%
B 30 of 255 = 12%

240
194
30

R + G + B ~ 61%. #F0C21E is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 194 + 30 = 464 (100%)
R 240 of 464 ~ 51.72%
G 194 of 464 ~ 41.81%
B 30 of 464 ~ 6.47%

%51.72
%41.81

CMYK color model

#F0C21E color CMYK value is (0,19,88,6).

  • cyan value is 0.00%
  • magenta value is 19.17%
  • yellow value is 87.50%
  • key color value is 5.88%
CMYK:
(0,19,88,6)
C0M19Y88K6 
(0%,19%,88%,6%)
(0.00/0.19/0.88/0.06)	

CMYK percentages

%0
%19.17
%87.5
%5.88

Codes

Color #F0C21E in popluar color models

F0C21E
RGB24019430
HSL47°87.50%52.94%
HSB/HSV47°87.50%94.12%
CMYK0.00%19.17%87.50%
5.88%

Color #F0C21E in popluar number systems.

HEXF0C21E
Decimal24019430
Binary111100001100001011110
Octal36030236

Shades and tints

Shades of #F0C21E

#F0C21E
(240,194,30)
#DBB11C
(219,177,28)
#C6A01A
(198,160,26)
#B18F18
(177,143,24)
#9C7E16
(156,126,22)
#876D14
(135,109,20)
#725C12
(114,92,18)
#5D4B10
(93,75,16)
#483A0E
(72,58,14)
#33290C
(51,41,12)
#1E180A
(30,24,10)
#000000
(0,0,0)

Tints of #F0C21E

#F0C21E
(240,194,30)
#F1C732
(241,199,50)
#F2CC46
(242,204,70)
#F3D15A
(243,209,90)
#F4D66E
(244,214,110)
#F5DB82
(245,219,130)
#F6E096
(246,224,150)
#F7E5AA
(247,229,170)
#F8EABE
(248,234,190)
#F9EFD2
(249,239,210)
#FAF4E6
(250,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0C21E color. Also use rgb(240,194,30) instead hex code.

Text Font Color

.myTextColor { color: #F0C21E; }

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

This text font color is #F0C21E.


Background Color

.myBgColor { background-color: #F0C21E; }

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

This div background color is #F0C21E.


Border color

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

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

This div border color is #F0C21E.


Opacity

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

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

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

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

This text has shadow with #F0C21E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0C21E on black background.


Color preview on white background

This text has color #F0C21E on white background.



Black color preview on #F0C21E background

This text has black color on #F0C21E background.


White color preview on #F0C21E background

This text has white color on #F0C21E background.