COLOR #F6F588

HEX: #F6F588
RGB: (246,245,136)

Color info

#F6F588 contains mainly red and green colors. Web safe color of #F6F588 is #FFFF99 (or #FF9).

RGB color model

#F6F588 color RGB value is (246,245,136).

  • red value is 246;
  • green value is 245;
  • blue value is 136.
RGB:
(246,245,136)
(96%,96%,53%)

RGB channels and saturation

R 246 of 255 = 96%
G 245 of 255 = 96%
B 136 of 255 = 53%

246
245
136

R + G + B ~ 82%. #F6F588 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 245 + 136 = 627 (100%)
R 246 of 627 ~ 39.23%
G 245 of 627 ~ 39.07%
B 136 of 627 ~ 21.69%

%39.23
%39.07
%21.69

CMYK color model

#F6F588 color CMYK value is (0,0,45,4).

  • cyan value is 0.00%
  • magenta value is 0.41%
  • yellow value is 44.72%
  • key color value is 3.53%
CMYK:
(0,0,45,4)
C0M0Y45K4 
(0%,0%,45%,4%)
(0.00/0.00/0.45/0.04)	

CMYK percentages

%0
%0.41
%44.72
%3.53

Codes

Color #F6F588 in popluar color models

F6F588
RGB246245136
HSL59°85.94%74.90%
HSB/HSV59°44.72%96.47%
CMYK0.00%0.41%44.72%
3.53%

Color #F6F588 in popluar number systems.

HEXF6F588
Decimal246245136
Binary111101101111010110001000
Octal366365210

Shades and tints

Shades of #F6F588

#F6F588
(246,245,136)
#E0DF7C
(224,223,124)
#CAC970
(202,201,112)
#B4B364
(180,179,100)
#9E9D58
(158,157,88)
#88874C
(136,135,76)
#727140
(114,113,64)
#5C5B34
(92,91,52)
#464528
(70,69,40)
#302F1C
(48,47,28)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #F6F588

#F6F588
(246,245,136)
#F6F592
(246,245,146)
#F6F59C
(246,245,156)
#F6F5A6
(246,245,166)
#F6F5B0
(246,245,176)
#F6F5BA
(246,245,186)
#F6F5C4
(246,245,196)
#F6F5CE
(246,245,206)
#F6F5D8
(246,245,216)
#F6F5E2
(246,245,226)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6F588 color. Also use rgb(246,245,136) instead hex code.

Text Font Color

.myTextColor { color: #F6F588; }

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

This text font color is #F6F588.


Background Color

.myBgColor { background-color: #F6F588; }

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

This div background color is #F6F588.


Border color

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

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

This div border color is #F6F588.


Opacity

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

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

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

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

This text has shadow with #F6F588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6F588 on black background.


Color preview on white background

This text has color #F6F588 on white background.



Black color preview on #F6F588 background

This text has black color on #F6F588 background.


White color preview on #F6F588 background

This text has white color on #F6F588 background.