COLOR #F9B12B

HEX: #F9B12B
RGB: (249,177,43)

Color info

#F9B12B contains mainly red color. Web safe color of #F9B12B is #FF9933 (or #F93).

RGB color model

#F9B12B color RGB value is (249,177,43).

  • red value is 249;
  • green value is 177;
  • blue value is 43.
RGB:
(249,177,43)
(98%,69%,17%)

RGB channels and saturation

R 249 of 255 = 98%
G 177 of 255 = 69%
B 43 of 255 = 17%

249
177
43

R + G + B ~ 61%. #F9B12B is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 177 + 43 = 469 (100%)
R 249 of 469 ~ 53.09%
G 177 of 469 ~ 37.74%
B 43 of 469 ~ 9.17%

%53.09
%37.74

CMYK color model

#F9B12B color CMYK value is (0,29,83,2).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 82.73%
  • key color value is 2.35%
CMYK:
(0,29,83,2)
C0M29Y83K2 
(0%,29%,83%,2%)
(0.00/0.29/0.83/0.02)	

CMYK percentages

%0
%28.92
%82.73
%2.35

Codes

Color #F9B12B in popluar color models

F9B12B
RGB24917743
HSL39°94.50%57.25%
HSB/HSV39°82.73%97.65%
CMYK0.00%28.92%82.73%
2.35%

Color #F9B12B in popluar number systems.

HEXF9B12B
Decimal24917743
Binary1111100110110001101011
Octal37126153

Shades and tints

Shades of #F9B12B

#F9B12B
(249,177,43)
#E3A128
(227,161,40)
#CD9125
(205,145,37)
#B78122
(183,129,34)
#A1711F
(161,113,31)
#8B611C
(139,97,28)
#755119
(117,81,25)
#5F4116
(95,65,22)
#493113
(73,49,19)
#332110
(51,33,16)
#1D110D
(29,17,13)
#000000
(0,0,0)

Tints of #F9B12B

#F9B12B
(249,177,43)
#F9B83E
(249,184,62)
#F9BF51
(249,191,81)
#F9C664
(249,198,100)
#F9CD77
(249,205,119)
#F9D48A
(249,212,138)
#F9DB9D
(249,219,157)
#F9E2B0
(249,226,176)
#F9E9C3
(249,233,195)
#F9F0D6
(249,240,214)
#F9F7E9
(249,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9B12B color. Also use rgb(249,177,43) instead hex code.

Text Font Color

.myTextColor { color: #F9B12B; }

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

This text font color is #F9B12B.


Background Color

.myBgColor { background-color: #F9B12B; }

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

This div background color is #F9B12B.


Border color

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

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

This div border color is #F9B12B.


Opacity

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

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

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

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

This text has shadow with #F9B12B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9B12B on black background.


Color preview on white background

This text has color #F9B12B on white background.



Black color preview on #F9B12B background

This text has black color on #F9B12B background.


White color preview on #F9B12B background

This text has white color on #F9B12B background.