COLOR #F7DE15

HEX: #F7DE15
RGB: (247,222,21)

Renk bilgisi

#F7DE15 contains mainly red and green colors. #F7DE15 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#F7DE15 color RGB value is (247,222,21).

  • kırmız ton 247;
  • yeşil ton 222;
  • mavi ton 21.
RGB:
(247,222,21)
(97%,87%,8%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 222 of 255 = 87%
B 21 of 255 = 8%

247
222
21

R + G + B ~ 64%. #F7DE15 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 222 + 21 = 490 (100%)
R 247 of 490 ~ 50.41%
G 222 of 490 ~ 45.31%
B 21 of 490 ~ 4.29%

%50.41
%45.31

CMYK RENK MODELİ

#F7DE15 rengi CMYK tonu (0,10,91,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.12%
  • sarı tonu 91.50%
  • ana renk tonu 3.14%
CMYK:
(0,10,91,3)
C0M10Y91K3 
(0%,10%,91%,3%)
(0.00/0.10/0.91/0.03)	

CMYK yüzdeleri

%0
%10.12
%91.5
%3.14

Codes

Color #F7DE15 in popluar color models

F7DE15
RGB24722221
HSL53°93.39%52.55%
HSB/HSV53°91.50%96.86%
CMYK0.00%10.12%91.50%
3.14%

Color #F7DE15 in popluar number systems.

HEXF7DE15
Decimal24722221
Binary111101111101111010101
Octal36733625

Shades and tints

Shades of #F7DE15

#F7DE15
(247,222,21)
#E1CA14
(225,202,20)
#CBB613
(203,182,19)
#B5A212
(181,162,18)
#9F8E11
(159,142,17)
#897A10
(137,122,16)
#73660F
(115,102,15)
#5D520E
(93,82,14)
#473E0D
(71,62,13)
#312A0C
(49,42,12)
#1B160B
(27,22,11)
#000000
(0,0,0)

Tints of #F7DE15

#F7DE15
(247,222,21)
#F7E12A
(247,225,42)
#F7E43F
(247,228,63)
#F7E754
(247,231,84)
#F7EA69
(247,234,105)
#F7ED7E
(247,237,126)
#F7F093
(247,240,147)
#F7F3A8
(247,243,168)
#F7F6BD
(247,246,189)
#F7F9D2
(247,249,210)
#F7FCE7
(247,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DE15 color. Also use rgb(247,222,21) instead hex code.

Text Font Color

.myTextColor { color: #F7DE15; }

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

This text font color is #F7DE15.


Background Color

.myBgColor { background-color: #F7DE15; }

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

This div background color is #F7DE15.


Border color

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

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

This div border color is #F7DE15.


Opacity

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

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

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

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

This text has shadow with #F7DE15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DE15 on black background.


Color preview on white background

This text has color #F7DE15 on white background.



Black color preview on #F7DE15 background

This text has black color on #F7DE15 background.


White color preview on #F7DE15 background

This text has white color on #F7DE15 background.