COLOR #F8BA3B

HEX: #F8BA3B
RGB: (248,186,59)

Color info

#F8BA3B contains mainly red color. Web safe color of #F8BA3B is #FFCC33 (or #FC3).

RGB color model

#F8BA3B color RGB value is (248,186,59).

  • red value is 248;
  • green value is 186;
  • blue value is 59.
RGB:
(248,186,59)
(97%,73%,23%)

RGB channels and saturation

R 248 of 255 = 97%
G 186 of 255 = 73%
B 59 of 255 = 23%

248
186
59

R + G + B ~ 64%. #F8BA3B is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 186 + 59 = 493 (100%)
R 248 of 493 ~ 50.3%
G 186 of 493 ~ 37.73%
B 59 of 493 ~ 11.97%

%50.3
%37.73
%11.97

CMYK color model

#F8BA3B color CMYK value is (0,25,76,3).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 76.21%
  • key color value is 2.75%
CMYK:
(0,25,76,3)
C0M25Y76K3 
(0%,25%,76%,3%)
(0.00/0.25/0.76/0.03)	

CMYK percentages

%0
%25
%76.21
%2.75

Codes

Color #F8BA3B in popluar color models

F8BA3B
RGB24818659
HSL40°93.10%60.20%
HSB/HSV40°76.21%97.25%
CMYK0.00%25.00%76.21%
2.75%

Color #F8BA3B in popluar number systems.

HEXF8BA3B
Decimal24818659
Binary1111100010111010111011
Octal37027273

Shades and tints

Shades of #F8BA3B

#F8BA3B
(248,186,59)
#E2AA36
(226,170,54)
#CC9A31
(204,154,49)
#B68A2C
(182,138,44)
#A07A27
(160,122,39)
#8A6A22
(138,106,34)
#745A1D
(116,90,29)
#5E4A18
(94,74,24)
#483A13
(72,58,19)
#322A0E
(50,42,14)
#1C1A09
(28,26,9)
#000000
(0,0,0)

Tints of #F8BA3B

#F8BA3B
(248,186,59)
#F8C04C
(248,192,76)
#F8C65D
(248,198,93)
#F8CC6E
(248,204,110)
#F8D27F
(248,210,127)
#F8D890
(248,216,144)
#F8DEA1
(248,222,161)
#F8E4B2
(248,228,178)
#F8EAC3
(248,234,195)
#F8F0D4
(248,240,212)
#F8F6E5
(248,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BA3B color. Also use rgb(248,186,59) instead hex code.

Text Font Color

.myTextColor { color: #F8BA3B; }

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

This text font color is #F8BA3B.


Background Color

.myBgColor { background-color: #F8BA3B; }

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

This div background color is #F8BA3B.


Border color

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

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

This div border color is #F8BA3B.


Opacity

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

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

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

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

This text has shadow with #F8BA3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BA3B on black background.


Color preview on white background

This text has color #F8BA3B on white background.



Black color preview on #F8BA3B background

This text has black color on #F8BA3B background.


White color preview on #F8BA3B background

This text has white color on #F8BA3B background.