COLOR #F4E126

HEX: #F4E126 RGB: (244,225,38)

Color info

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

RGB color model

#F4E126 color RGB value is (244,225,38).

RGB: (244,225,38) (96%, 88%, 15%)

RGB channels and saturation

R 244 of 255 = 96%
G 225 of 255 = 88%
B 38 of 255 = 15%

244
225
38

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

Portions of RGB colors in percentages

R + G + B = 244 + 225 + 38 = 507 (100%)
R 244 of 507 ~ 48.13%
G 225 of 507 ~ 44.38%
B 38 of 507 ~ 7.5'%

%48.13
%44.38

CMYK color model

#F4E126 color CMYK value is (0,8,84,4).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 84.43%
  • key color value is 4.31%
CMYK: (0,8,84,4) C0M8Y84K4 (0%,8%,84%,4%) (0.00/0.08/0.84/0.04) 

CMYK percentages

%0
%7.79
%84.43
%4.31

Codes

Color #F4E126 in popluar color models

F4 E1 26
RGB 244 225 38
HSL 54° 90.35% 55.29%
HSB/HSV 54° 84.43% 95.69%
CMYK 0.00% 7.79% 84.43%
4.31%

Color #F4E126 in popluar number systems.

HEX F4 E1 26
Decimal 244 225 38
Binary 11110100 11100001 100110
Octal 364 341 46

Shades and tints

Shades of #F4E126

#F4E126
(244,225,38)
#DECD23
(222,205,35)
#C8B920
(200,185,32)
#B2A51D
(178,165,29)
#9C911A
(156,145,26)
#867D17
(134,125,23)
#706914
(112,105,20)
#5A5511
(90,85,17)
#44410E
(68,65,14)
#2E2D0B
(46,45,11)
#181908
(24,25,8)
#000000
(0,0,0)

Tints of #F4E126

#F4E126
(244,225,38)
#F5E339
(245,227,57)
#F6E54C
(246,229,76)
#F7E75F
(247,231,95)
#F8E972
(248,233,114)
#F9EB85
(249,235,133)
#FAED98
(250,237,152)
#FBEFAB
(251,239,171)
#FCF1BE
(252,241,190)
#FDF3D1
(253,243,209)
#FEF5E4
(254,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E126 color. Also use rgb(244,225,38) instead hex code.

Text Font Color

.myTextColor { color: #F4E126; }

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

This text font color is #F4E126.

Background Color

.myBgColor { background-color: #F4E126; }

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

This div background color is #F4E126.

Border color

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

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

This div border color is #F4E126.

Opacity

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

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

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

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

This text has shadow with #F4E126 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E126.

Preview

Color preview on black background

This text has color #F4E126 on black background.


Color preview on white background

This text has color #F4E126 on white background.


Black color preview on #F4E126 background

This text has black color on #F4E126 background.


White color preview on #F4E126 background

This text has white color on #F4E126 background.


Related colors

Complementary color

Complementary color for #hex is #0B1ED9.


I love getcolorcode.com

Triadic colors

1 #26F4E1 and #E126F4 with #F4E126 are triadic colors.

2 #26E1F4 and #E1F426 with #F4E126 are triadic colors.