COLOR #FFD300

HEX: #FFD300
RGB: (255,211,0)

Renk bilgisi

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

RGB renk modeli

#FFD300 color RGB value is (255,211,0).

  • kırmız ton 255;
  • yeşil ton 211;
  • mavi ton 0.
RGB:
(255,211,0)
(100%,83%,0%)

RGB bağlantıları ve doygunluk

R 255 of 255 = 100%
G 211 of 255 = 83%
B 0 of 255 = 0%

255
211
0

R + G + B ~ 61%. #FFD300 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
255 + 211 + 0 = 466 (100%)
R 255 of 466 ~ 54.72%
G 211 of 466 ~ 45.28%
B 0 of 466 ~ 0%

%54.72
%45.28

CMYK RENK MODELİ

#FFD300 rengi CMYK tonu (0,17,100,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.25%
  • sarı tonu 100.00%
  • ana renk tonu 0.00%
CMYK:
(0,17,100,0)
C0M17Y100K0 
(0%,17%,100%,0%)
(0.00/0.17/1.00/0.00)	

CMYK yüzdeleri

%0
%17.25
%100
%0

Codes

Color #FFD300 in popluar color models

FFD300
RGB2552110
HSL50°100.00%50.00%
HSB/HSV50°100.00%100.00%
CMYK0.00%17.25%100.00%
0.00%

Color #FFD300 in popluar number systems.

HEXFFD300
Decimal2552110
Binary11111111110100110
Octal3773230

Shades and tints

Shades of #FFD300

#FFD300
(255,211,0)
#E8C000
(232,192,0)
#D1AD00
(209,173,0)
#BA9A00
(186,154,0)
#A38700
(163,135,0)
#8C7400
(140,116,0)
#756100
(117,97,0)
#5E4E00
(94,78,0)
#473B00
(71,59,0)
#302800
(48,40,0)
#191500
(25,21,0)
#000000
(0,0,0)

Tints of #FFD300

#FFD300
(255,211,0)
#FFD717
(255,215,23)
#FFDB2E
(255,219,46)
#FFDF45
(255,223,69)
#FFE35C
(255,227,92)
#FFE773
(255,231,115)
#FFEB8A
(255,235,138)
#FFEFA1
(255,239,161)
#FFF3B8
(255,243,184)
#FFF7CF
(255,247,207)
#FFFBE6
(255,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD300 color. Also use rgb(255,211,0) instead hex code.

Text Font Color

.myTextColor { color: #FFD300; }

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

This text font color is #FFD300.


Background Color

.myBgColor { background-color: #FFD300; }

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

This div background color is #FFD300.


Border color

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

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

This div border color is #FFD300.


Opacity

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

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

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

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

This text has shadow with #FFD300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD300 on black background.


Color preview on white background

This text has color #FFD300 on white background.



Black color preview on #FFD300 background

This text has black color on #FFD300 background.


White color preview on #FFD300 background

This text has white color on #FFD300 background.