COLOR #F3B82D

HEX: #F3B82D
RGB: (243,184,45)

Color info

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

RGB color model

#F3B82D color RGB value is (243,184,45).

  • red value is 243;
  • green value is 184;
  • blue value is 45.
RGB:
(243,184,45)
(95%,72%,18%)

RGB channels and saturation

R 243 of 255 = 95%
G 184 of 255 = 72%
B 45 of 255 = 18%

243
184
45

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

Portions of RGB colors in percentages

R + G + B =
243 + 184 + 45 = 472 (100%)
R 243 of 472 ~ 51.48%
G 184 of 472 ~ 38.98%
B 45 of 472 ~ 9.53%

%51.48
%38.98
%9.53

CMYK color model

#F3B82D color CMYK value is (0,24,81,5).

  • cyan value is 0.00%
  • magenta value is 24.28%
  • yellow value is 81.48%
  • key color value is 4.71%
CMYK:
(0,24,81,5)
C0M24Y81K5 
(0%,24%,81%,5%)
(0.00/0.24/0.81/0.05)	

CMYK percentages

%0
%24.28
%81.48
%4.71

Codes

Color #F3B82D in popluar color models

F3B82D
RGB24318445
HSL42°89.19%56.47%
HSB/HSV42°81.48%95.29%
CMYK0.00%24.28%81.48%
4.71%

Color #F3B82D in popluar number systems.

HEXF3B82D
Decimal24318445
Binary1111001110111000101101
Octal36327055

Shades and tints

Shades of #F3B82D

#F3B82D
(243,184,45)
#DDA829
(221,168,41)
#C79825
(199,152,37)
#B18821
(177,136,33)
#9B781D
(155,120,29)
#856819
(133,104,25)
#6F5815
(111,88,21)
#594811
(89,72,17)
#43380D
(67,56,13)
#2D2809
(45,40,9)
#171805
(23,24,5)
#000000
(0,0,0)

Tints of #F3B82D

#F3B82D
(243,184,45)
#F4BE40
(244,190,64)
#F5C453
(245,196,83)
#F6CA66
(246,202,102)
#F7D079
(247,208,121)
#F8D68C
(248,214,140)
#F9DC9F
(249,220,159)
#FAE2B2
(250,226,178)
#FBE8C5
(251,232,197)
#FCEED8
(252,238,216)
#FDF4EB
(253,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3B82D color. Also use rgb(243,184,45) instead hex code.

Text Font Color

.myTextColor { color: #F3B82D; }

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

This text font color is #F3B82D.


Background Color

.myBgColor { background-color: #F3B82D; }

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

This div background color is #F3B82D.


Border color

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

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

This div border color is #F3B82D.


Opacity

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

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

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

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

This text has shadow with #F3B82D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F3B82D on black background.


Color preview on white background

This text has color #F3B82D on white background.



Black color preview on #F3B82D background

This text has black color on #F3B82D background.


White color preview on #F3B82D background

This text has white color on #F3B82D background.