COLOR #F3BA5B

HEX: #F3BA5B RGB: (243,186,91)

Color info

#F3BA5B contains mainly red and green colors. Web safe color of #F3BA5B is #FFCC66 (or #FC6).

RGB color model

#F3BA5B color RGB value is (243,186,91).

RGB: (243,186,91) (95%, 73%, 36%)

RGB channels and saturation

R 243 of 255 = 95%
G 186 of 255 = 73%
B 91 of 255 = 36%

243
186
91

R + G + B ~ 68%. #F3BA5B is quite light color.

Portions of RGB colors in percentages

R + G + B = 243 + 186 + 91 = 520 (100%)
R 243 of 520 ~ 46.73%
G 186 of 520 ~ 35.77%
B 91 of 520 ~ 17.5'%

%46.73
%35.77
%17.5

CMYK color model

#F3BA5B color CMYK value is (0,23,63,5).

  • cyan value is 0.00%
  • magenta value is 23.46%
  • yellow value is 62.55%
  • key color value is 4.71%

CMYK: (0,23,63,5)
C0M23Y63K5 (0%, 23%, 63%, 5%)
(0.00 / 0.23 / 0.63 / 0.05)

CMYK percentages

%0
%23.46
%62.55
%4.71

Codes

Color #F3BA5B in popluar color models

F3 BA 5B
RGB 243 186 91
HSL 38° 86.36% 65.49%
HSB/HSV 38° 62.55% 95.29%
CMYK 0.00% 23.46% 62.55%
4.71%

Color #F3BA5B in popluar number systems.

HEX F3 BA 5B
Decimal 243 186 91
Binary 11110011 10111010 1011011
Octal 363 272 133

Shades and tints

Shades of #F3BA5B

#F3BA5B
(243,186,91)
#DDAA53
(221,170,83)
#C79A4B
(199,154,75)
#B18A43
(177,138,67)
#9B7A3B
(155,122,59)
#856A33
(133,106,51)
#6F5A2B
(111,90,43)
#594A23
(89,74,35)
#433A1B
(67,58,27)
#2D2A13
(45,42,19)
#171A0B
(23,26,11)
#000000
(0,0,0)

Tints of #F3BA5B

#F3BA5B
(243,186,91)
#F4C069
(244,192,105)
#F5C677
(245,198,119)
#F6CC85
(246,204,133)
#F7D293
(247,210,147)
#F8D8A1
(248,216,161)
#F9DEAF
(249,222,175)
#FAE4BD
(250,228,189)
#FBEACB
(251,234,203)
#FCF0D9
(252,240,217)
#FDF6E7
(253,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F3BA5B color. Also use rgb(243,186,91) instead hex code.

Text Font Color

.myTextColor { color: #F3BA5B; }

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

This text font color is #F3BA5B.

Background Color

.myBgColor { background-color: #F3BA5B; }

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

This div background color is #F3BA5B.

Border color

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

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

This div border color is #F3BA5B.

Opacity

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

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

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

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

This text has shadow with #F3BA5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F3BA5B.

Preview

Color preview on black background

This text has color #F3BA5B on black background.


Color preview on white background

This text has color #F3BA5B on white background.


Black color preview on #F3BA5B background

This text has black color on #F3BA5B background.


White color preview on #F3BA5B background

This text has white color on #F3BA5B background.


Related colors

Complementary color

Complementary color for #hex is #0C45A4.


I love getcolorcode.com

Triadic colors

1 #5BF3BA and #BA5BF3 with #F3BA5B are triadic colors.

2 #5BBAF3 and #BAF35B with #F3BA5B are triadic colors.