COLOR #F7DD55

HEX: #F7DD55
RGB: (247,221,85)

Renk bilgisi

#F7DD55 contains mainly red and green colors. #F7DD55 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#F7DD55 color RGB value is (247,221,85).

  • kırmız ton 247;
  • yeşil ton 221;
  • mavi ton 85.
RGB:
(247,221,85)
(97%,87%,33%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 221 of 255 = 87%
B 85 of 255 = 33%

247
221
85

R + G + B ~ 72%. #F7DD55 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 221 + 85 = 553 (100%)
R 247 of 553 ~ 44.67%
G 221 of 553 ~ 39.96%
B 85 of 553 ~ 15.37%

%44.67
%39.96
%15.37

CMYK RENK MODELİ

#F7DD55 rengi CMYK tonu (0,11,66,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.53%
  • sarı tonu 65.59%
  • ana renk tonu 3.14%
CMYK:
(0,11,66,3)
C0M11Y66K3 
(0%,11%,66%,3%)
(0.00/0.11/0.66/0.03)	

CMYK yüzdeleri

%0
%10.53
%65.59
%3.14

Codes

Color #F7DD55 in popluar color models

F7DD55
RGB24722185
HSL50°91.01%65.10%
HSB/HSV50°65.59%96.86%
CMYK0.00%10.53%65.59%
3.14%

Color #F7DD55 in popluar number systems.

HEXF7DD55
Decimal24722185
Binary11110111110111011010101
Octal367335125

Shades and tints

Shades of #F7DD55

#F7DD55
(247,221,85)
#E1C94E
(225,201,78)
#CBB547
(203,181,71)
#B5A140
(181,161,64)
#9F8D39
(159,141,57)
#897932
(137,121,50)
#73652B
(115,101,43)
#5D5124
(93,81,36)
#473D1D
(71,61,29)
#312916
(49,41,22)
#1B150F
(27,21,15)
#000000
(0,0,0)

Tints of #F7DD55

#F7DD55
(247,221,85)
#F7E064
(247,224,100)
#F7E373
(247,227,115)
#F7E682
(247,230,130)
#F7E991
(247,233,145)
#F7ECA0
(247,236,160)
#F7EFAF
(247,239,175)
#F7F2BE
(247,242,190)
#F7F5CD
(247,245,205)
#F7F8DC
(247,248,220)
#F7FBEB
(247,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7DD55 color. Also use rgb(247,221,85) instead hex code.

Text Font Color

.myTextColor { color: #F7DD55; }

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

This text font color is #F7DD55.


Background Color

.myBgColor { background-color: #F7DD55; }

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

This div background color is #F7DD55.


Border color

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

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

This div border color is #F7DD55.


Opacity

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

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

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

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

This text has shadow with #F7DD55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DD55 on black background.


Color preview on white background

This text has color #F7DD55 on white background.



Black color preview on #F7DD55 background

This text has black color on #F7DD55 background.


White color preview on #F7DD55 background

This text has white color on #F7DD55 background.