COLOR #F5CE6F

HEX: #F5CE6F
RGB: (245,206,111)

Color info

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

RGB color model

#F5CE6F color RGB value is (245,206,111).

  • red value is 245;
  • green value is 206;
  • blue value is 111.
RGB: (245,206,111) (96%,81%,44%)

RGB channels and saturation

R 245 of 255 = 96%
G 206 of 255 = 81%
B 111 of 255 = 44%

245
206
111

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

Portions of RGB colors in percentages

R + G + B =
245 + 206 + 111 = 562 (100%)
R 245 of 562 ~ 43.59%
G 206 of 562 ~ 36.65%
B 111 of 562 ~ 19.75%

%43.59
%36.65
%19.75

CMYK color model

#F5CE6F color CMYK value is (0,16,55,4).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 54.69%
  • key color value is 3.92%
CMYK: (0,16,55,4) C0M16Y55K4 (0%,16%,55%,4%) (0.00/0.16/0.55/0.04)

CMYK percentages

%0
%15.92
%54.69
%3.92

Codes

Color #F5CE6F in popluar color models

F5CE6F
RGB245206111
HSL43°87.01%69.80%
HSB/HSV43°54.69%96.08%
CMYK0.00%15.92%54.69%
3.92%

Color #F5CE6F in popluar number systems.

HEXF5CE6F
Decimal245206111
Binary11110101110011101101111
Octal365316157

Shades and tints

Shades of #F5CE6F

#F5CE6F
(245,206,111)
#DFBC65
(223,188,101)
#C9AA5B
(201,170,91)
#B39851
(179,152,81)
#9D8647
(157,134,71)
#87743D
(135,116,61)
#716233
(113,98,51)
#5B5029
(91,80,41)
#453E1F
(69,62,31)
#2F2C15
(47,44,21)
#191A0B
(25,26,11)
#000000
(0,0,0)

Tints of #F5CE6F

#F5CE6F
(245,206,111)
#F5D27C
(245,210,124)
#F5D689
(245,214,137)
#F5DA96
(245,218,150)
#F5DEA3
(245,222,163)
#F5E2B0
(245,226,176)
#F5E6BD
(245,230,189)
#F5EACA
(245,234,202)
#F5EED7
(245,238,215)
#F5F2E4
(245,242,228)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5CE6F color. Also use rgb(245,206,111) instead hex code.

Text Font Color

.myTextColor { color: #F5CE6F; }

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

This text font color is #F5CE6F.


Background Color

.myBgColor { background-color: #F5CE6F; }

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

This div background color is #F5CE6F.


Border color

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

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

This div border color is #F5CE6F.


Opacity

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

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

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

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

This text has shadow with #F5CE6F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F5CE6F on black background.


Color preview on white background

This text has color #F5CE6F on white background.



Black color preview on #F5CE6F background

This text has black color on #F5CE6F background.


White color preview on #F5CE6F background

This text has white color on #F5CE6F background.