COLOR #F0E125

HEX: #F0E125
RGB: (240,225,37)

Color info

#F0E125 contains mainly red and green colors. Web safe color of #F0E125 is #FFCC33 (or #FC3).

RGB color model

#F0E125 color RGB value is (240,225,37).

  • red value is 240;
  • green value is 225;
  • blue value is 37.
RGB:
(240,225,37)
(94%,88%,15%)

RGB channels and saturation

R 240 of 255 = 94%
G 225 of 255 = 88%
B 37 of 255 = 15%

240
225
37

R + G + B ~ 66%. #F0E125 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 225 + 37 = 502 (100%)
R 240 of 502 ~ 47.81%
G 225 of 502 ~ 44.82%
B 37 of 502 ~ 7.37%

%47.81
%44.82

CMYK color model

#F0E125 color CMYK value is (0,6,85,6).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 84.58%
  • key color value is 5.88%
CMYK:
(0,6,85,6)
C0M6Y85K6 
(0%,6%,85%,6%)
(0.00/0.06/0.85/0.06)	

CMYK percentages

%0
%6.25
%84.58
%5.88

Codes

Color #F0E125 in popluar color models

F0E125
RGB24022537
HSL56°87.12%54.31%
HSB/HSV56°84.58%94.12%
CMYK0.00%6.25%84.58%
5.88%

Color #F0E125 in popluar number systems.

HEXF0E125
Decimal24022537
Binary1111000011100001100101
Octal36034145

Shades and tints

Shades of #F0E125

#F0E125
(240,225,37)
#DBCD22
(219,205,34)
#C6B91F
(198,185,31)
#B1A51C
(177,165,28)
#9C9119
(156,145,25)
#877D16
(135,125,22)
#726913
(114,105,19)
#5D5510
(93,85,16)
#48410D
(72,65,13)
#332D0A
(51,45,10)
#1E1907
(30,25,7)
#000000
(0,0,0)

Tints of #F0E125

#F0E125
(240,225,37)
#F1E338
(241,227,56)
#F2E54B
(242,229,75)
#F3E75E
(243,231,94)
#F4E971
(244,233,113)
#F5EB84
(245,235,132)
#F6ED97
(246,237,151)
#F7EFAA
(247,239,170)
#F8F1BD
(248,241,189)
#F9F3D0
(249,243,208)
#FAF5E3
(250,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0E125 color. Also use rgb(240,225,37) instead hex code.

Text Font Color

.myTextColor { color: #F0E125; }

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

This text font color is #F0E125.


Background Color

.myBgColor { background-color: #F0E125; }

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

This div background color is #F0E125.


Border color

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

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

This div border color is #F0E125.


Opacity

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

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

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

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

This text has shadow with #F0E125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0E125 on black background.


Color preview on white background

This text has color #F0E125 on white background.



Black color preview on #F0E125 background

This text has black color on #F0E125 background.


White color preview on #F0E125 background

This text has white color on #F0E125 background.