COLOR #FBD012

HEX: #FBD012
RGB: (251,208,18)

Color info

#FBD012 contains mainly red and green colors. Web safe color of #FBD012 is #FFCC00 (or #FC0).

RGB color model

#FBD012 color RGB value is (251,208,18).

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

RGB channels and saturation

R 251 of 255 = 98%
G 208 of 255 = 82%
B 18 of 255 = 7%

251
208
18

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

Portions of RGB colors in percentages

R + G + B =
251 + 208 + 18 = 477 (100%)
R 251 of 477 ~ 52.62%
G 208 of 477 ~ 43.61%
B 18 of 477 ~ 3.77%

%52.62
%43.61

CMYK color model

#FBD012 color CMYK value is (0,17,93,2).

  • cyan value is 0.00%
  • magenta value is 17.13%
  • yellow value is 92.83%
  • key color value is 1.57%
CMYK:
(0,17,93,2)
C0M17Y93K2 
(0%,17%,93%,2%)
(0.00/0.17/0.93/0.02)	

CMYK percentages

%0
%17.13
%92.83
%1.57

Codes

Color #FBD012 in popluar color models

FBD012
RGB25120818
HSL49°96.68%52.75%
HSB/HSV49°92.83%98.43%
CMYK0.00%17.13%92.83%
1.57%

Color #FBD012 in popluar number systems.

HEXFBD012
Decimal25120818
Binary111110111101000010010
Octal37332022

Shades and tints

Shades of #FBD012

#FBD012
(251,208,18)
#E5BE11
(229,190,17)
#CFAC10
(207,172,16)
#B99A0F
(185,154,15)
#A3880E
(163,136,14)
#8D760D
(141,118,13)
#77640C
(119,100,12)
#61520B
(97,82,11)
#4B400A
(75,64,10)
#352E09
(53,46,9)
#1F1C08
(31,28,8)
#000000
(0,0,0)

Tints of #FBD012

#FBD012
(251,208,18)
#FBD427
(251,212,39)
#FBD83C
(251,216,60)
#FBDC51
(251,220,81)
#FBE066
(251,224,102)
#FBE47B
(251,228,123)
#FBE890
(251,232,144)
#FBECA5
(251,236,165)
#FBF0BA
(251,240,186)
#FBF4CF
(251,244,207)
#FBF8E4
(251,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FBD012; }

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

This text font color is #FBD012.


Background Color

.myBgColor { background-color: #FBD012; }

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

This div background color is #FBD012.


Border color

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

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

This div border color is #FBD012.


Opacity

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

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

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

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

This text has shadow with #FBD012 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD012 on black background.


Color preview on white background

This text has color #FBD012 on white background.



Black color preview on #FBD012 background

This text has black color on #FBD012 background.


White color preview on #FBD012 background

This text has white color on #FBD012 background.