COLOR #F7CF90

HEX: #F7CF90 RGB: (247,207,144)

Color info

#F7CF90 contains mainly red and green colors. Web safe color of #F7CF90 is #FFCC99 (or #FC9).

RGB color model

#F7CF90 color RGB value is (247,207,144).

RGB: (247,207,144) (97%, 81%, 56%)

RGB channels and saturation

R 247 of 255 = 97%
G 207 of 255 = 81%
B 144 of 255 = 56%

247
207
144

R + G + B ~ 78%. #F7CF90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 207 + 144 = 598 (100%)
R 247 of 598 ~ 41.3%
G 207 of 598 ~ 34.62%
B 144 of 598 ~ 24.08'%

%41.3
%34.62
%24.08

CMYK color model

#F7CF90 color CMYK value is (0,16,42,3).

  • cyan value is 0.00%
  • magenta value is 16.19%
  • yellow value is 41.70%
  • key color value is 3.14%

CMYK: (0,16,42,3)
C0M16Y42K3 (0%, 16%, 42%, 3%)
(0.00 / 0.16 / 0.42 / 0.03)

CMYK percentages

%0
%16.19
%41.7
%3.14

Codes

Color #F7CF90 in popluar color models

F7 CF 90
RGB 247 207 144
HSL 37° 86.55% 76.67%
HSB/HSV 37° 41.70% 96.86%
CMYK 0.00% 16.19% 41.70%
3.14%

Color #F7CF90 in popluar number systems.

HEX F7 CF 90
Decimal 247 207 144
Binary 11110111 11001111 10010000
Octal 367 317 220

Shades and tints

Shades of #F7CF90

#F7CF90
(247,207,144)
#E1BD83
(225,189,131)
#CBAB76
(203,171,118)
#B59969
(181,153,105)
#9F875C
(159,135,92)
#89754F
(137,117,79)
#736342
(115,99,66)
#5D5135
(93,81,53)
#473F28
(71,63,40)
#312D1B
(49,45,27)
#1B1B0E
(27,27,14)
#000000
(0,0,0)

Tints of #F7CF90

#F7CF90
(247,207,144)
#F7D39A
(247,211,154)
#F7D7A4
(247,215,164)
#F7DBAE
(247,219,174)
#F7DFB8
(247,223,184)
#F7E3C2
(247,227,194)
#F7E7CC
(247,231,204)
#F7EBD6
(247,235,214)
#F7EFE0
(247,239,224)
#F7F3EA
(247,243,234)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CF90 color. Also use rgb(247,207,144) instead hex code.

Text Font Color

.myTextColor { color: #F7CF90; }

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

This text font color is #F7CF90.

Background Color

.myBgColor { background-color: #F7CF90; }

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

This div background color is #F7CF90.

Border color

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

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

This div border color is #F7CF90.

Opacity

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

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

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

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

This text has shadow with #F7CF90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CF90.

Preview

Color preview on black background

This text has color #F7CF90 on black background.


Color preview on white background

This text has color #F7CF90 on white background.


Black color preview on #F7CF90 background

This text has black color on #F7CF90 background.


White color preview on #F7CF90 background

This text has white color on #F7CF90 background.


Related colors

Complementary color

Complementary color for #hex is #08306F.


I love getcolorcode.com

Triadic colors

1 #90F7CF and #CF90F7 with #F7CF90 are triadic colors.

2 #90CFF7 and #CFF790 with #F7CF90 are triadic colors.