COLOR #FDE80C

HEX: #FDE80C
RGB: (253,232,12)

Renk bilgisi

#FDE80C contains mainly red and green colors. #FDE80C ‘ nin web güvenlik rengi #FFFF00 (ya da #FF0) dir.

RGB renk modeli

#FDE80C color RGB value is (253,232,12).

  • kırmız ton 253;
  • yeşil ton 232;
  • mavi ton 12.
RGB:
(253,232,12)
(99%,91%,5%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 232 of 255 = 91%
B 12 of 255 = 5%

253
232
12

R + G + B ~ 65%. #FDE80C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 232 + 12 = 497 (100%)
R 253 of 497 ~ 50.91%
G 232 of 497 ~ 46.68%
B 12 of 497 ~ 2.41%

%50.91
%46.68

CMYK RENK MODELİ

#FDE80C rengi CMYK tonu (0,8,95,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.30%
  • sarı tonu 95.26%
  • ana renk tonu 0.78%
CMYK:
(0,8,95,1)
C0M8Y95K1 
(0%,8%,95%,1%)
(0.00/0.08/0.95/0.01)	

CMYK yüzdeleri

%0
%8.3
%95.26
%0.78

Codes

Color #FDE80C in popluar color models

FDE80C
RGB25323212
HSL55°98.37%51.96%
HSB/HSV55°95.26%99.22%
CMYK0.00%8.30%95.26%
0.78%

Color #FDE80C in popluar number systems.

HEXFDE80C
Decimal25323212
Binary11111101111010001100
Octal37535014

Shades and tints

Shades of #FDE80C

#FDE80C
(253,232,12)
#E6D30B
(230,211,11)
#CFBE0A
(207,190,10)
#B8A909
(184,169,9)
#A19408
(161,148,8)
#8A7F07
(138,127,7)
#736A06
(115,106,6)
#5C5505
(92,85,5)
#454004
(69,64,4)
#2E2B03
(46,43,3)
#171602
(23,22,2)
#000000
(0,0,0)

Tints of #FDE80C

#FDE80C
(253,232,12)
#FDEA22
(253,234,34)
#FDEC38
(253,236,56)
#FDEE4E
(253,238,78)
#FDF064
(253,240,100)
#FDF27A
(253,242,122)
#FDF490
(253,244,144)
#FDF6A6
(253,246,166)
#FDF8BC
(253,248,188)
#FDFAD2
(253,250,210)
#FDFCE8
(253,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE80C color. Also use rgb(253,232,12) instead hex code.

Text Font Color

.myTextColor { color: #FDE80C; }

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

This text font color is #FDE80C.


Background Color

.myBgColor { background-color: #FDE80C; }

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

This div background color is #FDE80C.


Border color

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

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

This div border color is #FDE80C.


Opacity

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

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

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

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

This text has shadow with #FDE80C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE80C on black background.


Color preview on white background

This text has color #FDE80C on white background.



Black color preview on #FDE80C background

This text has black color on #FDE80C background.


White color preview on #FDE80C background

This text has white color on #FDE80C background.