COLOR #F2D190

HEX: #F2D190 RGB: (242,209,144)

Color info

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

RGB color model

#F2D190 color RGB value is (242,209,144).

RGB: (242,209,144) (95%, 82%, 56%)

RGB channels and saturation

R 242 of 255 = 95%
G 209 of 255 = 82%
B 144 of 255 = 56%

242
209
144

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

Portions of RGB colors in percentages

R + G + B = 242 + 209 + 144 = 595 (100%)
R 242 of 595 ~ 40.67%
G 209 of 595 ~ 35.13%
B 144 of 595 ~ 24.2'%

%40.67
%35.13
%24.2

CMYK color model

#F2D190 color CMYK value is (0,14,40,5).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 40.50%
  • key color value is 5.10%

CMYK: (0,14,40,5)
C0M14Y40K5 (0%, 14%, 40%, 5%)
(0.00 / 0.14 / 0.40 / 0.05)

CMYK percentages

%0
%13.64
%40.5
%5.1

Codes

Color #F2D190 in popluar color models

F2 D1 90
RGB 242 209 144
HSL 40° 79.03% 75.69%
HSB/HSV 40° 40.50% 94.90%
CMYK 0.00% 13.64% 40.50%
5.10%

Color #F2D190 in popluar number systems.

HEX F2 D1 90
Decimal 242 209 144
Binary 11110010 11010001 10010000
Octal 362 321 220

Shades and tints

Shades of #F2D190

#F2D190
(242,209,144)
#DCBE83
(220,190,131)
#C6AB76
(198,171,118)
#B09869
(176,152,105)
#9A855C
(154,133,92)
#84724F
(132,114,79)
#6E5F42
(110,95,66)
#584C35
(88,76,53)
#423928
(66,57,40)
#2C261B
(44,38,27)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #F2D190

#F2D190
(242,209,144)
#F3D59A
(243,213,154)
#F4D9A4
(244,217,164)
#F5DDAE
(245,221,174)
#F6E1B8
(246,225,184)
#F7E5C2
(247,229,194)
#F8E9CC
(248,233,204)
#F9EDD6
(249,237,214)
#FAF1E0
(250,241,224)
#FBF5EA
(251,245,234)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2D190 color. Also use rgb(242,209,144) instead hex code.

Text Font Color

.myTextColor { color: #F2D190; }

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

This text font color is #F2D190.

Background Color

.myBgColor { background-color: #F2D190; }

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

This div background color is #F2D190.

Border color

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

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

This div border color is #F2D190.

Opacity

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

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

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

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

This text has shadow with #F2D190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2D190.

Preview

Color preview on black background

This text has color #F2D190 on black background.


Color preview on white background

This text has color #F2D190 on white background.


Black color preview on #F2D190 background

This text has black color on #F2D190 background.


White color preview on #F2D190 background

This text has white color on #F2D190 background.


Related colors

Complementary color

Complementary color for #hex is #0D2E6F.


I love getcolorcode.com

Triadic colors

1 #90F2D1 and #D190F2 with #F2D190 are triadic colors.

2 #90D1F2 and #D1F290 with #F2D190 are triadic colors.