COLOR #FEF085

HEX: #FEF085 RGB: (254,240,133)

Color info

#FEF085 contains mainly red and green colors. Web safe color of #FEF085 is #FFFF99 (or #FF9).

RGB color model

#FEF085 color RGB value is (254,240,133).

RGB: (254,240,133) (100%, 94%, 52%)

RGB channels and saturation

R 254 of 255 = 100%
G 240 of 255 = 94%
B 133 of 255 = 52%

254
240
133

R + G + B ~ 82%. #FEF085 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 240 + 133 = 627 (100%)
R 254 of 627 ~ 40.51%
G 240 of 627 ~ 38.28%
B 133 of 627 ~ 21.21'%

%40.51
%38.28
%21.21

CMYK color model

#FEF085 color CMYK value is (0,6,48,0).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 47.64%
  • key color value is 0.39%

CMYK: (0,6,48,0)
C0M6Y48K0 (0%, 6%, 48%, 0%)
(0.00 / 0.06 / 0.48 / 0.00)

CMYK percentages

%0
%5.51
%47.64
%0.39

Codes

Color #FEF085 in popluar color models

FE F0 85
RGB 254 240 133
HSL 53° 98.37% 75.88%
HSB/HSV 53° 47.64% 99.61%
CMYK 0.00% 5.51% 47.64%
0.39%

Color #FEF085 in popluar number systems.

HEX FE F0 85
Decimal 254 240 133
Binary 11111110 11110000 10000101
Octal 376 360 205

Shades and tints

Shades of #FEF085

#FEF085
(254,240,133)
#E7DB79
(231,219,121)
#D0C66D
(208,198,109)
#B9B161
(185,177,97)
#A29C55
(162,156,85)
#8B8749
(139,135,73)
#74723D
(116,114,61)
#5D5D31
(93,93,49)
#464825
(70,72,37)
#2F3319
(47,51,25)
#181E0D
(24,30,13)
#000000
(0,0,0)

Tints of #FEF085

#FEF085
(254,240,133)
#FEF190
(254,241,144)
#FEF29B
(254,242,155)
#FEF3A6
(254,243,166)
#FEF4B1
(254,244,177)
#FEF5BC
(254,245,188)
#FEF6C7
(254,246,199)
#FEF7D2
(254,247,210)
#FEF8DD
(254,248,221)
#FEF9E8
(254,249,232)
#FEFAF3
(254,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF085 color. Also use rgb(254,240,133) instead hex code.

Text Font Color

.myTextColor { color: #FEF085; }

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

This text font color is #FEF085.

Background Color

.myBgColor { background-color: #FEF085; }

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

This div background color is #FEF085.

Border color

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

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

This div border color is #FEF085.

Opacity

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

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

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

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

This text has shadow with #FEF085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF085.

Preview

Color preview on black background

This text has color #FEF085 on black background.


Color preview on white background

This text has color #FEF085 on white background.


Black color preview on #FEF085 background

This text has black color on #FEF085 background.


White color preview on #FEF085 background

This text has white color on #FEF085 background.


Related colors

Complementary color

Complementary color for #hex is #010F7A.


I love getcolorcode.com

Triadic colors

1 #85FEF0 and #F085FE with #FEF085 are triadic colors.

2 #85F0FE and #F0FE85 with #FEF085 are triadic colors.