COLOR #F2BE2E

HEX: #F2BE2E
RGB: (242,190,46)

Color info

#F2BE2E contains mainly red and green colors. Web safe color of #F2BE2E is #FFCC33 (or #FC3).

RGB color model

#F2BE2E color RGB value is (242,190,46).

  • red value is 242;
  • green value is 190;
  • blue value is 46.
RGB:
(242,190,46)
(95%,75%,18%)

RGB channels and saturation

R 242 of 255 = 95%
G 190 of 255 = 75%
B 46 of 255 = 18%

242
190
46

R + G + B ~ 63%. #F2BE2E is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 190 + 46 = 478 (100%)
R 242 of 478 ~ 50.63%
G 190 of 478 ~ 39.75%
B 46 of 478 ~ 9.62%

%50.63
%39.75
%9.62

CMYK color model

#F2BE2E color CMYK value is (0,21,81,5).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 80.99%
  • key color value is 5.10%
CMYK:
(0,21,81,5)
C0M21Y81K5 
(0%,21%,81%,5%)
(0.00/0.21/0.81/0.05)	

CMYK percentages

%0
%21.49
%80.99
%5.1

Codes

Color #F2BE2E in popluar color models

F2BE2E
RGB24219046
HSL44°88.29%56.47%
HSB/HSV44°80.99%94.90%
CMYK0.00%21.49%80.99%
5.10%

Color #F2BE2E in popluar number systems.

HEXF2BE2E
Decimal24219046
Binary1111001010111110101110
Octal36227656

Shades and tints

Shades of #F2BE2E

#F2BE2E
(242,190,46)
#DCAD2A
(220,173,42)
#C69C26
(198,156,38)
#B08B22
(176,139,34)
#9A7A1E
(154,122,30)
#84691A
(132,105,26)
#6E5816
(110,88,22)
#584712
(88,71,18)
#42360E
(66,54,14)
#2C250A
(44,37,10)
#161406
(22,20,6)
#000000
(0,0,0)

Tints of #F2BE2E

#F2BE2E
(242,190,46)
#F3C341
(243,195,65)
#F4C854
(244,200,84)
#F5CD67
(245,205,103)
#F6D27A
(246,210,122)
#F7D78D
(247,215,141)
#F8DCA0
(248,220,160)
#F9E1B3
(249,225,179)
#FAE6C6
(250,230,198)
#FBEBD9
(251,235,217)
#FCF0EC
(252,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2BE2E color. Also use rgb(242,190,46) instead hex code.

Text Font Color

.myTextColor { color: #F2BE2E; }

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

This text font color is #F2BE2E.


Background Color

.myBgColor { background-color: #F2BE2E; }

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

This div background color is #F2BE2E.


Border color

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

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

This div border color is #F2BE2E.


Opacity

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

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

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

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

This text has shadow with #F2BE2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2BE2E on black background.


Color preview on white background

This text has color #F2BE2E on white background.



Black color preview on #F2BE2E background

This text has black color on #F2BE2E background.


White color preview on #F2BE2E background

This text has white color on #F2BE2E background.