COLOR #FDC051

HEX: #FDC051
RGB: (253,192,81)

Renk bilgisi

#FDC051 contains mainly red color. #FDC051 ‘ nin web güvenlik rengi #FFCC66 (ya da #FC6) dir.

RGB renk modeli

#FDC051 color RGB value is (253,192,81).

  • kırmız ton 253;
  • yeşil ton 192;
  • mavi ton 81.
RGB:
(253,192,81)
(99%,75%,32%)

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 192 of 255 = 75%
B 81 of 255 = 32%

253
192
81

R + G + B ~ 69%. #FDC051 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 192 + 81 = 526 (100%)
R 253 of 526 ~ 48.1%
G 192 of 526 ~ 36.5%
B 81 of 526 ~ 15.4%

%48.1
%36.5
%15.4

CMYK RENK MODELİ

#FDC051 rengi CMYK tonu (0,24,68,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.11%
  • sarı tonu 67.98%
  • ana renk tonu 0.78%
CMYK:
(0,24,68,1)
C0M24Y68K1 
(0%,24%,68%,1%)
(0.00/0.24/0.68/0.01)	

CMYK yüzdeleri

%0
%24.11
%67.98
%0.78

Codes

Color #FDC051 in popluar color models

FDC051
RGB25319281
HSL39°97.73%65.49%
HSB/HSV39°67.98%99.22%
CMYK0.00%24.11%67.98%
0.78%

Color #FDC051 in popluar number systems.

HEXFDC051
Decimal25319281
Binary11111101110000001010001
Octal375300121

Shades and tints

Shades of #FDC051

#FDC051
(253,192,81)
#E6AF4A
(230,175,74)
#CF9E43
(207,158,67)
#B88D3C
(184,141,60)
#A17C35
(161,124,53)
#8A6B2E
(138,107,46)
#735A27
(115,90,39)
#5C4920
(92,73,32)
#453819
(69,56,25)
#2E2712
(46,39,18)
#17160B
(23,22,11)
#000000
(0,0,0)

Tints of #FDC051

#FDC051
(253,192,81)
#FDC560
(253,197,96)
#FDCA6F
(253,202,111)
#FDCF7E
(253,207,126)
#FDD48D
(253,212,141)
#FDD99C
(253,217,156)
#FDDEAB
(253,222,171)
#FDE3BA
(253,227,186)
#FDE8C9
(253,232,201)
#FDEDD8
(253,237,216)
#FDF2E7
(253,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC051 color. Also use rgb(253,192,81) instead hex code.

Text Font Color

.myTextColor { color: #FDC051; }

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

This text font color is #FDC051.


Background Color

.myBgColor { background-color: #FDC051; }

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

This div background color is #FDC051.


Border color

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

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

This div border color is #FDC051.


Opacity

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

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

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

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

This text has shadow with #FDC051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC051 on black background.


Color preview on white background

This text has color #FDC051 on white background.



Black color preview on #FDC051 background

This text has black color on #FDC051 background.


White color preview on #FDC051 background

This text has white color on #FDC051 background.