COLOR #FEB43A

HEX: #FEB43A
RGB: (254,180,58)

Color info

#FEB43A contains mainly red color. Web safe color of #FEB43A is #FFCC33 (or #FC3).

RGB color model

#FEB43A color RGB value is (254,180,58).

  • red value is 254;
  • green value is 180;
  • blue value is 58.
RGB:
(254,180,58)
(100%,71%,23%)

RGB channels and saturation

R 254 of 255 = 100%
G 180 of 255 = 71%
B 58 of 255 = 23%

254
180
58

R + G + B ~ 65%. #FEB43A is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 180 + 58 = 492 (100%)
R 254 of 492 ~ 51.63%
G 180 of 492 ~ 36.59%
B 58 of 492 ~ 11.79%

%51.63
%36.59
%11.79

CMYK color model

#FEB43A color CMYK value is (0,29,77,0).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 77.17%
  • key color value is 0.39%
CMYK:
(0,29,77,0)
C0M29Y77K0 
(0%,29%,77%,0%)
(0.00/0.29/0.77/0.00)	

CMYK percentages

%0
%29.13
%77.17
%0.39

Codes

Color #FEB43A in popluar color models

FEB43A
RGB25418058
HSL37°98.99%61.18%
HSB/HSV37°77.17%99.61%
CMYK0.00%29.13%77.17%
0.39%

Color #FEB43A in popluar number systems.

HEXFEB43A
Decimal25418058
Binary1111111010110100111010
Octal37626472

Shades and tints

Shades of #FEB43A

#FEB43A
(254,180,58)
#E7A435
(231,164,53)
#D09430
(208,148,48)
#B9842B
(185,132,43)
#A27426
(162,116,38)
#8B6421
(139,100,33)
#74541C
(116,84,28)
#5D4417
(93,68,23)
#463412
(70,52,18)
#2F240D
(47,36,13)
#181408
(24,20,8)
#000000
(0,0,0)

Tints of #FEB43A

#FEB43A
(254,180,58)
#FEBA4B
(254,186,75)
#FEC05C
(254,192,92)
#FEC66D
(254,198,109)
#FECC7E
(254,204,126)
#FED28F
(254,210,143)
#FED8A0
(254,216,160)
#FEDEB1
(254,222,177)
#FEE4C2
(254,228,194)
#FEEAD3
(254,234,211)
#FEF0E4
(254,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB43A color. Also use rgb(254,180,58) instead hex code.

Text Font Color

.myTextColor { color: #FEB43A; }

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

This text font color is #FEB43A.


Background Color

.myBgColor { background-color: #FEB43A; }

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

This div background color is #FEB43A.


Border color

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

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

This div border color is #FEB43A.


Opacity

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

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

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

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

This text has shadow with #FEB43A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB43A on black background.


Color preview on white background

This text has color #FEB43A on white background.



Black color preview on #FEB43A background

This text has black color on #FEB43A background.


White color preview on #FEB43A background

This text has white color on #FEB43A background.