COLOR #F8BD2B

HEX: #F8BD2B
RGB: (248,189,43)

Color info

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

RGB color model

#F8BD2B color RGB value is (248,189,43).

  • red value is 248;
  • green value is 189;
  • blue value is 43.
RGB:
(248,189,43)
(97%,74%,17%)

RGB channels and saturation

R 248 of 255 = 97%
G 189 of 255 = 74%
B 43 of 255 = 17%

248
189
43

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

Portions of RGB colors in percentages

R + G + B =
248 + 189 + 43 = 480 (100%)
R 248 of 480 ~ 51.67%
G 189 of 480 ~ 39.38%
B 43 of 480 ~ 8.96%

%51.67
%39.38

CMYK color model

#F8BD2B color CMYK value is (0,24,83,3).

  • cyan value is 0.00%
  • magenta value is 23.79%
  • yellow value is 82.66%
  • key color value is 2.75%
CMYK:
(0,24,83,3)
C0M24Y83K3 
(0%,24%,83%,3%)
(0.00/0.24/0.83/0.03)	

CMYK percentages

%0
%23.79
%82.66
%2.75

Codes

Color #F8BD2B in popluar color models

F8BD2B
RGB24818943
HSL43°93.61%57.06%
HSB/HSV43°82.66%97.25%
CMYK0.00%23.79%82.66%
2.75%

Color #F8BD2B in popluar number systems.

HEXF8BD2B
Decimal24818943
Binary1111100010111101101011
Octal37027553

Shades and tints

Shades of #F8BD2B

#F8BD2B
(248,189,43)
#E2AC28
(226,172,40)
#CC9B25
(204,155,37)
#B68A22
(182,138,34)
#A0791F
(160,121,31)
#8A681C
(138,104,28)
#745719
(116,87,25)
#5E4616
(94,70,22)
#483513
(72,53,19)
#322410
(50,36,16)
#1C130D
(28,19,13)
#000000
(0,0,0)

Tints of #F8BD2B

#F8BD2B
(248,189,43)
#F8C33E
(248,195,62)
#F8C951
(248,201,81)
#F8CF64
(248,207,100)
#F8D577
(248,213,119)
#F8DB8A
(248,219,138)
#F8E19D
(248,225,157)
#F8E7B0
(248,231,176)
#F8EDC3
(248,237,195)
#F8F3D6
(248,243,214)
#F8F9E9
(248,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BD2B color. Also use rgb(248,189,43) instead hex code.

Text Font Color

.myTextColor { color: #F8BD2B; }

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

This text font color is #F8BD2B.


Background Color

.myBgColor { background-color: #F8BD2B; }

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

This div background color is #F8BD2B.


Border color

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

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

This div border color is #F8BD2B.


Opacity

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

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

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

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

This text has shadow with #F8BD2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BD2B on black background.


Color preview on white background

This text has color #F8BD2B on white background.



Black color preview on #F8BD2B background

This text has black color on #F8BD2B background.


White color preview on #F8BD2B background

This text has white color on #F8BD2B background.