COLOR #F2D392

HEX: #F2D392 RGB: (242,211,146)

Color info

#F2D392 contains mainly red and green colors. Web safe color of #F2D392 is #FFCC99 (or #FC9).

RGB color model

#F2D392 color RGB value is (242,211,146).

RGB: (242,211,146) (95%, 83%, 57%)

RGB channels and saturation

R 242 of 255 = 95%
G 211 of 255 = 83%
B 146 of 255 = 57%

242
211
146

R + G + B ~ 78%. #F2D392 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 211 + 146 = 599 (100%)
R 242 of 599 ~ 40.4%
G 211 of 599 ~ 35.23%
B 146 of 599 ~ 24.37'%

%40.4
%35.23
%24.37

CMYK color model

#F2D392 color CMYK value is (0,13,40,5).

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

CMYK: (0,13,40,5)
C0M13Y40K5 (0%, 13%, 40%, 5%)
(0.00 / 0.13 / 0.40 / 0.05)

CMYK percentages

%0
%12.81
%39.67
%5.1

Codes

Color #F2D392 in popluar color models

F2 D3 92
RGB 242 211 146
HSL 41° 78.69% 76.08%
HSB/HSV 41° 39.67% 94.90%
CMYK 0.00% 12.81% 39.67%
5.10%

Color #F2D392 in popluar number systems.

HEX F2 D3 92
Decimal 242 211 146
Binary 11110010 11010011 10010010
Octal 362 323 222

Shades and tints

Shades of #F2D392

#F2D392
(242,211,146)
#DCC085
(220,192,133)
#C6AD78
(198,173,120)
#B09A6B
(176,154,107)
#9A875E
(154,135,94)
#847451
(132,116,81)
#6E6144
(110,97,68)
#584E37
(88,78,55)
#423B2A
(66,59,42)
#2C281D
(44,40,29)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #F2D392

#F2D392
(242,211,146)
#F3D79B
(243,215,155)
#F4DBA4
(244,219,164)
#F5DFAD
(245,223,173)
#F6E3B6
(246,227,182)
#F7E7BF
(247,231,191)
#F8EBC8
(248,235,200)
#F9EFD1
(249,239,209)
#FAF3DA
(250,243,218)
#FBF7E3
(251,247,227)
#FCFBEC
(252,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2D392; }

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

This text font color is #F2D392.

Background Color

.myBgColor { background-color: #F2D392; }

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

This div background color is #F2D392.

Border color

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

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

This div border color is #F2D392.

Opacity

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

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

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

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

This text has shadow with #F2D392 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2D392.

Preview

Color preview on black background

This text has color #F2D392 on black background.


Color preview on white background

This text has color #F2D392 on white background.


Black color preview on #F2D392 background

This text has black color on #F2D392 background.


White color preview on #F2D392 background

This text has white color on #F2D392 background.


Related colors

Complementary color

Complementary color for #hex is #0D2C6D.


I love getcolorcode.com

Triadic colors

1 #92F2D3 and #D392F2 with #F2D392 are triadic colors.

2 #92D3F2 and #D3F292 with #F2D392 are triadic colors.