COLOR #F6BF58

HEX: #F6BF58
RGB: (246,191,88)

Color info

#F6BF58 contains mainly red and green colors. Web safe color of #F6BF58 is #FFCC66 (or #FC6).

RGB color model

#F6BF58 color RGB value is (246,191,88).

  • red value is 246;
  • green value is 191;
  • blue value is 88.
RGB:
(246,191,88)
(96%,75%,35%)

RGB channels and saturation

R 246 of 255 = 96%
G 191 of 255 = 75%
B 88 of 255 = 35%

246
191
88

R + G + B ~ 69%. #F6BF58 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 191 + 88 = 525 (100%)
R 246 of 525 ~ 46.86%
G 191 of 525 ~ 36.38%
B 88 of 525 ~ 16.76%

%46.86
%36.38
%16.76

CMYK color model

#F6BF58 color CMYK value is (0,22,64,4).

  • cyan value is 0.00%
  • magenta value is 22.36%
  • yellow value is 64.23%
  • key color value is 3.53%
CMYK:
(0,22,64,4)
C0M22Y64K4 
(0%,22%,64%,4%)
(0.00/0.22/0.64/0.04)	

CMYK percentages

%0
%22.36
%64.23
%3.53

Codes

Color #F6BF58 in popluar color models

F6BF58
RGB24619188
HSL39°89.77%65.49%
HSB/HSV39°64.23%96.47%
CMYK0.00%22.36%64.23%
3.53%

Color #F6BF58 in popluar number systems.

HEXF6BF58
Decimal24619188
Binary11110110101111111011000
Octal366277130

Shades and tints

Shades of #F6BF58

#F6BF58
(246,191,88)
#E0AE50
(224,174,80)
#CA9D48
(202,157,72)
#B48C40
(180,140,64)
#9E7B38
(158,123,56)
#886A30
(136,106,48)
#725928
(114,89,40)
#5C4820
(92,72,32)
#463718
(70,55,24)
#302610
(48,38,16)
#1A1508
(26,21,8)
#000000
(0,0,0)

Tints of #F6BF58

#F6BF58
(246,191,88)
#F6C467
(246,196,103)
#F6C976
(246,201,118)
#F6CE85
(246,206,133)
#F6D394
(246,211,148)
#F6D8A3
(246,216,163)
#F6DDB2
(246,221,178)
#F6E2C1
(246,226,193)
#F6E7D0
(246,231,208)
#F6ECDF
(246,236,223)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BF58 color. Also use rgb(246,191,88) instead hex code.

Text Font Color

.myTextColor { color: #F6BF58; }

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

This text font color is #F6BF58.


Background Color

.myBgColor { background-color: #F6BF58; }

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

This div background color is #F6BF58.


Border color

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

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

This div border color is #F6BF58.


Opacity

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

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

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

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

This text has shadow with #F6BF58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BF58 on black background.


Color preview on white background

This text has color #F6BF58 on white background.



Black color preview on #F6BF58 background

This text has black color on #F6BF58 background.


White color preview on #F6BF58 background

This text has white color on #F6BF58 background.