COLOR #FEDB0F

HEX: #FEDB0F
RGB: (254,219,15)

Color info

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

RGB color model

#FEDB0F color RGB value is (254,219,15).

  • red value is 254;
  • green value is 219;
  • blue value is 15.
RGB:
(254,219,15)
(100%,86%,6%)

RGB channels and saturation

R 254 of 255 = 100%
G 219 of 255 = 86%
B 15 of 255 = 6%

254
219
15

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

Portions of RGB colors in percentages

R + G + B =
254 + 219 + 15 = 488 (100%)
R 254 of 488 ~ 52.05%
G 219 of 488 ~ 44.88%
B 15 of 488 ~ 3.07%

%52.05
%44.88

CMYK color model

#FEDB0F color CMYK value is (0,14,94,0).

  • cyan value is 0.00%
  • magenta value is 13.78%
  • yellow value is 94.09%
  • key color value is 0.39%
CMYK:
(0,14,94,0)
C0M14Y94K0 
(0%,14%,94%,0%)
(0.00/0.14/0.94/0.00)	

CMYK percentages

%0
%13.78
%94.09
%0.39

Codes

Color #FEDB0F in popluar color models

FEDB0F
RGB25421915
HSL51°99.17%52.75%
HSB/HSV51°94.09%99.61%
CMYK0.00%13.78%94.09%
0.39%

Color #FEDB0F in popluar number systems.

HEXFEDB0F
Decimal25421915
Binary11111110110110111111
Octal37633317

Shades and tints

Shades of #FEDB0F

#FEDB0F
(254,219,15)
#E7C80E
(231,200,14)
#D0B50D
(208,181,13)
#B9A20C
(185,162,12)
#A28F0B
(162,143,11)
#8B7C0A
(139,124,10)
#746909
(116,105,9)
#5D5608
(93,86,8)
#464307
(70,67,7)
#2F3006
(47,48,6)
#181D05
(24,29,5)
#000000
(0,0,0)

Tints of #FEDB0F

#FEDB0F
(254,219,15)
#FEDE24
(254,222,36)
#FEE139
(254,225,57)
#FEE44E
(254,228,78)
#FEE763
(254,231,99)
#FEEA78
(254,234,120)
#FEED8D
(254,237,141)
#FEF0A2
(254,240,162)
#FEF3B7
(254,243,183)
#FEF6CC
(254,246,204)
#FEF9E1
(254,249,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEDB0F color. Also use rgb(254,219,15) instead hex code.

Text Font Color

.myTextColor { color: #FEDB0F; }

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

This text font color is #FEDB0F.


Background Color

.myBgColor { background-color: #FEDB0F; }

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

This div background color is #FEDB0F.


Border color

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

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

This div border color is #FEDB0F.


Opacity

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

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

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

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

This text has shadow with #FEDB0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEDB0F on black background.


Color preview on white background

This text has color #FEDB0F on white background.



Black color preview on #FEDB0F background

This text has black color on #FEDB0F background.


White color preview on #FEDB0F background

This text has white color on #FEDB0F background.