COLOR #F0F24D

HEX: #F0F24D
RGB: (240,242,77)

Color info

#F0F24D contains mainly red and green colors. Web safe color of #F0F24D is #FFFF33 (or #FF3).

RGB color model

#F0F24D color RGB value is (240,242,77).

  • red value is 240;
  • green value is 242;
  • blue value is 77.
RGB:
(240,242,77)
(94%,95%,30%)

RGB channels and saturation

R 240 of 255 = 94%
G 242 of 255 = 95%
B 77 of 255 = 30%

240
242
77

R + G + B ~ 73%. #F0F24D is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 242 + 77 = 559 (100%)
R 240 of 559 ~ 42.93%
G 242 of 559 ~ 43.29%
B 77 of 559 ~ 13.77%

%42.93
%43.29
%13.77

CMYK color model

#F0F24D color CMYK value is (1,0,68,5).

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 68.18%
  • key color value is 5.10%
CMYK:
(1,0,68,5)
C1M0Y68K5 
(1%,0%,68%,5%)
(0.01/0.00/0.68/0.05)	

CMYK percentages

%0.83
%0
%68.18
%5.1

Codes

Color #F0F24D in popluar color models

F0F24D
RGB24024277
HSL61°86.39%62.55%
HSB/HSV61°68.18%94.90%
CMYK0.83%0.00%68.18%
5.10%

Color #F0F24D in popluar number systems.

HEXF0F24D
Decimal24024277
Binary11110000111100101001101
Octal360362115

Shades and tints

Shades of #F0F24D

#F0F24D
(240,242,77)
#DBDC46
(219,220,70)
#C6C63F
(198,198,63)
#B1B038
(177,176,56)
#9C9A31
(156,154,49)
#87842A
(135,132,42)
#726E23
(114,110,35)
#5D581C
(93,88,28)
#484215
(72,66,21)
#332C0E
(51,44,14)
#1E1607
(30,22,7)
#000000
(0,0,0)

Tints of #F0F24D

#F0F24D
(240,242,77)
#F1F35D
(241,243,93)
#F2F46D
(242,244,109)
#F3F57D
(243,245,125)
#F4F68D
(244,246,141)
#F5F79D
(245,247,157)
#F6F8AD
(246,248,173)
#F7F9BD
(247,249,189)
#F8FACD
(248,250,205)
#F9FBDD
(249,251,221)
#FAFCED
(250,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0F24D color. Also use rgb(240,242,77) instead hex code.

Text Font Color

.myTextColor { color: #F0F24D; }

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

This text font color is #F0F24D.


Background Color

.myBgColor { background-color: #F0F24D; }

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

This div background color is #F0F24D.


Border color

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

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

This div border color is #F0F24D.


Opacity

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

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

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

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

This text has shadow with #F0F24D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0F24D on black background.


Color preview on white background

This text has color #F0F24D on white background.



Black color preview on #F0F24D background

This text has black color on #F0F24D background.


White color preview on #F0F24D background

This text has white color on #F0F24D background.