COLOR #F4F5A1

HEX: #F4F5A1 RGB: (244,245,161)

Color info

#F4F5A1 contains mainly red and green colors. Web safe color of #F4F5A1 is #FFFF99 (or #FF9).

RGB color model

#F4F5A1 color RGB value is (244,245,161).

RGB: (244,245,161) (96%, 96%, 63%)

RGB channels and saturation

R 244 of 255 = 96%
G 245 of 255 = 96%
B 161 of 255 = 63%

244
245
161

R + G + B ~ 85%. #F4F5A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 245 + 161 = 650 (100%)
R 244 of 650 ~ 37.54%
G 245 of 650 ~ 37.69%
B 161 of 650 ~ 24.77'%

%37.54
%37.69
%24.77

CMYK color model

#F4F5A1 color CMYK value is (0,0,34,4).

  • cyan value is 0.41%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 3.92%
CMYK: (0,0,34,4) C0M0Y34K4 (0%,0%,34%,4%) (0.00/0.00/0.34/0.04) 

CMYK percentages

%0.41
%0
%34.29
%3.92

Codes

Color #F4F5A1 in popluar color models

F4 F5 A1
RGB 244 245 161
HSL 61° 80.77% 79.61%
HSB/HSV 61° 34.29% 96.08%
CMYK 0.41% 0.00% 34.29%
3.92%

Color #F4F5A1 in popluar number systems.

HEX F4 F5 A1
Decimal 244 245 161
Binary 11110100 11110101 10100001
Octal 364 365 241

Shades and tints

Shades of #F4F5A1

#F4F5A1
(244,245,161)
#DEDF93
(222,223,147)
#C8C985
(200,201,133)
#B2B377
(178,179,119)
#9C9D69
(156,157,105)
#86875B
(134,135,91)
#70714D
(112,113,77)
#5A5B3F
(90,91,63)
#444531
(68,69,49)
#2E2F23
(46,47,35)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #F4F5A1

#F4F5A1
(244,245,161)
#F5F5A9
(245,245,169)
#F6F5B1
(246,245,177)
#F7F5B9
(247,245,185)
#F8F5C1
(248,245,193)
#F9F5C9
(249,245,201)
#FAF5D1
(250,245,209)
#FBF5D9
(251,245,217)
#FCF5E1
(252,245,225)
#FDF5E9
(253,245,233)
#FEF5F1
(254,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4F5A1 color. Also use rgb(244,245,161) instead hex code.

Text Font Color

.myTextColor { color: #F4F5A1; }

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

This text font color is #F4F5A1.

Background Color

.myBgColor { background-color: #F4F5A1; }

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

This div background color is #F4F5A1.

Border color

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

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

This div border color is #F4F5A1.

Opacity

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

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

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

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

This text has shadow with #F4F5A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4F5A1.

Preview

Color preview on black background

This text has color #F4F5A1 on black background.


Color preview on white background

This text has color #F4F5A1 on white background.


Black color preview on #F4F5A1 background

This text has black color on #F4F5A1 background.


White color preview on #F4F5A1 background

This text has white color on #F4F5A1 background.


Related colors

Complementary color

Complementary color for #hex is #0B0A5E.


I love getcolorcode.com

Triadic colors

1 #A1F4F5 and #F5A1F4 with #F4F5A1 are triadic colors.

2 #A1F5F4 and #F5F4A1 with #F4F5A1 are triadic colors.