COLOR #F2EB64

HEX: #F2EB64
RGB: (242,235,100)

Color info

#F2EB64 contains mainly red and green colors. Web safe color of #F2EB64 is #FFFF66 (or #FF6).

RGB color model

#F2EB64 color RGB value is (242,235,100).

  • red value is 242;
  • green value is 235;
  • blue value is 100.
RGB:
(242,235,100)
(95%,92%,39%)

RGB channels and saturation

R 242 of 255 = 95%
G 235 of 255 = 92%
B 100 of 255 = 39%

242
235
100

R + G + B ~ 75%. #F2EB64 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 235 + 100 = 577 (100%)
R 242 of 577 ~ 41.94%
G 235 of 577 ~ 40.73%
B 100 of 577 ~ 17.33%

%41.94
%40.73
%17.33

CMYK color model

#F2EB64 color CMYK value is (0,3,59,5).

  • cyan value is 0.00%
  • magenta value is 2.89%
  • yellow value is 58.68%
  • key color value is 5.10%
CMYK:
(0,3,59,5)
C0M3Y59K5 
(0%,3%,59%,5%)
(0.00/0.03/0.59/0.05)	

CMYK percentages

%0
%2.89
%58.68
%5.1

Codes

Color #F2EB64 in popluar color models

F2EB64
RGB242235100
HSL57°84.52%67.06%
HSB/HSV57°58.68%94.90%
CMYK0.00%2.89%58.68%
5.10%

Color #F2EB64 in popluar number systems.

HEXF2EB64
Decimal242235100
Binary11110010111010111100100
Octal362353144

Shades and tints

Shades of #F2EB64

#F2EB64
(242,235,100)
#DCD65B
(220,214,91)
#C6C152
(198,193,82)
#B0AC49
(176,172,73)
#9A9740
(154,151,64)
#848237
(132,130,55)
#6E6D2E
(110,109,46)
#585825
(88,88,37)
#42431C
(66,67,28)
#2C2E13
(44,46,19)
#16190A
(22,25,10)
#000000
(0,0,0)

Tints of #F2EB64

#F2EB64
(242,235,100)
#F3EC72
(243,236,114)
#F4ED80
(244,237,128)
#F5EE8E
(245,238,142)
#F6EF9C
(246,239,156)
#F7F0AA
(247,240,170)
#F8F1B8
(248,241,184)
#F9F2C6
(249,242,198)
#FAF3D4
(250,243,212)
#FBF4E2
(251,244,226)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EB64 color. Also use rgb(242,235,100) instead hex code.

Text Font Color

.myTextColor { color: #F2EB64; }

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

This text font color is #F2EB64.


Background Color

.myBgColor { background-color: #F2EB64; }

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

This div background color is #F2EB64.


Border color

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

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

This div border color is #F2EB64.


Opacity

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

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

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

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

This text has shadow with #F2EB64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2EB64 on black background.


Color preview on white background

This text has color #F2EB64 on white background.



Black color preview on #F2EB64 background

This text has black color on #F2EB64 background.


White color preview on #F2EB64 background

This text has white color on #F2EB64 background.