COLOR #F9BB46

HEX: #F9BB46
RGB: (249,187,70)

Color info

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

RGB color model

#F9BB46 color RGB value is (249,187,70).

  • red value is 249;
  • green value is 187;
  • blue value is 70.
RGB:
(249,187,70)
(98%,73%,27%)

RGB channels and saturation

R 249 of 255 = 98%
G 187 of 255 = 73%
B 70 of 255 = 27%

249
187
70

R + G + B ~ 66%. #F9BB46 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 187 + 70 = 506 (100%)
R 249 of 506 ~ 49.21%
G 187 of 506 ~ 36.96%
B 70 of 506 ~ 13.83%

%49.21
%36.96
%13.83

CMYK color model

#F9BB46 color CMYK value is (0,25,72,2).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 71.89%
  • key color value is 2.35%
CMYK:
(0,25,72,2)
C0M25Y72K2 
(0%,25%,72%,2%)
(0.00/0.25/0.72/0.02)	

CMYK percentages

%0
%24.9
%71.89
%2.35

Codes

Color #F9BB46 in popluar color models

F9BB46
RGB24918770
HSL39°93.72%62.55%
HSB/HSV39°71.89%97.65%
CMYK0.00%24.90%71.89%
2.35%

Color #F9BB46 in popluar number systems.

HEXF9BB46
Decimal24918770
Binary11111001101110111000110
Octal371273106

Shades and tints

Shades of #F9BB46

#F9BB46
(249,187,70)
#E3AA40
(227,170,64)
#CD993A
(205,153,58)
#B78834
(183,136,52)
#A1772E
(161,119,46)
#8B6628
(139,102,40)
#755522
(117,85,34)
#5F441C
(95,68,28)
#493316
(73,51,22)
#332210
(51,34,16)
#1D110A
(29,17,10)
#000000
(0,0,0)

Tints of #F9BB46

#F9BB46
(249,187,70)
#F9C156
(249,193,86)
#F9C766
(249,199,102)
#F9CD76
(249,205,118)
#F9D386
(249,211,134)
#F9D996
(249,217,150)
#F9DFA6
(249,223,166)
#F9E5B6
(249,229,182)
#F9EBC6
(249,235,198)
#F9F1D6
(249,241,214)
#F9F7E6
(249,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9BB46 color. Also use rgb(249,187,70) instead hex code.

Text Font Color

.myTextColor { color: #F9BB46; }

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

This text font color is #F9BB46.


Background Color

.myBgColor { background-color: #F9BB46; }

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

This div background color is #F9BB46.


Border color

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

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

This div border color is #F9BB46.


Opacity

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

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

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

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

This text has shadow with #F9BB46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9BB46 on black background.


Color preview on white background

This text has color #F9BB46 on white background.



Black color preview on #F9BB46 background

This text has black color on #F9BB46 background.


White color preview on #F9BB46 background

This text has white color on #F9BB46 background.