COLOR #FDBF05

HEX: #FDBF05
RGB: (253,191,5)

Color info

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

RGB color model

#FDBF05 color RGB value is (253,191,5).

  • red value is 253;
  • green value is 191;
  • blue value is 5.
RGB:
(253,191,5)
(99%,75%,2%)

RGB channels and saturation

R 253 of 255 = 99%
G 191 of 255 = 75%
B 5 of 255 = 2%

253
191
5

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

Portions of RGB colors in percentages

R + G + B =
253 + 191 + 5 = 449 (100%)
R 253 of 449 ~ 56.35%
G 191 of 449 ~ 42.54%
B 5 of 449 ~ 1.11%

%56.35
%42.54

CMYK color model

#FDBF05 color CMYK value is (0,25,98,1).

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 98.02%
  • key color value is 0.78%
CMYK:
(0,25,98,1)
C0M25Y98K1 
(0%,25%,98%,1%)
(0.00/0.25/0.98/0.01)	

CMYK percentages

%0
%24.51
%98.02
%0.78

Codes

Color #FDBF05 in popluar color models

FDBF05
RGB2531915
HSL45°98.41%50.59%
HSB/HSV45°98.02%99.22%
CMYK0.00%24.51%98.02%
0.78%

Color #FDBF05 in popluar number systems.

HEXFDBF05
Decimal2531915
Binary1111110110111111101
Octal3752775

Shades and tints

Shades of #FDBF05

#FDBF05
(253,191,5)
#E6AE05
(230,174,5)
#CF9D05
(207,157,5)
#B88C05
(184,140,5)
#A17B05
(161,123,5)
#8A6A05
(138,106,5)
#735905
(115,89,5)
#5C4805
(92,72,5)
#453705
(69,55,5)
#2E2605
(46,38,5)
#171505
(23,21,5)
#000000
(0,0,0)

Tints of #FDBF05

#FDBF05
(253,191,5)
#FDC41B
(253,196,27)
#FDC931
(253,201,49)
#FDCE47
(253,206,71)
#FDD35D
(253,211,93)
#FDD873
(253,216,115)
#FDDD89
(253,221,137)
#FDE29F
(253,226,159)
#FDE7B5
(253,231,181)
#FDECCB
(253,236,203)
#FDF1E1
(253,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBF05 color. Also use rgb(253,191,5) instead hex code.

Text Font Color

.myTextColor { color: #FDBF05; }

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

This text font color is #FDBF05.


Background Color

.myBgColor { background-color: #FDBF05; }

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

This div background color is #FDBF05.


Border color

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

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

This div border color is #FDBF05.


Opacity

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

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

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

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

This text has shadow with #FDBF05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDBF05 on black background.


Color preview on white background

This text has color #FDBF05 on white background.



Black color preview on #FDBF05 background

This text has black color on #FDBF05 background.


White color preview on #FDBF05 background

This text has white color on #FDBF05 background.