COLOR #F5E714

HEX: #F5E714
RGB: (245,231,20)

Color info

#F5E714 contains mainly red and green colors. Web safe color of #F5E714 is #FFFF00 (or #FF0).

RGB color model

#F5E714 color RGB value is (245,231,20).

  • red value is 245;
  • green value is 231;
  • blue value is 20.
RGB:
(245,231,20)
(96%,91%,8%)

RGB channels and saturation

R 245 of 255 = 96%
G 231 of 255 = 91%
B 20 of 255 = 8%

245
231
20

R + G + B ~ 65%. #F5E714 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 231 + 20 = 496 (100%)
R 245 of 496 ~ 49.4%
G 231 of 496 ~ 46.57%
B 20 of 496 ~ 4.03%

%49.4
%46.57

CMYK color model

#F5E714 color CMYK value is (0,6,92,4).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 91.84%
  • key color value is 3.92%
CMYK:
(0,6,92,4)
C0M6Y92K4 
(0%,6%,92%,4%)
(0.00/0.06/0.92/0.04)	

CMYK percentages

%0
%5.71
%91.84
%3.92

Codes

Color #F5E714 in popluar color models

F5E714
RGB24523120
HSL56°91.84%51.96%
HSB/HSV56°91.84%96.08%
CMYK0.00%5.71%91.84%
3.92%

Color #F5E714 in popluar number systems.

HEXF5E714
Decimal24523120
Binary111101011110011110100
Octal36534724

Shades and tints

Shades of #F5E714

#F5E714
(245,231,20)
#DFD213
(223,210,19)
#C9BD12
(201,189,18)
#B3A811
(179,168,17)
#9D9310
(157,147,16)
#877E0F
(135,126,15)
#71690E
(113,105,14)
#5B540D
(91,84,13)
#453F0C
(69,63,12)
#2F2A0B
(47,42,11)
#19150A
(25,21,10)
#000000
(0,0,0)

Tints of #F5E714

#F5E714
(245,231,20)
#F5E929
(245,233,41)
#F5EB3E
(245,235,62)
#F5ED53
(245,237,83)
#F5EF68
(245,239,104)
#F5F17D
(245,241,125)
#F5F392
(245,243,146)
#F5F5A7
(245,245,167)
#F5F7BC
(245,247,188)
#F5F9D1
(245,249,209)
#F5FBE6
(245,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E714 color. Also use rgb(245,231,20) instead hex code.

Text Font Color

.myTextColor { color: #F5E714; }

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

This text font color is #F5E714.


Background Color

.myBgColor { background-color: #F5E714; }

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

This div background color is #F5E714.


Border color

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

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

This div border color is #F5E714.


Opacity

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

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

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

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

This text has shadow with #F5E714 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5E714 on black background.


Color preview on white background

This text has color #F5E714 on white background.



Black color preview on #F5E714 background

This text has black color on #F5E714 background.


White color preview on #F5E714 background

This text has white color on #F5E714 background.