COLOR #FFE641

HEX: #FFE641
RGB: (255,230,65)

Color info

#FFE641 contains mainly red and green colors. Web safe color of #FFE641 is #FFCC33 (or #FC3).

RGB color model

#FFE641 color RGB value is (255,230,65).

  • red value is 255;
  • green value is 230;
  • blue value is 65.
RGB:
(255,230,65)
(100%,90%,25%)

RGB channels and saturation

R 255 of 255 = 100%
G 230 of 255 = 90%
B 65 of 255 = 25%

255
230
65

R + G + B ~ 72%. #FFE641 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 230 + 65 = 550 (100%)
R 255 of 550 ~ 46.36%
G 230 of 550 ~ 41.82%
B 65 of 550 ~ 11.82%

%46.36
%41.82
%11.82

CMYK color model

#FFE641 color CMYK value is (0,10,75,0).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 74.51%
  • key color value is 0.00%
CMYK:
(0,10,75,0)
C0M10Y75K0 
(0%,10%,75%,0%)
(0.00/0.10/0.75/0.00)	

CMYK percentages

%0
%9.8
%74.51
%0

Codes

Color #FFE641 in popluar color models

FFE641
RGB25523065
HSL52°100.00%62.75%
HSB/HSV52°74.51%100.00%
CMYK0.00%9.80%74.51%
0.00%

Color #FFE641 in popluar number systems.

HEXFFE641
Decimal25523065
Binary11111111111001101000001
Octal377346101

Shades and tints

Shades of #FFE641

#FFE641
(255,230,65)
#E8D23C
(232,210,60)
#D1BE37
(209,190,55)
#BAAA32
(186,170,50)
#A3962D
(163,150,45)
#8C8228
(140,130,40)
#756E23
(117,110,35)
#5E5A1E
(94,90,30)
#474619
(71,70,25)
#303214
(48,50,20)
#191E0F
(25,30,15)
#000000
(0,0,0)

Tints of #FFE641

#FFE641
(255,230,65)
#FFE852
(255,232,82)
#FFEA63
(255,234,99)
#FFEC74
(255,236,116)
#FFEE85
(255,238,133)
#FFF096
(255,240,150)
#FFF2A7
(255,242,167)
#FFF4B8
(255,244,184)
#FFF6C9
(255,246,201)
#FFF8DA
(255,248,218)
#FFFAEB
(255,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE641; }

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

This text font color is #FFE641.


Background Color

.myBgColor { background-color: #FFE641; }

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

This div background color is #FFE641.


Border color

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

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

This div border color is #FFE641.


Opacity

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

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

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

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

This text has shadow with #FFE641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE641 on black background.


Color preview on white background

This text has color #FFE641 on white background.



Black color preview on #FFE641 background

This text has black color on #FFE641 background.


White color preview on #FFE641 background

This text has white color on #FFE641 background.