COLOR #FFBF00

HEX: #FFBF00
RGB: (255,191,0)

Color info

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

RGB color model

#FFBF00 color RGB value is (255,191,0).

  • red value is 255;
  • green value is 191;
  • blue value is 0.
RGB:
(255,191,0)
(100%,75%,0%)

RGB channels and saturation

R 255 of 255 = 100%
G 191 of 255 = 75%
B 0 of 255 = 0%

255
191
0

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

Portions of RGB colors in percentages

R + G + B =
255 + 191 + 0 = 446 (100%)
R 255 of 446 ~ 57.17%
G 191 of 446 ~ 42.83%
B 0 of 446 ~ 0%

%57.17
%42.83

CMYK color model

#FFBF00 color CMYK value is (0,25,100,0).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 100.00%
  • key color value is 0.00%
CMYK:
(0,25,100,0)
C0M25Y100K0 
(0%,25%,100%,0%)
(0.00/0.25/1.00/0.00)	

CMYK percentages

%0
%25.1
%100
%0

Codes

Color #FFBF00 in popluar color models

FFBF00
RGB2551910
HSL45°100.00%50.00%
HSB/HSV45°100.00%100.00%
CMYK0.00%25.10%100.00%
0.00%

Color #FFBF00 in popluar number systems.

HEXFFBF00
Decimal2551910
Binary11111111101111110
Octal3772770

Shades and tints

Shades of #FFBF00

#FFBF00
(255,191,0)
#E8AE00
(232,174,0)
#D19D00
(209,157,0)
#BA8C00
(186,140,0)
#A37B00
(163,123,0)
#8C6A00
(140,106,0)
#755900
(117,89,0)
#5E4800
(94,72,0)
#473700
(71,55,0)
#302600
(48,38,0)
#191500
(25,21,0)
#000000
(0,0,0)

Tints of #FFBF00

#FFBF00
(255,191,0)
#FFC417
(255,196,23)
#FFC92E
(255,201,46)
#FFCE45
(255,206,69)
#FFD35C
(255,211,92)
#FFD873
(255,216,115)
#FFDD8A
(255,221,138)
#FFE2A1
(255,226,161)
#FFE7B8
(255,231,184)
#FFECCF
(255,236,207)
#FFF1E6
(255,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFBF00 color. Also use rgb(255,191,0) instead hex code.

Text Font Color

.myTextColor { color: #FFBF00; }

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

This text font color is #FFBF00.


Background Color

.myBgColor { background-color: #FFBF00; }

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

This div background color is #FFBF00.


Border color

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

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

This div border color is #FFBF00.


Opacity

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

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

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

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

This text has shadow with #FFBF00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFBF00 on black background.


Color preview on white background

This text has color #FFBF00 on white background.



Black color preview on #FFBF00 background

This text has black color on #FFBF00 background.


White color preview on #FFBF00 background

This text has white color on #FFBF00 background.