COLOR #F2BC4E

HEX: #F2BC4E
RGB: (242,188,78)

Color info

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

RGB color model

#F2BC4E color RGB value is (242,188,78).

  • red value is 242;
  • green value is 188;
  • blue value is 78.
RGB:
(242,188,78)
(95%,74%,31%)

RGB channels and saturation

R 242 of 255 = 95%
G 188 of 255 = 74%
B 78 of 255 = 31%

242
188
78

R + G + B ~ 67%. #F2BC4E is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 188 + 78 = 508 (100%)
R 242 of 508 ~ 47.64%
G 188 of 508 ~ 37.01%
B 78 of 508 ~ 15.35%

%47.64
%37.01
%15.35

CMYK color model

#F2BC4E color CMYK value is (0,22,68,5).

  • cyan value is 0.00%
  • magenta value is 22.31%
  • yellow value is 67.77%
  • key color value is 5.10%
CMYK:
(0,22,68,5)
C0M22Y68K5 
(0%,22%,68%,5%)
(0.00/0.22/0.68/0.05)	

CMYK percentages

%0
%22.31
%67.77
%5.1

Codes

Color #F2BC4E in popluar color models

F2BC4E
RGB24218878
HSL40°86.32%62.75%
HSB/HSV40°67.77%94.90%
CMYK0.00%22.31%67.77%
5.10%

Color #F2BC4E in popluar number systems.

HEXF2BC4E
Decimal24218878
Binary11110010101111001001110
Octal362274116

Shades and tints

Shades of #F2BC4E

#F2BC4E
(242,188,78)
#DCAB47
(220,171,71)
#C69A40
(198,154,64)
#B08939
(176,137,57)
#9A7832
(154,120,50)
#84672B
(132,103,43)
#6E5624
(110,86,36)
#58451D
(88,69,29)
#423416
(66,52,22)
#2C230F
(44,35,15)
#161208
(22,18,8)
#000000
(0,0,0)

Tints of #F2BC4E

#F2BC4E
(242,188,78)
#F3C25E
(243,194,94)
#F4C86E
(244,200,110)
#F5CE7E
(245,206,126)
#F6D48E
(246,212,142)
#F7DA9E
(247,218,158)
#F8E0AE
(248,224,174)
#F9E6BE
(249,230,190)
#FAECCE
(250,236,206)
#FBF2DE
(251,242,222)
#FCF8EE
(252,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BC4E color. Also use rgb(242,188,78) instead hex code.

Text Font Color

.myTextColor { color: #F2BC4E; }

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

This text font color is #F2BC4E.


Background Color

.myBgColor { background-color: #F2BC4E; }

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

This div background color is #F2BC4E.


Border color

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

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

This div border color is #F2BC4E.


Opacity

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

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

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

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

This text has shadow with #F2BC4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BC4E on black background.


Color preview on white background

This text has color #F2BC4E on white background.



Black color preview on #F2BC4E background

This text has black color on #F2BC4E background.


White color preview on #F2BC4E background

This text has white color on #F2BC4E background.