COLOR #F8BE0C

HEX: #F8BE0C
RGB: (248,190,12)

Color info

#F8BE0C contains mainly red and green colors. Web safe color of #F8BE0C is #FFCC00 (or #FC0).

RGB color model

#F8BE0C color RGB value is (248,190,12).

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

RGB channels and saturation

R 248 of 255 = 97%
G 190 of 255 = 75%
B 12 of 255 = 5%

248
190
12

R + G + B ~ 59%. #F8BE0C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
248 + 190 + 12 = 450 (100%)
R 248 of 450 ~ 55.11%
G 190 of 450 ~ 42.22%
B 12 of 450 ~ 2.67%

%55.11
%42.22

CMYK color model

#F8BE0C color CMYK value is (0,23,95,3).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 95.16%
  • key color value is 2.75%
CMYK:
(0,23,95,3)
C0M23Y95K3 
(0%,23%,95%,3%)
(0.00/0.23/0.95/0.03)	

CMYK percentages

%0
%23.39
%95.16
%2.75

Codes

Color #F8BE0C in popluar color models

F8BE0C
RGB24819012
HSL45°94.40%50.98%
HSB/HSV45°95.16%97.25%
CMYK0.00%23.39%95.16%
2.75%

Color #F8BE0C in popluar number systems.

HEXF8BE0C
Decimal24819012
Binary11111000101111101100
Octal37027614

Shades and tints

Shades of #F8BE0C

#F8BE0C
(248,190,12)
#E2AD0B
(226,173,11)
#CC9C0A
(204,156,10)
#B68B09
(182,139,9)
#A07A08
(160,122,8)
#8A6907
(138,105,7)
#745806
(116,88,6)
#5E4705
(94,71,5)
#483604
(72,54,4)
#322503
(50,37,3)
#1C1402
(28,20,2)
#000000
(0,0,0)

Tints of #F8BE0C

#F8BE0C
(248,190,12)
#F8C322
(248,195,34)
#F8C838
(248,200,56)
#F8CD4E
(248,205,78)
#F8D264
(248,210,100)
#F8D77A
(248,215,122)
#F8DC90
(248,220,144)
#F8E1A6
(248,225,166)
#F8E6BC
(248,230,188)
#F8EBD2
(248,235,210)
#F8F0E8
(248,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8BE0C; }

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

This text font color is #F8BE0C.


Background Color

.myBgColor { background-color: #F8BE0C; }

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

This div background color is #F8BE0C.


Border color

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

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

This div border color is #F8BE0C.


Opacity

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

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

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

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

This text has shadow with #F8BE0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BE0C on black background.


Color preview on white background

This text has color #F8BE0C on white background.



Black color preview on #F8BE0C background

This text has black color on #F8BE0C background.


White color preview on #F8BE0C background

This text has white color on #F8BE0C background.