COLOR #FBBF12

HEX: #FBBF12
RGB: (251,191,18)

Color info

#FBBF12 contains mainly red color. Web safe color of #FBBF12 is #FFCC00 (or #FC0).

RGB color model

#FBBF12 color RGB value is (251,191,18).

  • red value is 251;
  • green value is 191;
  • blue value is 18.
RGB:
(251,191,18)
(98%,75%,7%)

RGB channels and saturation

R 251 of 255 = 98%
G 191 of 255 = 75%
B 18 of 255 = 7%

251
191
18

R + G + B ~ 60%. #FBBF12 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
251 + 191 + 18 = 460 (100%)
R 251 of 460 ~ 54.57%
G 191 of 460 ~ 41.52%
B 18 of 460 ~ 3.91%

%54.57
%41.52

CMYK color model

#FBBF12 color CMYK value is (0,24,93,2).

  • cyan value is 0.00%
  • magenta value is 23.90%
  • yellow value is 92.83%
  • key color value is 1.57%
CMYK:
(0,24,93,2)
C0M24Y93K2 
(0%,24%,93%,2%)
(0.00/0.24/0.93/0.02)	

CMYK percentages

%0
%23.9
%92.83
%1.57

Codes

Color #FBBF12 in popluar color models

FBBF12
RGB25119118
HSL45°96.68%52.75%
HSB/HSV45°92.83%98.43%
CMYK0.00%23.90%92.83%
1.57%

Color #FBBF12 in popluar number systems.

HEXFBBF12
Decimal25119118
Binary111110111011111110010
Octal37327722

Shades and tints

Shades of #FBBF12

#FBBF12
(251,191,18)
#E5AE11
(229,174,17)
#CF9D10
(207,157,16)
#B98C0F
(185,140,15)
#A37B0E
(163,123,14)
#8D6A0D
(141,106,13)
#77590C
(119,89,12)
#61480B
(97,72,11)
#4B370A
(75,55,10)
#352609
(53,38,9)
#1F1508
(31,21,8)
#000000
(0,0,0)

Tints of #FBBF12

#FBBF12
(251,191,18)
#FBC427
(251,196,39)
#FBC93C
(251,201,60)
#FBCE51
(251,206,81)
#FBD366
(251,211,102)
#FBD87B
(251,216,123)
#FBDD90
(251,221,144)
#FBE2A5
(251,226,165)
#FBE7BA
(251,231,186)
#FBECCF
(251,236,207)
#FBF1E4
(251,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBBF12 color. Also use rgb(251,191,18) instead hex code.

Text Font Color

.myTextColor { color: #FBBF12; }

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

This text font color is #FBBF12.


Background Color

.myBgColor { background-color: #FBBF12; }

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

This div background color is #FBBF12.


Border color

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

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

This div border color is #FBBF12.


Opacity

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

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

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

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

This text has shadow with #FBBF12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBBF12 on black background.


Color preview on white background

This text has color #FBBF12 on white background.



Black color preview on #FBBF12 background

This text has black color on #FBBF12 background.


White color preview on #FBBF12 background

This text has white color on #FBBF12 background.