COLOR #FFF7A1

HEX: #FFF7A1 RGB: (255,247,161)

Color info

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

RGB color model

#FFF7A1 color RGB value is (255,247,161).

RGB: (255,247,161) (100%, 97%, 63%)

RGB channels and saturation

R 255 of 255 = 100%
G 247 of 255 = 97%
B 161 of 255 = 63%

255
247
161

R + G + B ~ 87%. #FFF7A1 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 247 + 161 = 663 (100%)
R 255 of 663 ~ 38.46%
G 247 of 663 ~ 37.25%
B 161 of 663 ~ 24.28'%

%38.46
%37.25
%24.28

CMYK color model

#FFF7A1 color CMYK value is (0,3,37,0).

  • cyan value is 0.00%
  • magenta value is 3.14%
  • yellow value is 36.86%
  • key color value is 0.00%

CMYK: (0,3,37,0)
C0M3Y37K0 (0%, 3%, 37%, 0%)
(0.00 / 0.03 / 0.37 / 0.00)

CMYK percentages

%0
%3.14
%36.86
%0

Codes

Color #FFF7A1 in popluar color models

FF F7 A1
RGB 255 247 161
HSL 55° 100.00% 81.57%
HSB/HSV 55° 36.86% 100.00%
CMYK 0.00% 3.14% 36.86%
0.00%

Color #FFF7A1 in popluar number systems.

HEX FF F7 A1
Decimal 255 247 161
Binary 11111111 11110111 10100001
Octal 377 367 241

Shades and tints

Shades of #FFF7A1

#FFF7A1
(255,247,161)
#E8E193
(232,225,147)
#D1CB85
(209,203,133)
#BAB577
(186,181,119)
#A39F69
(163,159,105)
#8C895B
(140,137,91)
#75734D
(117,115,77)
#5E5D3F
(94,93,63)
#474731
(71,71,49)
#303123
(48,49,35)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #FFF7A1

#FFF7A1
(255,247,161)
#FFF7A9
(255,247,169)
#FFF7B1
(255,247,177)
#FFF7B9
(255,247,185)
#FFF7C1
(255,247,193)
#FFF7C9
(255,247,201)
#FFF7D1
(255,247,209)
#FFF7D9
(255,247,217)
#FFF7E1
(255,247,225)
#FFF7E9
(255,247,233)
#FFF7F1
(255,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFF7A1 color. Also use rgb(255,247,161) instead hex code.

Text Font Color

.myTextColor { color: #FFF7A1; }

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

This text font color is #FFF7A1.

Background Color

.myBgColor { background-color: #FFF7A1; }

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

This div background color is #FFF7A1.

Border color

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

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

This div border color is #FFF7A1.

Opacity

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

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

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

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

This text has shadow with #FFF7A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF7A1.

Preview

Color preview on black background

This text has color #FFF7A1 on black background.


Color preview on white background

This text has color #FFF7A1 on white background.


Black color preview on #FFF7A1 background

This text has black color on #FFF7A1 background.


White color preview on #FFF7A1 background

This text has white color on #FFF7A1 background.


Related colors

Complementary color

Complementary color for #hex is #00085E.


I love getcolorcode.com

Triadic colors

1 #A1FFF7 and #F7A1FF with #FFF7A1 are triadic colors.

2 #A1F7FF and #F7FFA1 with #FFF7A1 are triadic colors.