COLOR #FBD706

HEX: #FBD706 RGB: (251,215,6)

Color info

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

RGB color model

#FBD706 color RGB value is (251,215,6).

RGB: (251,215,6) (98%, 84%, 2%)

RGB channels and saturation

R 251 of 255 = 98%
G 215 of 255 = 84%
B 6 of 255 = 2%

251
215
6

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

Portions of RGB colors in percentages

R + G + B = 251 + 215 + 6 = 472 (100%)
R 251 of 472 ~ 53.18%
G 215 of 472 ~ 45.55%
B 6 of 472 ~ 1.27'%

%53.18
%45.55

CMYK color model

#FBD706 color CMYK value is (0,14,98,2).

  • cyan value is 0.00%
  • magenta value is 14.34%
  • yellow value is 97.61%
  • key color value is 1.57%

CMYK: (0,14,98,2)
C0M14Y98K2 (0%, 14%, 98%, 2%)
(0.00 / 0.14 / 0.98 / 0.02)

CMYK percentages

%0
%14.34
%97.61
%1.57

Codes

Color #FBD706 in popluar color models

FB D7 06
RGB 251 215 6
HSL 51° 96.84% 50.39%
HSB/HSV 51° 97.61% 98.43%
CMYK 0.00% 14.34% 97.61%
1.57%

Color #FBD706 in popluar number systems.

HEX FB D7 06
Decimal 251 215 6
Binary 11111011 11010111 110
Octal 373 327 6

Shades and tints

Shades of #FBD706

#FBD706
(251,215,6)
#E5C406
(229,196,6)
#CFB106
(207,177,6)
#B99E06
(185,158,6)
#A38B06
(163,139,6)
#8D7806
(141,120,6)
#776506
(119,101,6)
#615206
(97,82,6)
#4B3F06
(75,63,6)
#352C06
(53,44,6)
#1F1906
(31,25,6)
#000000
(0,0,0)

Tints of #FBD706

#FBD706
(251,215,6)
#FBDA1C
(251,218,28)
#FBDD32
(251,221,50)
#FBE048
(251,224,72)
#FBE35E
(251,227,94)
#FBE674
(251,230,116)
#FBE98A
(251,233,138)
#FBECA0
(251,236,160)
#FBEFB6
(251,239,182)
#FBF2CC
(251,242,204)
#FBF5E2
(251,245,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD706 color. Also use rgb(251,215,6) instead hex code.

Text Font Color

.myTextColor { color: #FBD706; }

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

This text font color is #FBD706.

Background Color

.myBgColor { background-color: #FBD706; }

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

This div background color is #FBD706.

Border color

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

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

This div border color is #FBD706.

Opacity

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

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

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

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

This text has shadow with #FBD706 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FBD706.

Preview

Color preview on black background

This text has color #FBD706 on black background.


Color preview on white background

This text has color #FBD706 on white background.


Black color preview on #FBD706 background

This text has black color on #FBD706 background.


White color preview on #FBD706 background

This text has white color on #FBD706 background.


Related colors

Complementary color

Complementary color for #hex is #0428F9.


I love getcolorcode.com

Triadic colors

1 #06FBD7 and #D706FB with #FBD706 are triadic colors.

2 #06D7FB and #D7FB06 with #FBD706 are triadic colors.