COLOR #FFE60F

HEX: #FFE60F RGB: (255,230,15)

Color info

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

RGB color model

#FFE60F color RGB value is (255,230,15).

RGB: (255,230,15) (100%, 90%, 6%)

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 15 of 255 = 6%

255
230
15

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

Portions of RGB colors in percentages

R + G + B = 255 + 230 + 15 = 500 (100%)
R 255 of 500 ~ 51%
G 230 of 500 ~ 46%
B 15 of 500 ~ 3'%

%51
%46

CMYK color model

#FFE60F color CMYK value is (0,10,94,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 94.12%
  • key color value is 0.00%

CMYK: (0,10,94,0)
C0M10Y94K0 (0%, 10%, 94%, 0%)
(0.00 / 0.10 / 0.94 / 0.00)

CMYK percentages

%0
%9.8
%94.12
%0

Codes

Color #FFE60F in popluar color models

FF E6 0F
RGB 255 230 15
HSL 54° 100.00% 52.94%
HSB/HSV 54° 94.12% 100.00%
CMYK 0.00% 9.80% 94.12%
0.00%

Color #FFE60F in popluar number systems.

HEX FF E6 0F
Decimal 255 230 15
Binary 11111111 11100110 1111
Octal 377 346 17

Shades and tints

Shades of #FFE60F

#FFE60F
(255,230,15)
#E8D20E
(232,210,14)
#D1BE0D
(209,190,13)
#BAAA0C
(186,170,12)
#A3960B
(163,150,11)
#8C820A
(140,130,10)
#756E09
(117,110,9)
#5E5A08
(94,90,8)
#474607
(71,70,7)
#303206
(48,50,6)
#191E05
(25,30,5)
#000000
(0,0,0)

Tints of #FFE60F

#FFE60F
(255,230,15)
#FFE824
(255,232,36)
#FFEA39
(255,234,57)
#FFEC4E
(255,236,78)
#FFEE63
(255,238,99)
#FFF078
(255,240,120)
#FFF28D
(255,242,141)
#FFF4A2
(255,244,162)
#FFF6B7
(255,246,183)
#FFF8CC
(255,248,204)
#FFFAE1
(255,250,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE60F color. Also use rgb(255,230,15) instead hex code.

Text Font Color

.myTextColor { color: #FFE60F; }

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

This text font color is #FFE60F.

Background Color

.myBgColor { background-color: #FFE60F; }

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

This div background color is #FFE60F.

Border color

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

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

This div border color is #FFE60F.

Opacity

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

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

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

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

This text has shadow with #FFE60F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFE60F.

Preview

Color preview on black background

This text has color #FFE60F on black background.


Color preview on white background

This text has color #FFE60F on white background.


Black color preview on #FFE60F background

This text has black color on #FFE60F background.


White color preview on #FFE60F background

This text has white color on #FFE60F background.


Related colors

Complementary color

Complementary color for #hex is #0019F0.


I love getcolorcode.com

Gradients

Color #FFE60F is used in Gold (Web) (Golden) gradient.

Gold (Web) (Golden)


Triadic colors

1 #0FFFE6 and #E60FFF with #FFE60F are triadic colors.

2 #0FE6FF and #E6FF0F with #FFE60F are triadic colors.