COLOR #FBD317

HEX: #FBD317
RGB: (251,211,23)

Color info

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

RGB color model

#FBD317 color RGB value is (251,211,23).

  • red value is 251;
  • green value is 211;
  • blue value is 23.
RGB:
(251,211,23)
(98%,83%,9%)

RGB channels and saturation

R 251 of 255 = 98%
G 211 of 255 = 83%
B 23 of 255 = 9%

251
211
23

R + G + B ~ 63%. #FBD317 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 211 + 23 = 485 (100%)
R 251 of 485 ~ 51.75%
G 211 of 485 ~ 43.51%
B 23 of 485 ~ 4.74%

%51.75
%43.51

CMYK color model

#FBD317 color CMYK value is (0,16,91,2).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 90.84%
  • key color value is 1.57%
CMYK:
(0,16,91,2)
C0M16Y91K2 
(0%,16%,91%,2%)
(0.00/0.16/0.91/0.02)	

CMYK percentages

%0
%15.94
%90.84
%1.57

Codes

Color #FBD317 in popluar color models

FBD317
RGB25121123
HSL49°96.61%53.73%
HSB/HSV49°90.84%98.43%
CMYK0.00%15.94%90.84%
1.57%

Color #FBD317 in popluar number systems.

HEXFBD317
Decimal25121123
Binary111110111101001110111
Octal37332327

Shades and tints

Shades of #FBD317

#FBD317
(251,211,23)
#E5C015
(229,192,21)
#CFAD13
(207,173,19)
#B99A11
(185,154,17)
#A3870F
(163,135,15)
#8D740D
(141,116,13)
#77610B
(119,97,11)
#614E09
(97,78,9)
#4B3B07
(75,59,7)
#352805
(53,40,5)
#1F1503
(31,21,3)
#000000
(0,0,0)

Tints of #FBD317

#FBD317
(251,211,23)
#FBD72C
(251,215,44)
#FBDB41
(251,219,65)
#FBDF56
(251,223,86)
#FBE36B
(251,227,107)
#FBE780
(251,231,128)
#FBEB95
(251,235,149)
#FBEFAA
(251,239,170)
#FBF3BF
(251,243,191)
#FBF7D4
(251,247,212)
#FBFBE9
(251,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FBD317 color. Also use rgb(251,211,23) instead hex code.

Text Font Color

.myTextColor { color: #FBD317; }

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

This text font color is #FBD317.


Background Color

.myBgColor { background-color: #FBD317; }

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

This div background color is #FBD317.


Border color

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

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

This div border color is #FBD317.


Opacity

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

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

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

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

This text has shadow with #FBD317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FBD317 on black background.


Color preview on white background

This text has color #FBD317 on white background.



Black color preview on #FBD317 background

This text has black color on #FBD317 background.


White color preview on #FBD317 background

This text has white color on #FBD317 background.