COLOR #F7F010

HEX: #F7F010 RGB: (247,240,16)

Color info

#F7F010 contains mainly red and green colors. Web safe color of #F7F010 is #FFFF00 (or #FF0).

RGB color model

#F7F010 color RGB value is (247,240,16).

RGB: (247,240,16) (97%, 94%, 6%)

RGB channels and saturation

R 247 of 255 = 97%
G 240 of 255 = 94%
B 16 of 255 = 6%

247
240
16

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

Portions of RGB colors in percentages

R + G + B = 247 + 240 + 16 = 503 (100%)
R 247 of 503 ~ 49.11%
G 240 of 503 ~ 47.71%
B 16 of 503 ~ 3.18'%

%49.11
%47.71

CMYK color model

#F7F010 color CMYK value is (0,3,94,3).

  • cyan value is 0.00%
  • magenta value is 2.83%
  • yellow value is 93.52%
  • key color value is 3.14%

CMYK: (0,3,94,3)
C0M3Y94K3 (0%, 3%, 94%, 3%)
(0.00 / 0.03 / 0.94 / 0.03)

CMYK percentages

%0
%2.83
%93.52
%3.14

Codes

Color #F7F010 in popluar color models

F7 F0 10
RGB 247 240 16
HSL 58° 93.52% 51.57%
HSB/HSV 58° 93.52% 96.86%
CMYK 0.00% 2.83% 93.52%
3.14%

Color #F7F010 in popluar number systems.

HEX F7 F0 10
Decimal 247 240 16
Binary 11110111 11110000 10000
Octal 367 360 20

Shades and tints

Shades of #F7F010

#F7F010
(247,240,16)
#E1DB0F
(225,219,15)
#CBC60E
(203,198,14)
#B5B10D
(181,177,13)
#9F9C0C
(159,156,12)
#89870B
(137,135,11)
#73720A
(115,114,10)
#5D5D09
(93,93,9)
#474808
(71,72,8)
#313307
(49,51,7)
#1B1E06
(27,30,6)
#000000
(0,0,0)

Tints of #F7F010

#F7F010
(247,240,16)
#F7F125
(247,241,37)
#F7F23A
(247,242,58)
#F7F34F
(247,243,79)
#F7F464
(247,244,100)
#F7F579
(247,245,121)
#F7F68E
(247,246,142)
#F7F7A3
(247,247,163)
#F7F8B8
(247,248,184)
#F7F9CD
(247,249,205)
#F7FAE2
(247,250,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7F010 color. Also use rgb(247,240,16) instead hex code.

Text Font Color

.myTextColor { color: #F7F010; }

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

This text font color is #F7F010.

Background Color

.myBgColor { background-color: #F7F010; }

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

This div background color is #F7F010.

Border color

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

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

This div border color is #F7F010.

Opacity

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

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

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

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

This text has shadow with #F7F010 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7F010.

Preview

Color preview on black background

This text has color #F7F010 on black background.


Color preview on white background

This text has color #F7F010 on white background.


Black color preview on #F7F010 background

This text has black color on #F7F010 background.


White color preview on #F7F010 background

This text has white color on #F7F010 background.


Related colors

Complementary color

Complementary color for #hex is #080FEF.


I love getcolorcode.com

Triadic colors

1 #10F7F0 and #F010F7 with #F7F010 are triadic colors.

2 #10F0F7 and #F0F710 with #F7F010 are triadic colors.