COLOR #FECA50

HEX: #FECA50 RGB: (254,202,80)

Color info

#FECA50 contains mainly red and green colors. Web safe color of #FECA50 is #FFCC66 (or #FC6).

RGB color model

#FECA50 color RGB value is (254,202,80).

RGB: (254,202,80) (100%, 79%, 31%)

RGB channels and saturation

R 254 of 255 = 100%
G 202 of 255 = 79%
B 80 of 255 = 31%

254
202
80

R + G + B ~ 70%. #FECA50 is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 202 + 80 = 536 (100%)
R 254 of 536 ~ 47.39%
G 202 of 536 ~ 37.69%
B 80 of 536 ~ 14.93'%

%47.39
%37.69
%14.93

CMYK color model

#FECA50 color CMYK value is (0,20,69,0).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 68.50%
  • key color value is 0.39%

CMYK: (0,20,69,0)
C0M20Y69K0 (0%, 20%, 69%, 0%)
(0.00 / 0.20 / 0.69 / 0.00)

CMYK percentages

%0
%20.47
%68.5
%0.39

Codes

Color #FECA50 in popluar color models

FE CA 50
RGB 254 202 80
HSL 42° 98.86% 65.49%
HSB/HSV 42° 68.50% 99.61%
CMYK 0.00% 20.47% 68.50%
0.39%

Color #FECA50 in popluar number systems.

HEX FE CA 50
Decimal 254 202 80
Binary 11111110 11001010 1010000
Octal 376 312 120

Shades and tints

Shades of #FECA50

#FECA50
(254,202,80)
#E7B849
(231,184,73)
#D0A642
(208,166,66)
#B9943B
(185,148,59)
#A28234
(162,130,52)
#8B702D
(139,112,45)
#745E26
(116,94,38)
#5D4C1F
(93,76,31)
#463A18
(70,58,24)
#2F2811
(47,40,17)
#18160A
(24,22,10)
#000000
(0,0,0)

Tints of #FECA50

#FECA50
(254,202,80)
#FECE5F
(254,206,95)
#FED26E
(254,210,110)
#FED67D
(254,214,125)
#FEDA8C
(254,218,140)
#FEDE9B
(254,222,155)
#FEE2AA
(254,226,170)
#FEE6B9
(254,230,185)
#FEEAC8
(254,234,200)
#FEEED7
(254,238,215)
#FEF2E6
(254,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECA50 color. Also use rgb(254,202,80) instead hex code.

Text Font Color

.myTextColor { color: #FECA50; }

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

This text font color is #FECA50.

Background Color

.myBgColor { background-color: #FECA50; }

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

This div background color is #FECA50.

Border color

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

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

This div border color is #FECA50.

Opacity

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

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

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

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

This text has shadow with #FECA50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECA50.

Preview

Color preview on black background

This text has color #FECA50 on black background.


Color preview on white background

This text has color #FECA50 on white background.


Black color preview on #FECA50 background

This text has black color on #FECA50 background.


White color preview on #FECA50 background

This text has white color on #FECA50 background.


Related colors

Complementary color

Complementary color for #hex is #0135AF.


I love getcolorcode.com

Triadic colors

1 #50FECA and #CA50FE with #FECA50 are triadic colors.

2 #50CAFE and #CAFE50 with #FECA50 are triadic colors.