COLOR #FDE60A

HEX: #FDE60A
RGB: (253,230,10)

Color info

#FDE60A contains mainly red and green colors. Web safe color of #FDE60A is #FFCC00 (or #FC0).

RGB color model

#FDE60A color RGB value is (253,230,10).

  • red value is 253;
  • green value is 230;
  • blue value is 10.
RGB:
(253,230,10)
(99%,90%,4%)

RGB channels and saturation

R 253 of 255 = 99%
G 230 of 255 = 90%
B 10 of 255 = 4%

253
230
10

R + G + B ~ 64%. #FDE60A is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 230 + 10 = 493 (100%)
R 253 of 493 ~ 51.32%
G 230 of 493 ~ 46.65%
B 10 of 493 ~ 2.03%

%51.32
%46.65

CMYK color model

#FDE60A color CMYK value is (0,9,96,1).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 96.05%
  • key color value is 0.78%
CMYK:
(0,9,96,1)
C0M9Y96K1 
(0%,9%,96%,1%)
(0.00/0.09/0.96/0.01)	

CMYK percentages

%0
%9.09
%96.05
%0.78

Codes

Color #FDE60A in popluar color models

FDE60A
RGB25323010
HSL54°98.38%51.57%
HSB/HSV54°96.05%99.22%
CMYK0.00%9.09%96.05%
0.78%

Color #FDE60A in popluar number systems.

HEXFDE60A
Decimal25323010
Binary11111101111001101010
Octal37534612

Shades and tints

Shades of #FDE60A

#FDE60A
(253,230,10)
#E6D20A
(230,210,10)
#CFBE0A
(207,190,10)
#B8AA0A
(184,170,10)
#A1960A
(161,150,10)
#8A820A
(138,130,10)
#736E0A
(115,110,10)
#5C5A0A
(92,90,10)
#45460A
(69,70,10)
#2E320A
(46,50,10)
#171E0A
(23,30,10)
#000000
(0,0,0)

Tints of #FDE60A

#FDE60A
(253,230,10)
#FDE820
(253,232,32)
#FDEA36
(253,234,54)
#FDEC4C
(253,236,76)
#FDEE62
(253,238,98)
#FDF078
(253,240,120)
#FDF28E
(253,242,142)
#FDF4A4
(253,244,164)
#FDF6BA
(253,246,186)
#FDF8D0
(253,248,208)
#FDFAE6
(253,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDE60A color. Also use rgb(253,230,10) instead hex code.

Text Font Color

.myTextColor { color: #FDE60A; }

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

This text font color is #FDE60A.


Background Color

.myBgColor { background-color: #FDE60A; }

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

This div background color is #FDE60A.


Border color

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

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

This div border color is #FDE60A.


Opacity

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

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

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

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

This text has shadow with #FDE60A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDE60A on black background.


Color preview on white background

This text has color #FDE60A on white background.



Black color preview on #FDE60A background

This text has black color on #FDE60A background.


White color preview on #FDE60A background

This text has white color on #FDE60A background.