COLOR #F8BE21

HEX: #F8BE21
RGB: (248,190,33)

Color info

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

RGB color model

#F8BE21 color RGB value is (248,190,33).

  • red value is 248;
  • green value is 190;
  • blue value is 33.
RGB:
(248,190,33)
(97%,75%,13%)

RGB channels and saturation

R 248 of 255 = 97%
G 190 of 255 = 75%
B 33 of 255 = 13%

248
190
33

R + G + B ~ 62%. #F8BE21 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 190 + 33 = 471 (100%)
R 248 of 471 ~ 52.65%
G 190 of 471 ~ 40.34%
B 33 of 471 ~ 7.01%

%52.65
%40.34

CMYK color model

#F8BE21 color CMYK value is (0,23,87,3).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 86.69%
  • key color value is 2.75%
CMYK:
(0,23,87,3)
C0M23Y87K3 
(0%,23%,87%,3%)
(0.00/0.23/0.87/0.03)	

CMYK percentages

%0
%23.39
%86.69
%2.75

Codes

Color #F8BE21 in popluar color models

F8BE21
RGB24819033
HSL44°93.89%55.10%
HSB/HSV44°86.69%97.25%
CMYK0.00%23.39%86.69%
2.75%

Color #F8BE21 in popluar number systems.

HEXF8BE21
Decimal24819033
Binary1111100010111110100001
Octal37027641

Shades and tints

Shades of #F8BE21

#F8BE21
(248,190,33)
#E2AD1E
(226,173,30)
#CC9C1B
(204,156,27)
#B68B18
(182,139,24)
#A07A15
(160,122,21)
#8A6912
(138,105,18)
#74580F
(116,88,15)
#5E470C
(94,71,12)
#483609
(72,54,9)
#322506
(50,37,6)
#1C1403
(28,20,3)
#000000
(0,0,0)

Tints of #F8BE21

#F8BE21
(248,190,33)
#F8C335
(248,195,53)
#F8C849
(248,200,73)
#F8CD5D
(248,205,93)
#F8D271
(248,210,113)
#F8D785
(248,215,133)
#F8DC99
(248,220,153)
#F8E1AD
(248,225,173)
#F8E6C1
(248,230,193)
#F8EBD5
(248,235,213)
#F8F0E9
(248,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BE21 color. Also use rgb(248,190,33) instead hex code.

Text Font Color

.myTextColor { color: #F8BE21; }

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

This text font color is #F8BE21.


Background Color

.myBgColor { background-color: #F8BE21; }

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

This div background color is #F8BE21.


Border color

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

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

This div border color is #F8BE21.


Opacity

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

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

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

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

This text has shadow with #F8BE21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BE21 on black background.


Color preview on white background

This text has color #F8BE21 on white background.



Black color preview on #F8BE21 background

This text has black color on #F8BE21 background.


White color preview on #F8BE21 background

This text has white color on #F8BE21 background.