COLOR #F7E127

HEX: #F7E127
RGB: (247,225,39)

Color info

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

RGB color model

#F7E127 color RGB value is (247,225,39).

  • red value is 247;
  • green value is 225;
  • blue value is 39.
RGB:
(247,225,39)
(97%,88%,15%)

RGB channels and saturation

R 247 of 255 = 97%
G 225 of 255 = 88%
B 39 of 255 = 15%

247
225
39

R + G + B ~ 67%. #F7E127 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 225 + 39 = 511 (100%)
R 247 of 511 ~ 48.34%
G 225 of 511 ~ 44.03%
B 39 of 511 ~ 7.63%

%48.34
%44.03

CMYK color model

#F7E127 color CMYK value is (0,9,84,3).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 84.21%
  • key color value is 3.14%
CMYK:
(0,9,84,3)
C0M9Y84K3 
(0%,9%,84%,3%)
(0.00/0.09/0.84/0.03)	

CMYK percentages

%0
%8.91
%84.21
%3.14

Codes

Color #F7E127 in popluar color models

F7E127
RGB24722539
HSL54°92.86%56.08%
HSB/HSV54°84.21%96.86%
CMYK0.00%8.91%84.21%
3.14%

Color #F7E127 in popluar number systems.

HEXF7E127
Decimal24722539
Binary1111011111100001100111
Octal36734147

Shades and tints

Shades of #F7E127

#F7E127
(247,225,39)
#E1CD24
(225,205,36)
#CBB921
(203,185,33)
#B5A51E
(181,165,30)
#9F911B
(159,145,27)
#897D18
(137,125,24)
#736915
(115,105,21)
#5D5512
(93,85,18)
#47410F
(71,65,15)
#312D0C
(49,45,12)
#1B1909
(27,25,9)
#000000
(0,0,0)

Tints of #F7E127

#F7E127
(247,225,39)
#F7E33A
(247,227,58)
#F7E54D
(247,229,77)
#F7E760
(247,231,96)
#F7E973
(247,233,115)
#F7EB86
(247,235,134)
#F7ED99
(247,237,153)
#F7EFAC
(247,239,172)
#F7F1BF
(247,241,191)
#F7F3D2
(247,243,210)
#F7F5E5
(247,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E127 color. Also use rgb(247,225,39) instead hex code.

Text Font Color

.myTextColor { color: #F7E127; }

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

This text font color is #F7E127.


Background Color

.myBgColor { background-color: #F7E127; }

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

This div background color is #F7E127.


Border color

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

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

This div border color is #F7E127.


Opacity

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

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

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

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

This text has shadow with #F7E127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E127 on black background.


Color preview on white background

This text has color #F7E127 on white background.



Black color preview on #F7E127 background

This text has black color on #F7E127 background.


White color preview on #F7E127 background

This text has white color on #F7E127 background.