COLOR #FEBF4F

HEX: #FEBF4F
RGB: (254,191,79)

Color info

#FEBF4F contains mainly red color. Web safe color of #FEBF4F is #FFCC66 (or #FC6).

RGB color model

#FEBF4F color RGB value is (254,191,79).

  • red value is 254;
  • green value is 191;
  • blue value is 79.
RGB:
(254,191,79)
(100%,75%,31%)

RGB channels and saturation

R 254 of 255 = 100%
G 191 of 255 = 75%
B 79 of 255 = 31%

254
191
79

R + G + B ~ 69%. #FEBF4F is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 191 + 79 = 524 (100%)
R 254 of 524 ~ 48.47%
G 191 of 524 ~ 36.45%
B 79 of 524 ~ 15.08%

%48.47
%36.45
%15.08

CMYK color model

#FEBF4F color CMYK value is (0,25,69,0).

  • cyan value is 0.00%
  • magenta value is 24.80%
  • yellow value is 68.90%
  • key color value is 0.39%
CMYK:
(0,25,69,0)
C0M25Y69K0 
(0%,25%,69%,0%)
(0.00/0.25/0.69/0.00)	

CMYK percentages

%0
%24.8
%68.9
%0.39

Codes

Color #FEBF4F in popluar color models

FEBF4F
RGB25419179
HSL38°98.87%65.29%
HSB/HSV38°68.90%99.61%
CMYK0.00%24.80%68.90%
0.39%

Color #FEBF4F in popluar number systems.

HEXFEBF4F
Decimal25419179
Binary11111110101111111001111
Octal376277117

Shades and tints

Shades of #FEBF4F

#FEBF4F
(254,191,79)
#E7AE48
(231,174,72)
#D09D41
(208,157,65)
#B98C3A
(185,140,58)
#A27B33
(162,123,51)
#8B6A2C
(139,106,44)
#745925
(116,89,37)
#5D481E
(93,72,30)
#463717
(70,55,23)
#2F2610
(47,38,16)
#181509
(24,21,9)
#000000
(0,0,0)

Tints of #FEBF4F

#FEBF4F
(254,191,79)
#FEC45F
(254,196,95)
#FEC96F
(254,201,111)
#FECE7F
(254,206,127)
#FED38F
(254,211,143)
#FED89F
(254,216,159)
#FEDDAF
(254,221,175)
#FEE2BF
(254,226,191)
#FEE7CF
(254,231,207)
#FEECDF
(254,236,223)
#FEF1EF
(254,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEBF4F color. Also use rgb(254,191,79) instead hex code.

Text Font Color

.myTextColor { color: #FEBF4F; }

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

This text font color is #FEBF4F.


Background Color

.myBgColor { background-color: #FEBF4F; }

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

This div background color is #FEBF4F.


Border color

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

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

This div border color is #FEBF4F.


Opacity

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

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

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

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

This text has shadow with #FEBF4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEBF4F on black background.


Color preview on white background

This text has color #FEBF4F on white background.



Black color preview on #FEBF4F background

This text has black color on #FEBF4F background.


White color preview on #FEBF4F background

This text has white color on #FEBF4F background.