COLOR #FEE000

HEX: #FEE000
RGB: (254,224,0)

Renk bilgisi

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

RGB renk modeli

#FEE000 color RGB value is (254,224,0).

  • kırmız ton 254;
  • yeşil ton 224;
  • mavi ton 0.
RGB:
(254,224,0)
(100%,88%,0%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 224 of 255 = 88%
B 0 of 255 = 0%

254
224
0

R + G + B ~ 63%. #FEE000 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 224 + 0 = 478 (100%)
R 254 of 478 ~ 53.14%
G 224 of 478 ~ 46.86%
B 0 of 478 ~ 0%

%53.14
%46.86

CMYK RENK MODELİ

#FEE000 rengi CMYK tonu (0,12,100,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.81%
  • sarı tonu 100.00%
  • ana renk tonu 0.39%
CMYK:
(0,12,100,0)
C0M12Y100K0 
(0%,12%,100%,0%)
(0.00/0.12/1.00/0.00)	

CMYK yüzdeleri

%0
%11.81
%100
%0.39

Codes

Color #FEE000 in popluar color models

FEE000
RGB2542240
HSL53°100.00%49.80%
HSB/HSV53°100.00%99.61%
CMYK0.00%11.81%100.00%
0.39%

Color #FEE000 in popluar number systems.

HEXFEE000
Decimal2542240
Binary11111110111000000
Octal3763400

Shades and tints

Shades of #FEE000

#FEE000
(254,224,0)
#E7CC00
(231,204,0)
#D0B800
(208,184,0)
#B9A400
(185,164,0)
#A29000
(162,144,0)
#8B7C00
(139,124,0)
#746800
(116,104,0)
#5D5400
(93,84,0)
#464000
(70,64,0)
#2F2C00
(47,44,0)
#181800
(24,24,0)
#000000
(0,0,0)

Tints of #FEE000

#FEE000
(254,224,0)
#FEE217
(254,226,23)
#FEE42E
(254,228,46)
#FEE645
(254,230,69)
#FEE85C
(254,232,92)
#FEEA73
(254,234,115)
#FEEC8A
(254,236,138)
#FEEEA1
(254,238,161)
#FEF0B8
(254,240,184)
#FEF2CF
(254,242,207)
#FEF4E6
(254,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE000 color. Also use rgb(254,224,0) instead hex code.

Text Font Color

.myTextColor { color: #FEE000; }

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

This text font color is #FEE000.


Background Color

.myBgColor { background-color: #FEE000; }

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

This div background color is #FEE000.


Border color

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

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

This div border color is #FEE000.


Opacity

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

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

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

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

This text has shadow with #FEE000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE000 on black background.


Color preview on white background

This text has color #FEE000 on white background.



Black color preview on #FEE000 background

This text has black color on #FEE000 background.


White color preview on #FEE000 background

This text has white color on #FEE000 background.