COLOR #F5EA34

HEX: #F5EA34
RGB: (245,234,52)

Color info

#F5EA34 contains mainly red and green colors. Web safe color of #F5EA34 is #FFFF33 (or #FF3).

RGB color model

#F5EA34 color RGB value is (245,234,52).

  • red value is 245;
  • green value is 234;
  • blue value is 52.
RGB:
(245,234,52)
(96%,92%,20%)

RGB channels and saturation

R 245 of 255 = 96%
G 234 of 255 = 92%
B 52 of 255 = 20%

245
234
52

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

Portions of RGB colors in percentages

R + G + B =
245 + 234 + 52 = 531 (100%)
R 245 of 531 ~ 46.14%
G 234 of 531 ~ 44.07%
B 52 of 531 ~ 9.79%

%46.14
%44.07
%9.79

CMYK color model

#F5EA34 color CMYK value is (0,4,79,4).

  • cyan value is 0.00%
  • magenta value is 4.49%
  • yellow value is 78.78%
  • key color value is 3.92%
CMYK:
(0,4,79,4)
C0M4Y79K4 
(0%,4%,79%,4%)
(0.00/0.04/0.79/0.04)	

CMYK percentages

%0
%4.49
%78.78
%3.92

Codes

Color #F5EA34 in popluar color models

F5EA34
RGB24523452
HSL57°90.61%58.24%
HSB/HSV57°78.78%96.08%
CMYK0.00%4.49%78.78%
3.92%

Color #F5EA34 in popluar number systems.

HEXF5EA34
Decimal24523452
Binary1111010111101010110100
Octal36535264

Shades and tints

Shades of #F5EA34

#F5EA34
(245,234,52)
#DFD530
(223,213,48)
#C9C02C
(201,192,44)
#B3AB28
(179,171,40)
#9D9624
(157,150,36)
#878120
(135,129,32)
#716C1C
(113,108,28)
#5B5718
(91,87,24)
#454214
(69,66,20)
#2F2D10
(47,45,16)
#19180C
(25,24,12)
#000000
(0,0,0)

Tints of #F5EA34

#F5EA34
(245,234,52)
#F5EB46
(245,235,70)
#F5EC58
(245,236,88)
#F5ED6A
(245,237,106)
#F5EE7C
(245,238,124)
#F5EF8E
(245,239,142)
#F5F0A0
(245,240,160)
#F5F1B2
(245,241,178)
#F5F2C4
(245,242,196)
#F5F3D6
(245,243,214)
#F5F4E8
(245,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5EA34 color. Also use rgb(245,234,52) instead hex code.

Text Font Color

.myTextColor { color: #F5EA34; }

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

This text font color is #F5EA34.


Background Color

.myBgColor { background-color: #F5EA34; }

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

This div background color is #F5EA34.


Border color

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

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

This div border color is #F5EA34.


Opacity

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

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

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

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

This text has shadow with #F5EA34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EA34 on black background.


Color preview on white background

This text has color #F5EA34 on white background.



Black color preview on #F5EA34 background

This text has black color on #F5EA34 background.


White color preview on #F5EA34 background

This text has white color on #F5EA34 background.