COLOR #F2ED92

HEX: #F2ED92 RGB: (242,237,146)

Color info

#F2ED92 contains mainly red and green colors. Web safe color of #F2ED92 is #FFFF99 (or #FF9).

RGB color model

#F2ED92 color RGB value is (242,237,146).

RGB: (242,237,146) (95%, 93%, 57%)

RGB channels and saturation

R 242 of 255 = 95%
G 237 of 255 = 93%
B 146 of 255 = 57%

242
237
146

R + G + B ~ 82%. #F2ED92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 237 + 146 = 625 (100%)
R 242 of 625 ~ 38.72%
G 237 of 625 ~ 37.92%
B 146 of 625 ~ 23.36'%

%38.72
%37.92
%23.36

CMYK color model

#F2ED92 color CMYK value is (0,2,40,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 39.67%
  • key color value is 5.10%

CMYK: (0,2,40,5)
C0M2Y40K5 (0%, 2%, 40%, 5%)
(0.00 / 0.02 / 0.40 / 0.05)

CMYK percentages

%0
%2.07
%39.67
%5.1

Codes

Color #F2ED92 in popluar color models

F2 ED 92
RGB 242 237 146
HSL 57° 78.69% 76.08%
HSB/HSV 57° 39.67% 94.90%
CMYK 0.00% 2.07% 39.67%
5.10%

Color #F2ED92 in popluar number systems.

HEX F2 ED 92
Decimal 242 237 146
Binary 11110010 11101101 10010010
Octal 362 355 222

Shades and tints

Shades of #F2ED92

#F2ED92
(242,237,146)
#DCD885
(220,216,133)
#C6C378
(198,195,120)
#B0AE6B
(176,174,107)
#9A995E
(154,153,94)
#848451
(132,132,81)
#6E6F44
(110,111,68)
#585A37
(88,90,55)
#42452A
(66,69,42)
#2C301D
(44,48,29)
#161B10
(22,27,16)
#000000
(0,0,0)

Tints of #F2ED92

#F2ED92
(242,237,146)
#F3EE9B
(243,238,155)
#F4EFA4
(244,239,164)
#F5F0AD
(245,240,173)
#F6F1B6
(246,241,182)
#F7F2BF
(247,242,191)
#F8F3C8
(248,243,200)
#F9F4D1
(249,244,209)
#FAF5DA
(250,245,218)
#FBF6E3
(251,246,227)
#FCF7EC
(252,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2ED92 color. Also use rgb(242,237,146) instead hex code.

Text Font Color

.myTextColor { color: #F2ED92; }

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

This text font color is #F2ED92.

Background Color

.myBgColor { background-color: #F2ED92; }

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

This div background color is #F2ED92.

Border color

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

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

This div border color is #F2ED92.

Opacity

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

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

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

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

This text has shadow with #F2ED92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2ED92.

Preview

Color preview on black background

This text has color #F2ED92 on black background.


Color preview on white background

This text has color #F2ED92 on white background.


Black color preview on #F2ED92 background

This text has black color on #F2ED92 background.


White color preview on #F2ED92 background

This text has white color on #F2ED92 background.


Related colors

Complementary color

Complementary color for #hex is #0D126D.


I love getcolorcode.com

Triadic colors

1 #92F2ED and #ED92F2 with #F2ED92 are triadic colors.

2 #92EDF2 and #EDF292 with #F2ED92 are triadic colors.