COLOR #F2BA7E

HEX: #F2BA7E RGB: (242,186,126)

Color info

#F2BA7E contains mainly red and green colors. Web safe color of #F2BA7E is #FFCC66 (or #FC6).

RGB color model

#F2BA7E color RGB value is (242,186,126).

RGB: (242,186,126) (95%, 73%, 49%)

RGB channels and saturation

R 242 of 255 = 95%
G 186 of 255 = 73%
B 126 of 255 = 49%

242
186
126

R + G + B ~ 72%. #F2BA7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 186 + 126 = 554 (100%)
R 242 of 554 ~ 43.68%
G 186 of 554 ~ 33.57%
B 126 of 554 ~ 22.74'%

%43.68
%33.57
%22.74

CMYK color model

#F2BA7E color CMYK value is (0,23,48,5).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 47.93%
  • key color value is 5.10%

CMYK: (0,23,48,5)
C0M23Y48K5 (0%, 23%, 48%, 5%)
(0.00 / 0.23 / 0.48 / 0.05)

CMYK percentages

%0
%23.14
%47.93
%5.1

Codes

Color #F2BA7E in popluar color models

F2 BA 7E
RGB 242 186 126
HSL 31° 81.69% 72.16%
HSB/HSV 31° 47.93% 94.90%
CMYK 0.00% 23.14% 47.93%
5.10%

Color #F2BA7E in popluar number systems.

HEX F2 BA 7E
Decimal 242 186 126
Binary 11110010 10111010 1111110
Octal 362 272 176

Shades and tints

Shades of #F2BA7E

#F2BA7E
(242,186,126)
#DCAA73
(220,170,115)
#C69A68
(198,154,104)
#B08A5D
(176,138,93)
#9A7A52
(154,122,82)
#846A47
(132,106,71)
#6E5A3C
(110,90,60)
#584A31
(88,74,49)
#423A26
(66,58,38)
#2C2A1B
(44,42,27)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #F2BA7E

#F2BA7E
(242,186,126)
#F3C089
(243,192,137)
#F4C694
(244,198,148)
#F5CC9F
(245,204,159)
#F6D2AA
(246,210,170)
#F7D8B5
(247,216,181)
#F8DEC0
(248,222,192)
#F9E4CB
(249,228,203)
#FAEAD6
(250,234,214)
#FBF0E1
(251,240,225)
#FCF6EC
(252,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BA7E color. Also use rgb(242,186,126) instead hex code.

Text Font Color

.myTextColor { color: #F2BA7E; }

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

This text font color is #F2BA7E.

Background Color

.myBgColor { background-color: #F2BA7E; }

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

This div background color is #F2BA7E.

Border color

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

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

This div border color is #F2BA7E.

Opacity

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

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

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

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

This text has shadow with #F2BA7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2BA7E.

Preview

Color preview on black background

This text has color #F2BA7E on black background.


Color preview on white background

This text has color #F2BA7E on white background.


Black color preview on #F2BA7E background

This text has black color on #F2BA7E background.


White color preview on #F2BA7E background

This text has white color on #F2BA7E background.


Related colors

Complementary color

Complementary color for #hex is #0D4581.


I love getcolorcode.com

Triadic colors

1 #7EF2BA and #BA7EF2 with #F2BA7E are triadic colors.

2 #7EBAF2 and #BAF27E with #F2BA7E are triadic colors.