COLOR #FFBF75

HEX: #FFBF75
RGB: (255,191,117)

Color info

#FFBF75 contains mainly red color. Web safe color of #FFBF75 is #FFCC66 (or #FC6).

RGB color model

#FFBF75 color RGB value is (255,191,117).

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

RGB channels and saturation

R 255 of 255 = 100%
G 191 of 255 = 75%
B 117 of 255 = 46%

255
191
117

R + G + B ~ 74%. #FFBF75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 191 + 117 = 563 (100%)
R 255 of 563 ~ 45.29%
G 191 of 563 ~ 33.93%
B 117 of 563 ~ 20.78%

%45.29
%33.93
%20.78

CMYK color model

#FFBF75 color CMYK value is (0,25,54,0).

  • cyan value is 0.00%
  • magenta value is 25.10%
  • yellow value is 54.12%
  • key color value is 0.00%
CMYK:
(0,25,54,0)
C0M25Y54K0 
(0%,25%,54%,0%)
(0.00/0.25/0.54/0.00)	

CMYK percentages

%0
%25.1
%54.12
%0

Codes

Color #FFBF75 in popluar color models

FFBF75
RGB255191117
HSL32°100.00%72.94%
HSB/HSV32°54.12%100.00%
CMYK0.00%25.10%54.12%
0.00%

Color #FFBF75 in popluar number systems.

HEXFFBF75
Decimal255191117
Binary11111111101111111110101
Octal377277165

Shades and tints

Shades of #FFBF75

#FFBF75
(255,191,117)
#E8AE6B
(232,174,107)
#D19D61
(209,157,97)
#BA8C57
(186,140,87)
#A37B4D
(163,123,77)
#8C6A43
(140,106,67)
#755939
(117,89,57)
#5E482F
(94,72,47)
#473725
(71,55,37)
#30261B
(48,38,27)
#191511
(25,21,17)
#000000
(0,0,0)

Tints of #FFBF75

#FFBF75
(255,191,117)
#FFC481
(255,196,129)
#FFC98D
(255,201,141)
#FFCE99
(255,206,153)
#FFD3A5
(255,211,165)
#FFD8B1
(255,216,177)
#FFDDBD
(255,221,189)
#FFE2C9
(255,226,201)
#FFE7D5
(255,231,213)
#FFECE1
(255,236,225)
#FFF1ED
(255,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFBF75; }

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

This text font color is #FFBF75.


Background Color

.myBgColor { background-color: #FFBF75; }

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

This div background color is #FFBF75.


Border color

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

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

This div border color is #FFBF75.


Opacity

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

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

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

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

This text has shadow with #FFBF75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFBF75 on black background.


Color preview on white background

This text has color #FFBF75 on white background.



Black color preview on #FFBF75 background

This text has black color on #FFBF75 background.


White color preview on #FFBF75 background

This text has white color on #FFBF75 background.