COLOR #FEFB0E

HEX: #FEFB0E RGB: (254,251,14)

Color info

#FEFB0E contains mainly red and green colors. Web safe color of #FEFB0E is #FFFF00 (or #FF0).

RGB color model

#FEFB0E color RGB value is (254,251,14).

RGB: (254,251,14) (100%, 98%, 5%)

RGB channels and saturation

R 254 of 255 = 100%
G 251 of 255 = 98%
B 14 of 255 = 5%

254
251
14

R + G + B ~ 68%. #FEFB0E is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 251 + 14 = 519 (100%)
R 254 of 519 ~ 48.94%
G 251 of 519 ~ 48.36%
B 14 of 519 ~ 2.7'%

%48.94
%48.36

CMYK color model

#FEFB0E color CMYK value is (0,1,94,0).

  • cyan value is 0.00%
  • magenta value is 1.18%
  • yellow value is 94.49%
  • key color value is 0.39%
CMYK: (0,1,94,0) C0M1Y94K0 (0%,1%,94%,0%) (0.00/0.01/0.94/0.00) 

CMYK percentages

%0
%1.18
%94.49
%0.39

Codes

Color #FEFB0E in popluar color models

FE FB 0E
RGB 254 251 14
HSL 59° 99.17% 52.55%
HSB/HSV 59° 94.49% 99.61%
CMYK 0.00% 1.18% 94.49%
0.39%

Color #FEFB0E in popluar number systems.

HEX FE FB 0E
Decimal 254 251 14
Binary 11111110 11111011 1110
Octal 376 373 16

Shades and tints

Shades of #FEFB0E

#FEFB0E
(254,251,14)
#E7E50D
(231,229,13)
#D0CF0C
(208,207,12)
#B9B90B
(185,185,11)
#A2A30A
(162,163,10)
#8B8D09
(139,141,9)
#747708
(116,119,8)
#5D6107
(93,97,7)
#464B06
(70,75,6)
#2F3505
(47,53,5)
#181F04
(24,31,4)
#000000
(0,0,0)

Tints of #FEFB0E

#FEFB0E
(254,251,14)
#FEFB23
(254,251,35)
#FEFB38
(254,251,56)
#FEFB4D
(254,251,77)
#FEFB62
(254,251,98)
#FEFB77
(254,251,119)
#FEFB8C
(254,251,140)
#FEFBA1
(254,251,161)
#FEFBB6
(254,251,182)
#FEFBCB
(254,251,203)
#FEFBE0
(254,251,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEFB0E color. Also use rgb(254,251,14) instead hex code.

Text Font Color

.myTextColor { color: #FEFB0E; }

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

This text font color is #FEFB0E.

Background Color

.myBgColor { background-color: #FEFB0E; }

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

This div background color is #FEFB0E.

Border color

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

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

This div border color is #FEFB0E.

Opacity

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

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

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

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

This text has shadow with #FEFB0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFB0E.

Preview

Color preview on black background

This text has color #FEFB0E on black background.


Color preview on white background

This text has color #FEFB0E on white background.


Black color preview on #FEFB0E background

This text has black color on #FEFB0E background.


White color preview on #FEFB0E background

This text has white color on #FEFB0E background.


Related colors

Complementary color

Complementary color for #hex is #0104F1.


I love getcolorcode.com

Triadic colors

1 #0EFEFB and #FB0EFE with #FEFB0E are triadic colors.

2 #0EFBFE and #FBFE0E with #FEFB0E are triadic colors.